Skip to content

Instantly share code, notes, and snippets.

@tcash11
Forked from pol/gist:151473
Created July 21, 2009 17:49
Show Gist options
  • Save tcash11/151485 to your computer and use it in GitHub Desktop.
Save tcash11/151485 to your computer and use it in GitHub Desktop.
# Server1 Hourly Error
from Cron Daemon [root@server1.resortclosings.com]
to root@server1.resortclosings.com
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 <root@server1.resortclosings.com>
to root@server1.resortclosings.com
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 <root@server1.resortclosings.com>
to root@server1.resortclosings.com
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