Skip to content

Instantly share code, notes, and snippets.

@pol
Forked from tcash11/gist:151485
Created July 21, 2009 22:15
Show Gist options
  • Save pol/151637 to your computer and use it in GitHub Desktop.
Save pol/151637 to your computer and use it in GitHub Desktop.
# Azure Hourly Error
from Cron Daemon <root@azure.resortclosings.com>
to root@azure.resortclosings.com
date Tue, Jul 21, 2009 at 4:00 PM
subject Cron <root@azure> /root/scripts/rsnapshot-with-remount hourly
/bin/cp: will not create hard link `/backup/hourly.1/localhost/data/Completed Escrow Documents/10000-19999/10401' to directory `/backup/hourly.1/localhost/data/Completed Escrow Documents/10000-19999/10401'
----------------------------------------------------------------------------
rsnapshot encountered an error! The program was invoked with these options:
/usr/bin/rsnapshot hourly
----------------------------------------------------------------------------
ERROR: /bin/cp failed. Perhaps this is not GNU cp?
ERROR: Error! cp_al("/backup/hourly.0/", "/backup/hourly.1/")
# 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