Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9462 - bug with PAM authentification !!!
Summary: bug with PAM authentification !!!
Status: RESOLVED DUPLICATE of bug 9389
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Highest critical (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-21 18:00 UTC by ajacoutot
Modified: 2005-07-17 13:06 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ajacoutot 2002-10-21 18:00:55 UTC
HI, I am having a big problem with PAM, and as I can see on the Gentoo forums,
others are experiencing the same problem (in login with GDM).
I just installed a brand new 1.4rc1 Gentoo system today (Tue Oct 21), and when I
try to get my mail, the server gives me the following error in the logs (with
pop and imap):

Oct 22 00:52:15 srv01 imapd[26600]: port 143 service init from xxx.xxx.xxx.xxx
Oct 22 00:52:18 srv01 imapd[26600]: PAM unable to
dlopen(/lib/security/pam_nologin.so)
Oct 22 00:52:18 srv01 imapd[26600]: PAM [dlerror: /lib/security/pam_nologin.so:
undefined symbol: pam_get_item]
Oct 22 00:52:18 srv01 imapd[26600]: PAM adding faulty module:
/lib/security/pam_nologin.so
Oct 22 00:52:18 srv01 imapd[26600]: PAM unable to dlopen(/lib/security/pam_stack.so)
Oct 22 00:52:18 srv01 imapd[26600]: PAM [dlerror: /lib/security/pam_stack.so:
undefined symbol: _pam_make_env]
Oct 22 00:52:18 srv01 imapd[26600]: PAM adding faulty module:
/lib/security/pam_stack.so
Oct 22 00:52:21 srv01 imapd[26600]: AUTHENTICATE LOGIN failure
host=linuxsta.lphp.local [192.168.0.4]
Oct 22 00:52:21 srv01 imapd[26600]: PAM unable to
dlopen(/lib/security/pam_nologin.so)
Oct 22 00:52:21 srv01 imapd[26600]: PAM [dlerror: /lib/security/pam_nologin.so:
undefined symbol: pam_get_item]
Oct 22 00:52:21 srv01 imapd[26600]: PAM adding faulty module:
/lib/security/pam_nologin.so
Oct 22 00:52:21 srv01 imapd[26600]: PAM unable to dlopen(/lib/security/pam_stack.so)
Oct 22 00:52:21 srv01 imapd[26600]: PAM [dlerror: /lib/security/pam_stack.so:
undefined symbol: _pam_make_env]
Oct 22 00:52:21 srv01 imapd[26600]: PAM adding faulty module:
/lib/security/pam_stack.so

I know other people are having the same problem under GDM, they just can not
connect and get the following error: (see this topic:
http://forums.gentoo.org/viewtopic.php?t=19176&highlight=gdm+pam)

[gdm] PAM unable to dlopen(/lib/security/pam_stack.so)
[gdm] PAM [dlerror: /lib/security/pam_stack.so: undefined symbol: _pam_make_evn]
[gdm] PAM adding faulty module: /lib/security/pam_stack.so
......
[gdm] Couldn't authenticate user 

This is a very blocking bug, especially under server environment.
Thanks in advance for looking at it (fast ;-) )...
Comment 1 Michael Cohen (RETIRED) gentoo-dev 2002-10-21 19:40:50 UTC
sounds lie you've got old pam libs laying around.  have you tried rm -rf
/lib/security and remerging pam?
Comment 2 SpanKY gentoo-dev 2002-10-21 20:22:45 UTC

*** This bug has been marked as a duplicate of 9389 ***
Comment 3 ajacoutot 2002-10-22 06:29:01 UTC
rm -Rf /lib/security/* and re-emerging PAM didn't help...