Sto eseguendo Ubuntu 14.04 LTS e nginx su un Digital Ocean VPS e ogni tanto ricevo queste e-mail su un lavoro cron fallito:
Soggetto
Cron test -x / usr / sbin / anacron || (cd / && run-parts --report /etc/cron.daily)
Il corpo dell'email è:
/etc/cron.daily/logrotate: errore: errore durante l'esecuzione dello script postrotate condiviso per '/var/log/nginx/*.log' run-parts: /etc/cron.daily/logrotate uscito con il codice di ritorno 1
Qualche idea su come posso risolvere questo?
Aggiornare:
/var/log/nginx/*.log {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
create 0640 www-data adm
sharedscripts
prerotate
if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
run-parts /etc/logrotate.d/httpd-prerotate; \
fi
endscript
postrotate
invoke-rc.d nginx rotate >/dev/null 2>&1
endscript
}
Aggiornare:
$ sudo invoke-rc.d nginx rotate
initctl: invalid command: rotate
Try `initctl --help' for more information.
invoke-rc.d nginx rotate
non riesce, prova a eseguirlo come utente appropriato e mostraci anche quello script, incolla l'output nella tua domanda originale. tks.
/etc/logrotate.d/nginix
sceneggiatura