Guest User

Untitled

a guest
Apr 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. # Azure Hourly Error
  2. from Cron Daemon <root@azure.resortclosings.com>
  3. to root@azure.resortclosings.com
  4. date Tue, Jul 21, 2009 at 4:00 PM
  5. subject Cron <root@azure> /root/scripts/rsnapshot-with-remount hourly
  6. /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'
  7. ----------------------------------------------------------------------------
  8. rsnapshot encountered an error! The program was invoked with these options:
  9. /usr/bin/rsnapshot hourly
  10. ----------------------------------------------------------------------------
  11. ERROR: /bin/cp failed. Perhaps this is not GNU cp?
  12. ERROR: Error! cp_al("/backup/hourly.0/", "/backup/hourly.1/")
  13.  
  14. # Server1 Hourly Error
  15. from Cron Daemon [root@server1.resortclosings.com]
  16. to root@server1.resortclosings.com
  17. date Tue 7/21/2009 6:17 AM
  18. subject Cron <root@server1> root cd / && run-parts --report /etc/cron.hourly
  19. /bin/sh: root: command not found
  20.  
  21. # Server1 Daily Error #1
  22. from Cron Daemon <root@server1.resortclosings.com>
  23. to root@server1.resortclosings.com
  24. date Tue 7/21/2009 6:25 AM
  25. subject Cron <root@server1> root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
  26. /bin/sh: root: command not found
  27. /etc/cron.daily/00logwatch:
  28. You have old files in your logwatch tmpdir (/tmp):
  29. logwatch.DT3cF75s
  30. The directories listed above were most likely created by a logwatch run that failed to complete successfully. If so, you may delete these directories.
  31. /etc/cron.daily/sysklogd:
  32. gzip: /var/log//syslog.0.gz: No such file or directory
  33. mv: cannot stat `/var/log//syslog.0.gz': No such file or directory
  34. /etc/cron.daily/vacation-log-rotate:
  35. tar: Removing leading `/' from member names
  36.  
  37. #Server1 Daily Error #2
  38. from Cron Daemon <root@server1.resortclosings.com>
  39. to root@server1.resortclosings.com
  40. date Tue 7/21/2009 6:26 AM
  41. subject Cron <root@server1> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
  42. /etc/cron.daily/sysklogd:
  43. gzip: /var/log//mail.log.0.gz: No such file or directory
  44. gzip: /var/log//mail.log.0: No such file or directory
  45. mv: cannot stat `/var/log//mail.log.0.gz': No such file or directory
  46. mv: cannot stat `/var/log/mail.log.new': No such file or directory
  47. chgrp: cannot access `/var/log/mail.info.new': No such file or directory
  48. chmod: cannot access `/var/log/mail.info.new': No such file or directory
  49. mv: cannot stat `/var/log/mail.info.new': No such file or directory
  50. /etc/cron.daily/vacation-log-rotate:
  51. A logfile rotation for today already exists, not rotating.
Add Comment
Please, Sign In to add comment