-
-
Save tcash11/151485 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Server1 Hourly Error | |
from Cron Daemon [[email protected]] | |
to [email protected] | |
date Tue 7/21/2009 6:17 AM | |
subject Cron <root@server1> root cd / && run-parts --report /etc/cron.hourly | |
/bin/sh: root: command not found | |
# Server1 Daily Error #1 | |
from Cron Daemon <[email protected]> | |
to [email protected] | |
date Tue 7/21/2009 6:25 AM | |
subject Cron <root@server1> root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) | |
/bin/sh: root: command not found | |
/etc/cron.daily/00logwatch: | |
You have old files in your logwatch tmpdir (/tmp): | |
logwatch.DT3cF75s | |
The directories listed above were most likely created by a logwatch run that failed to complete successfully. If so, you may delete these directories. | |
/etc/cron.daily/sysklogd: | |
gzip: /var/log//syslog.0.gz: No such file or directory | |
mv: cannot stat `/var/log//syslog.0.gz': No such file or directory | |
/etc/cron.daily/vacation-log-rotate: | |
tar: Removing leading `/' from member names | |
#Server1 Daily Error #2 | |
from Cron Daemon <[email protected]> | |
to [email protected] | |
date Tue 7/21/2009 6:26 AM | |
subject Cron <root@server1> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) | |
/etc/cron.daily/sysklogd: | |
gzip: /var/log//mail.log.0.gz: No such file or directory | |
gzip: /var/log//mail.log.0: No such file or directory | |
mv: cannot stat `/var/log//mail.log.0.gz': No such file or directory | |
mv: cannot stat `/var/log/mail.log.new': No such file or directory | |
chgrp: cannot access `/var/log/mail.info.new': No such file or directory | |
chmod: cannot access `/var/log/mail.info.new': No such file or directory | |
mv: cannot stat `/var/log/mail.info.new': No such file or directory | |
/etc/cron.daily/vacation-log-rotate: | |
A logfile rotation for today already exists, not rotating. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment