Hi,

Mauro Arnoldi wrote:
Feb 5 14:21:58 [CRON] (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )_

Feb 5 14:21:58 [CRON] (root) CMD (root^Itest -x /usr/sbin/run-crons && /usr/sbin/run-crons )_

This is your cron daemon executing some cron tasks. You might want to look at the "crontab -l" output for some of your users, to see what it is getting up to :)


Feb 5 14:21:58 [submit] authdaemon: s_connect() failed: No such file or directory

No idea.


Feb 5 14:21:58 [CRON] (root) MAIL (mailed 41 bytes of output but got status 0x004b_)_

I think this is saying that cron caught some output, and it is trying to mail it to you. When a cron job produces output to stderr or stdout, it is mailed to the user. I'm guessing you dont have a MTA (e.g. postfix/qmail) running, so it is giving an error when trying to mail you this output.


Daniel

--
[EMAIL PROTECTED] mailing list



Reply via email to