I did a freebsd-update from FreeBSD-9.0 to FreeBSD 9.1 on three servers last week.
Since then, any time a cron job is run the following error is logged:
All of them have the base version of /etc/pam.d/cron dated 2007-06-17, which does not have a reference to pam_opie.so. The cron jobs are all simple perl or bash scripts that run as root. (/var/cron/tabs/root) The scripts appear to be running unaffected by the error message.
Since then, any time a cron job is run the following error is logged:
Code:
/usr/sbin/cron[27244]: in openpam_load_module(): no pam_opie.so found
All of them have the base version of /etc/pam.d/cron dated 2007-06-17, which does not have a reference to pam_opie.so. The cron jobs are all simple perl or bash scripts that run as root. (/var/cron/tabs/root) The scripts appear to be running unaffected by the error message.