After performing the upgrade I can't login via ssh and local password change attempts fail. I can log in locally as root and a normal user. When I do this and try to change passwords this is the result:
[root@tiger]# passwd
Changing password for user root.
passwd: Module is unknown
For each remote ssh login attempt I see these entries in /var/log/secure:
Nov 28 21:33:10 localhost passwd: PAM unable to dlopen(/lib/security/pam_stack.so)
Nov 28 21:33:10 localhost passwd: PAM [error: /lib/security/pam_stack.so: cannot open shared object file: No such file or directory]
Nov 28 21:33:10 localhost passwd: PAM adding faulty module: /lib/security/pam_stack.so
I cannot stress enough that ALL I did was upgrade Fed6 to Fed8 using the DVD from the Fed site. The Fed6 system used yum to regularly update itself, actually a daily cron calling "yum update all" in case thats relevant.
Was there something else I should have done? Should I have actually done the Fed6->Fed7->Fed8 route instead? I see an old entry for this message here:
http://www.linuxquestions.org/questi...194/page2.html
but cracklib is present and libxcrypt is unknown to yum. Thanks.