Re: Login failures

2002-02-02 Thread Hendrik Scholz

Hi!

Look at the "Pam problems today" mails on the list, do a cvs update
or apply this patch:

http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/34507

If you don't want to rebuild everything, try:

$ cd /usr/src/lib/libpam
$ (cd pam_lastlog ; make && make install)
$ (cd pam_login_access ; make && make install)

This should work (untested on -stable here)

Hendrik

-- 
Hendrik Scholz - <[EMAIL PROTECTED]> - http://raisdorf.net/
Microsoft: where do you want to go today?
Linux: where do you want to go tomorrow?
*BSD: are you guys coming, or what?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Login failures ...

2002-02-01 Thread David W. Chapman Jr.

On Fri, Feb 01, 2002 at 03:06:17PM -0800, Bokyung Wang wrote:
> Hello,
> 
> I faced Login Fail problem when I upgrade to FreeBSD 5.0 Current.
> 
> Error messages are
> login: PAM unable to dlopen(/usr/lib/pam_login_access.so)
> login: PAM[dlerror: Cannot open "/usr/lib/pam_login+access.so"]
> login: PAM adding faulty moule: /usr/log/pam_login_access.so
> 
> Does anybody know how to solve it?
> 
I posted a quick solution earlier today/last night on -current, 
should be easy to find since there hasn't been much traffic since I 
posted it.  if you cvsup and make world it should fix it now.

-- 
David W. Chapman Jr.
[EMAIL PROTECTED]   Raintree Network Services, Inc. 
[EMAIL PROTECTED]   FreeBSD Committer 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message