Skip to content

Instantly share code, notes, and snippets.

@dnamatica
Created March 30, 2012 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnamatica/2255983 to your computer and use it in GitHub Desktop.
Save dnamatica/2255983 to your computer and use it in GitHub Desktop.
Error messages received when I run "crontab -e"
/usr/bin/crontab: line 11: 17: command not found
/usr/bin/crontab: line 12: 25: command not found
/etc/cron.daily/logrotate:
/etc/cron.daily/logrotate: 6: cannot create status.clean: Permission denied
/etc/cron.daily/logrotate: 10: cannot create status.clean: Permission denied
mv: cannot stat `status.clean': No such file or directory
error: stat of /var/log/speech-dispatcher/speech-dispatcher.log failed: Permission denied
error: stat of /var/log/speech-dispatcher/speech-dispatcher-protocol.log failed: Permission denied
error: stat of /var/log/speech-dispatcher/debug-epos-generic failed: Permission denied
error: stat of /var/log/speech-dispatcher/debug-festival failed: Permission denied
error: stat of /var/log/speech-dispatcher/debug-flite failed: Permission denied
error: error creating state file /var/lib/logrotate/status: Permission denied
run-parts: /etc/cron.daily/logrotate exited with return code 1
/etc/cron.daily/man-db:
start-stop-daemon: unable to set gid to 12 (Operation not permitted)
run-parts: /etc/cron.daily/man-db exited with return code 2
/etc/cron.daily/passwd:
cp: cannot create regular file `passwd.bak': Permission denied
cp: cannot create regular file `group.bak': Permission denied
cp: cannot open `/etc/shadow' for reading: Permission denied
cp: cannot open `/etc/gshadow' for reading: Permission denied
run-parts: /etc/cron.daily/passwd exited with return code 1
/etc/cron.daily/popularity-contest:
.: 18: Can't open /etc/popularity-contest.conf
run-parts: /etc/cron.daily/popularity-contest exited with return code 127
/etc/cron.daily/standard:
cp: cannot create regular file `passwd.bak': Permission denied
cp: cannot create regular file `group.bak': Permission denied
cp: cannot open `/etc/shadow' for reading: Permission denied
cp: cannot open `/etc/gshadow' for reading: Permission denied
/usr/bin/crontab: line 13: 47: command not found
/etc/cron.weekly/man-db:
start-stop-daemon: unable to set gid to 12 (Operation not permitted)
run-parts: /etc/cron.weekly/man-db exited with return code 2
/usr/bin/crontab: line 14: 52: command not found
/usr/bin/crontab: line 15: 30: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment