Comment 12 for bug 216990

Revision history for this message
Matt Swint (mattswnt) wrote :

Just upgrade my Ubuntu server to 8.04 and every since the initial boot, I get the a new entry in /var/log/auth.log every five minutes. Apparently something in the default cron jobs is calling for pam_smbpass.so. My /var/log/auth.log file is nothing but the following...

Apr 26 06:17:01 localhost CRON[8473]: PAM unable to dlopen(/lib/security/pam_smbpass.so)
Apr 26 06:17:01 localhost CRON[8473]: PAM [error: /lib/security/pam_smbpass.so: cannot open shared object file: No such file or directory]
Apr 26 06:17:01 localhost CRON[8473]: PAM adding faulty module: /lib/security/pam_smbpass.so
Apr 26 06:17:01 localhost CRON[8473]: pam_unix(cron:session): session opened for user root by (uid=0)
Apr 26 06:17:01 localhost CRON[8473]: pam_unix(cron:session): session closed for user root
Apr 26 06:25:01 localhost CRON[8505]: PAM unable to dlopen(/lib/security/pam_smbpass.so)
Apr 26 06:25:01 localhost CRON[8505]: PAM [error: /lib/security/pam_smbpass.so: cannot open shared object file: No such file or directory]
Apr 26 06:25:01 localhost CRON[8505]: PAM adding faulty module: /lib/security/pam_smbpass.so
Apr 26 06:25:01 localhost CRON[8505]: pam_unix(cron:session): session opened for user root by (uid=0)
Apr 26 06:25:01 localhost CRON[8505]: pam_unix(cron:session): session closed for user root