Re: [gdm-list] trying to understand debug of gdm login problem on FC9



Hi,

> I can login in as root but not as a regular user on FC9 and I'm trying
>  to understand where the failure is. It looks like the session starts
>  and then immediately exits with a strange error code "1#012" but I'm
>  not sure what this means.
I think the #012 is just rsyslog gobbledy gook. it's exit code 1 below
in your log.

> An ideas about what I can do to track down
>  the failure? One thing I should add is that I'm using SELinux and am
>  polyinstantiating /tmp for all users other than root. What happens
>  when polyinstantiating is that the directory is bind mounted on
>  another directory during the pam session creation. I've successfully
>  run this configuration on RHEL5 and previous versions of Fedora.
so we create an auth cookie for the user in /tmp.  If /tmp is getting
replaced, the auth cookie won't be around anymore and clients won't be
allowed to talk to the server.

(and will probably exit 1).  I don't know if that's your problem
specifically, but it seems probable.

We should probably move the X auth cookies to /var/run/gdm

Do you have the ability to populate your /tmp during the login
process? if so, copying from the real /tmp that file would verify if
that's the problem or not (the location is stored in the XAUTHORITY
environment variable)

--Ray


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]