PDA

View Full Version : [ubuntu] gdm hangs after 8.10->9.04 amd64 desktop



ktenney
May 1st, 2009, 03:16 PM
Howdy,

X starts, timer icon appears correct, but the login box
never appears.

If I alt-ctl-f1, sudo killall gdm, startx
I get my desktop wallpaper only.

Running sudo strace -p<gdm> shows lots of access
to pam stuff
pam_ck_connector.so
pam.d/common-session
pam.d/common-account
...

Suggestions?

Thanks,
Kent

ktenney
May 1st, 2009, 03:50 PM
looking at strace output, finding this

sched_yield()
read(10, "*"..., 1)

followed by the more read(10, <char>...,1)

where char spells
(gdmgreeter:8700): DEBUG: sending command: CLOSE

also stuff like
Got response OK false\n

ktenney
May 1st, 2009, 05:27 PM
OK, the strace stuff is pretty useless, here's snippets from /var/log/auth.log


gdm[4696]: pam_nologin(gdm:auth): cannot determine username
last message repeated 52 times
...

Does this ring any bells?