Gentoo Archives: gentoo-user

From: Chris Fairles <cafairle@×××××××××××××××××.ca>
To: gentoo-user@l.g.o
Subject: [gentoo-user] GDM restarts citing lderror: missing pam_console.so after running et
Date: Wed, 27 Jul 2005 05:52:50
Message-Id: 42E71FF0.40402@engmail.uwaterloo.ca
1 Ran a emerge -NDuva world, updated a bunch of gnome stuff.
2 gnome-base/gnome-2.10-r1 and deps and
3 gnome-base/gdm-2.6.0.9-r2
4
5 Launching et (enemey territory) gives (in /var/log/messages)
6 Jul 26 22:58:13 dsotm gdm[23200]: PAM unable to
7 dlopen(/lib/security/pam_console.so)
8 Jul 26 22:58:13 dsotm gdm[23200]: PAM [dlerror:
9 /lib/security/pam_console.so: cannot open shared object file: No such
10 file or directory]
11 Jul 26 22:58:13 dsotm gdm[23200]: PAM adding faulty module:
12 /lib/security/pam_console.so
13 Jul 26 22:58:15 dsotm gdm(pam_unix)[23200]: session opened for user
14 chris by (uid=0)
15 Jul 26 22:58:23 dsotm su(pam_unix)[23301]: session opened for user root
16 by (uid=1000)
17 Jul 26 23:00:35 dsotm su(pam_unix)[23301]: session closed for user root
18 Jul 26 23:00:39 dsotm gdm[23200]: gdm_slave_xioerror_handler: Fatal X
19 error - Restarting :0
20 Jul 26 23:00:39 dsotm gdm(pam_unix)[23200]: session closed for user chris
21
22 gdm restarts .... no game
23
24 I've tried commenting out all of
25 dsotm ~ # grep console /etc/pam.d/*
26 /etc/pam.d/gdm:session optional /lib/security/pam_console.so
27 /etc/pam.d/gdm-autologin:session optional /lib/security/pam_console.so
28 /etc/pam.d/xdm:session optional pam_console.so
29 /etc/pam.d/xserver:# Next line you need console ownership to be able to
30 start X
31 /etc/pam.d/xserver:#auth required pam_console.so
32
33 restarting gdm, even rebooting, same error as above.
34
35 tried setting USE="pam_console" emerge -Nva pam ... adding the login
36 pam_console, uncommenting all of the above lines, i just get the
37 Jul 26 22:41:05 dsotm gdm[8000]: gdm_slave_xioerror_handler: Fatal X
38 error - Restarting :0
39
40
41 i'm almost ready to USE="-pam" emerge -e world ...
42
43 chris
44 --
45 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] GDM restarts citing lderror: missing pam_console.so after running et Chris Fairles <cafairle@×××××××××××××××××.ca>