You are not logged in.

#1 2012-03-16 14:16:08

Lyoko
Member
Registered: 2012-02-15
Posts: 17

[SOLVED] kdm is broken after package upgrade

I just upgraded my arch linux packages and my kdm stopped working..
i checked kdm log at /var/log/kdm.log

/usr/lib/kde4/libexec/kdm_greet: symbol lookup error: /usr/lib/libXi.so.6:  undefined symbol: _XGetRequest

and i had this error at the log..
and while upgrading pacman asked me if i want to replace
these packages:

mach64-dri mga-dri r128-dri savage-dri sis-dri tdfx-dri

with extra/libgl for some reason..

Offline

#2 2012-03-16 14:40:58

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

btw, i'm using intel graphics at Asus laptop..

Offline

#3 2012-03-16 15:00:05

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] kdm is broken after package upgrade

Lyoko wrote:

btw, i'm using intel graphics at Asus laptop..

So why do you have

mach64-dri mga-dri r128-dri savage-dri sis-dri tdfx-dri

installed?

Offline

#4 2012-03-16 16:00:15

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

karol wrote:
Lyoko wrote:

btw, i'm using intel graphics at Asus laptop..

So why do you have

mach64-dri mga-dri r128-dri savage-dri sis-dri tdfx-dri

installed?

I don't really know, i just had them. i thought the display driver packages start with "xf86-video-*"..

I have been using Arch Linux for several months and I really enjoy this distro..

and i noticed that every few updates, main packages gets replaced by something else..
sometimes it killed the system, sometimes it didn't.

and i got no idea what the hell is going on right now..

Offline

#5 2012-03-16 16:07:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] kdm is broken after package upgrade

Remove / replace the packages, update the whole system.
libxi has been recently updated. Which version have you installed?

Offline

#6 2012-03-16 19:42:03

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

ran pacman -Syu a minute ago..
the upgrade didn't fix the situation...
i got latest libxi 1.6.0-1..

Offline

#7 2012-03-17 00:15:45

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: [SOLVED] kdm is broken after package upgrade

Did you remove/replace the packages Karol suggested?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#8 2012-03-17 12:06:56

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

yes those packages were already replaced by libgl as i mentioned..

and the situation got worse, I updated the arch linux at my HTPC.. same happens there!

Offline

#9 2012-03-17 12:24:59

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] kdm is broken after package upgrade

Did you run 'pacman -Syu' or did you use some other command?

Offline

#10 2012-03-17 12:48:24

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

yeah i run usually 'pacman -Syu'. sometimes 'pacman -Syy' before.

Last edited by Lyoko (2012-03-17 12:48:47)

Offline

#11 2012-03-17 18:47:11

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

just installed lxdm using 'pacman -S lxdm'.
ran lxdm, and got blank screen(tty7).

edit: I'm wrong, nothing happens when i press ctrl+alt+F7,
like tty7 doesn't exist.

Last edited by Lyoko (2012-03-17 18:59:14)

Offline

#12 2012-03-18 20:16:30

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

gdm, kdm, lxdm not working at all..

both my laptop and my htpc are not usable.. :S

what can i do?

Offline

#13 2012-03-18 22:26:12

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED] kdm is broken after package upgrade

I have no intel experience but does your kernel line in your grub stanza contain nomodeset?


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#14 2012-03-18 22:29:43

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,803

Re: [SOLVED] kdm is broken after package upgrade

Can you get to tty1 using ctrl-alt-F1 ? If so, log in and look at /var/log/Xorg.0.log for anything interesting.
How are you starting kdm? from your /etc/rc.conf DAEMONS, or from /etc/inittab as runnlevel 5?

What happens if you kill kdm and run startx as a user?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#15 2012-03-18 23:57:12

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

toad, my kernel line doesn't contain nomodeset, how does it affect xorg if i may ask?

ewaller,
i use kdm through /etc/inittab runlevel 5.
all tty's are useable and working :S

my /var/log/Xorg.0.log: (pastebin coz a bit long).
http://pastebin.com/4vPsMkq7


startx does works with no issues :S

Offline

#16 2012-03-19 00:21:50

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,803

Re: [SOLVED] kdm is broken after package upgrade

It took you 5 seconds to hit the power button big_smile

I thought your issues were with X, not kdm.  I appear to be wrong on that.

I know this is not windows, but have you rebooted since the update to libxi 1.6.0-1 ?

Edit:  Okay, I just started kdm by hand, and it worked just fine here with libxi 1.6.0-1 on an Intel graphics machine.  Sorry.

Last edited by ewaller (2012-03-19 00:33:38)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#17 2012-03-19 01:39:57

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: [SOLVED] kdm is broken after package upgrade

For the record, I am using kdm on an intel graphics machine and I start kdm through inittab run level 5 and this is not an issue for me. Recent updates are causing some graphics corruption and the latest grub2 is a PITA but kdm is actually doing pretty OK (so far!) despite it all.

Suggestion: uninstall vesa, fbdev. This is a laptop, right? Detach any external monitors. Reboot. (Or shutdown, detach, restart if that will make it happier.)

What is your kernel command line? (From dmesg.)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#18 2012-03-19 10:06:59

Lyoko
Member
Registered: 2012-02-15
Posts: 17

Re: [SOLVED] kdm is broken after package upgrade

ahh i removed both xf86-video-vesa and xf86-video-fbdev and had no effect. there were no external monitors..
the grub(1) kernal line from /boot/grub/menu.lst is:
"kernel /boot/vmlinuz-linux root=/dev/sda2 ro 5"

kernel command line from dmesg is:
"[ 0.000000] Kernel command line: root=/dev/sda2 ro 5"

i have rebooted every 'pacman -Syu' since the issue for hope sad

Offline

#19 2012-03-19 20:15:25

jobinson99
Member
Registered: 2008-10-28
Posts: 5

Re: [SOLVED] kdm is broken after package upgrade

not only kdm ,slim has the same issue  , my laptop  video card is ati.

and i found in the error log that the xorg couldn't start at all

"pacman -Syu" and complete system reinstallation didn't work.

libgl  ?

Last edited by jobinson99 (2012-03-19 20:27:13)

Offline

#20 2012-03-19 21:17:34

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED] kdm is broken after package upgrade

nomodeset in grub's kernel line disables kms which can cause X to fail.

Rather than having unusable boxes have you thought of purging X and take it from here?


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#21 2012-03-20 02:29:34

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: [SOLVED] kdm is broken after package upgrade

If startx works OK, it doesn't seem like an X issue per se?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#22 2012-03-20 05:40:46

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED] kdm is broken after package upgrade

Oh sorry, just found the line saying X works tongue

Haven't found any info yet on how KDM is started, either rc.conf or /etc/inittab

Thinking "aloud": startx apparently works so I reckon KDM is called up as a daemon in rc.conf - I'd give the the inittab method a go.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#23 2012-03-21 04:04:25

prurigro
Member
Registered: 2008-03-14
Posts: 18

Re: [SOLVED] kdm is broken after package upgrade

[solved the same issue on my box]

I had this error too and spent the entire day working to figure it out-- after updating and rebooting last night, gdm started failing and giving me "symbol lookup error: /usr/lib/libXi.so.6:  undefined symbol: _XGetRequest" just like kdm was in this thread, and while startx worked with fvwm, apps using qt, gtk2, gtk3, opengl etc were failing with a similar "undefined symbol: _XGetRequest" error or simply segfaulting (glxgears, glxinfo and some others). Someone on IRC pointed out that the situation was at least semi-unique to me (aside from this thread), and I started thinking of what was less common in my setup when I got the idea to try uninstalling freenx/nxserver- lo and behold, a reboot later and everything was working great. So that said, I'm hoping that by posting this, I can help others from their own day(s) of lost productivity, or at least save them from more of em (here's looking at you Lyoko) smile

pacman -Rs freenx removed the following packages (I'm not sure which one was the culprit, though I'd guess one of the X or NX related packages): expect, gnu-netcat, nx-common, nxserver, xorg-xmessage, xorg-xpr, freenx

Last edited by prurigro (2012-03-21 06:24:06)

Offline

#24 2012-03-21 04:52:43

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,803

Re: [SOLVED] kdm is broken after package upgrade

toad wrote:

Haven't found any info yet on how KDM is started, either rc.conf or /etc/inittab

lyoko wrote:

ewaller,
i use kdm through /etc/inittab runlevel 5.
all tty's are useable and working :S

Edit:  At that point, I ran out of Airspeed, Altitude and Ideas all at the same time sad

Last edited by ewaller (2012-03-21 04:54:08)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#25 2012-03-21 07:33:56

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED] kdm is broken after package upgrade

Bet you enjoyed the crash landing, though...


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

Board footer

Powered by FluxBB