You are not logged in.
I have been having problems logging in using kdm (kdemod) for some weeks now. I haven't been able to resolve this, but here's some info I'm hoping might be relevant to solve it.
KDM loads nicely. It's only when I try to start a session, it continually dumps me back into kdm (even console login from kdm doesn't work). I can still start kde (or any environment) with startx. However, if I use startkde or fluxbox, it won't start and asks if I have set my display variable.
Here's my .xsession-errors file:
$ cat .xsession-errors
You are now in Atlanta, Georgia. Please set your clocks back 200 years.
No protocol specified
$DISPLAY is not set or cannot connect to the X server.(the atlanta comment I guess comes from my fortunemod set in bash. don't know why it gets dumped in there as well, but I can't log in with my guest account in kdm either, and there's no fortunemod set in bash for that user).
edit: I tested this with XDM and had the same problem there, so it's not kdm specific.
Last edited by b9anders (2008-10-28 15:48:01)
Offline
I have the same problem, just started last night. I can log into a console, but not a display manager (I've tried all of them). sill looking for the answer.
Last edited by bigbob73 (2008-11-21 11:10:19)
Offline
I don't think this will help, but out of sheer curiosity..
do:
export DISPLAY=:0.0
Perhaps under your account first then root account if no dice, via another virtual terminal. Then try logging in. o.O
Last edited by FrozenFox (2008-11-21 12:15:08)
Offline
I have been having this problem for weeks.
Any help here?
I can run xfce4 via startxfce4.... I miss my kde4 ![]()
Offline
Here is what I get in a generated .xsessions-errors log.
xset: bad font path element (#23), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
startkde: Starting up...
kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
kdeinit4: preparing to launch /usr/bin/kded4
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
kbuildsycoca4 running...
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
kbuildsycoca4 running...
kdeinit4: preparing to launch /usr/lib/kde4/libexec/kconf_update
X Error: XSyncBadAlarm 154
Extension: 144 (Uknown extension)
Minor opcode: 11 (Unknown request)
Resource id: 0x0
X Error: XSyncBadAlarm 154
Extension: 144 (Uknown extension)
Minor opcode: 11 (Unknown request)
Resource id: 0x0
kdeinit4: preparing to launch /usr/bin/kcminit_startup
kdeinit4: preparing to launch /usr/bin/ksmserver
kephald starting up
XRANDR error base: 164
RRInput mask is set!!
RandRScreen::loadSettings - adding mode: 116 1024 x 768
RandRScreen::loadSettings - adding crtc: 114
RandRScreen::loadSettings - adding output: 115
Setting CRTC 114 on output "default" (previous 0 )
CRTC outputs: (115)
Output name: "default"
Output refresh rate: 60
Output rect: QRect(0,0 1024x768)
Output rotation: 1
XRandROutputs::init
added output 115
adding an output 0 with geom: QRect(0,0 1024x768)
adding a disconnected output 1
adding a disconnected output 2
adding a disconnected output 3
output: "SCREEN-0" QRect(0,0 1024x768) 0 true true
output: "SCREEN-1" QRect(0,0 0x0) 0 true false
output: "SCREEN-2" QRect(0,0 0x0) 0 true false
output: "SCREEN-3" QRect(0,0 0x0) 0 true false
load xml
connected: 1
looking for current "SCREEN-0"
known "*" has score: 0.125
screen: 0 QRect(0,0 1024x768)
looking for a matching configuration...
connected: 1
looking for current "SCREEN-0"
known "*" has score: 0.125
found outputs, known: false
activate external configuration!!
registered the service: true
screens registered on the bus: true
outputs registered on the bus: true
configurations registered on the bus: true
kdeinit4: Fatal IO error: client killed
kdeinit4: sending SIGHUP to children.
klauncher: Exiting on signal 1
kdeinit4: sending SIGTERM to children.
kdeinit4: Exit.
KCrash: Application 'ksmserver' crashing...
Warning: connect() failed: : No such file or directory
KCrash cannot reach kdeinit, launching directly.
Unexpected response from KInit (response = -1081603476).
startkde: Could not start ksmserver. Check your installation.
kwin: Fatal IO error: client killed
ksmserver: Fatal IO error: client killed
kded4: Fatal IO error: client killed
QWidget: Must construct a QApplication before a QPaintDevice
Offline
I guess you must have already tried it, just to be sure, you tried deleting .kde4 and try logging in? Also with connect() failing, X seems to resolve your hostname and connect via tcp/ip? Can you try setting up X without tcp/ip connection? my 2 cents ![]()
Offline
I did try deleting .kde4. The weird thing is that at one point this was fixed, I deleted a bunch of . files from mu user folder and everything started working again. When the problem came back, removing these files did nothing (I went as far as moving my entire home folder).
As far as the the tcp/ip stuffs......I have no idea ![]()
Offline
I had exactly the same problem.
I changed the following two lines in /etc/security/pam_env.conf:
REMOTEHOST DEFAULT=localhost OVERRIDE=@{PAM_RHOST}
DISPLAY DEFAULT=${REMOTEHOST}:0.0 OVERRIDE=${DISPLAY}
to:
#REMOTEHOST DEFAULT=localhost OVERRIDE=@{PAM_RHOST}
#DISPLAY DEFAULT=${REMOTEHOST}:0.0 OVERRIDE=${DISPLAY}
In other words, I commented out these lines.
After I did this, I could login using KDM!
Perhaps this helps.
Offline