Query on entries in aut log
Posted: 07 Feb 2011, 07:28
Hi, I am not very familiar with authentication on linux and have a question to understand the log entries.
About every five minutes there are the following lines in the auth.log.
I have checked, I have not set up cron jobs as root (crontab is empty for root).
Any clues?
Regards, a1n
About every five minutes there are the following lines in the auth.log.
It would seem cron is trying to execute as root, but cannot find a file (/etc/default/locale).Feb 7 13:10:01 b3 CRON[6511]: pam_env(cron:session): Unable to open env file: /etc/default/locale: No such file or directory
Feb 7 13:10:01 b3 CRON[6510]: pam_env(cron:session): Unable to open env file: /etc/default/locale: No such file or directory
Feb 7 13:10:01 b3 CRON[6511]: pam_unix(cron:session): session opened for user root by (uid=0)
Feb 7 13:10:01 b3 CRON[6510]: pam_unix(cron:session): session opened for user root by (uid=0)
Feb 7 13:10:02 b3 CRON[6510]: pam_unix(cron:session): session closed for user root
Feb 7 13:10:03 b3 CRON[6511]: pam_unix(cron:session): session closed for user root
I have checked, I have not set up cron jobs as root (crontab is empty for root).
Any clues?
Regards, a1n