Created
July 21, 2009 17:26
-
-
Save pol/151473 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
# The Azure Hourly Error | |
from Cron Daemon <[email protected]> | |
to [email protected] | |
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 <[email protected]> | |
to [email protected] | |
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 <[email protected]> | |
to [email protected] | |
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