Skip to content

Instantly share code, notes, and snippets.

@pol
Created July 21, 2009 17:26
Show Gist options
  • Save pol/151473 to your computer and use it in GitHub Desktop.
Save pol/151473 to your computer and use it in GitHub Desktop.
# The Azure Hourly Error
from Cron Daemon <root@azure.resortclosings.com>
to root@azure.resortclosings.com
date Mon, Jun 29, 2009 at 4:00 AM
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/")
# The Server1 Hourly Error
from Cron Daemon <root@server1.resortclosings.com>
to root@server1.resortclosings.com
date Tue, Jul 14, 2009 at 11:17 AM
subject Cron <root@server1> root cd / && run-parts --report /etc/cron.hourly
/bin/sh: root: command not found
# The Server1 Periodic Other Error
from Cron Daemon <root@server1.resortclosings.com>
to root@server1.resortclosings.com
date Thu, Jul 16, 2009 at 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
mv: cannot stat `/var/log//mail.log.0.gz': No such file or directory
/etc/cron.daily/vacation-log-rotate:
tar: Removing leading `/' from member names
rm: cannot remove `/home/vacation/vacation.log': No such file or directory
run-parts: /etc/cron.daily/vacation-log-rotate exited with return code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment