Hi!
I have default config for periodic tasks (/etc/periodic.conf was copied from /etc/defaults/periodic.conf). Every time my crontab runs periodic daily, I've got this errors in my /var/log/messages and auth.log
I'v tried to turn on logging for periodic daily:
But there are no errors there.
At the same time when I'm manually run periodic daily in command prompt, I received those errors immediately.
Looks like some script in /etc/periodic/daily/ cause those errors.
Any solutions for my issue?
Thanks.
I have default config for periodic tasks (/etc/periodic.conf was copied from /etc/defaults/periodic.conf). Every time my crontab runs periodic daily, I've got this errors in my /var/log/messages and auth.log
Code:
Jan 12 03:01:10 mybsd su: pam_acct_mgmt: authentication error
Jan 13 03:01:12 mybsd su: pam_acct_mgmt: authentication error
Jan 14 03:01:10 mybsd su: pam_acct_mgmt: authentication error
Jan 15 03:02:23 mybsd su: pam_acct_mgmt: authentication error
I'v tried to turn on logging for periodic daily:
Code:
daily_output="/var/log/daily.log"
At the same time when I'm manually run periodic daily in command prompt, I received those errors immediately.
Looks like some script in /etc/periodic/daily/ cause those errors.
Any solutions for my issue?
Thanks.