Digital Ocean VPS üzerinde Ubuntu 14.04 LTS ve nginx kullanıyorum ve bazen başarısız bir cron işi hakkında bu e-postaları alıyorum:
konu
Cron testi -x / usr / sbin / anakron || (cd / && run-parts --report /etc/cron.daily)
E-postanın gövdesi:
/etc/cron.daily/logrotate: hata: '/var/log/nginx/*.log' run-parts için paylaşılan postrotate komut dosyasını çalıştırma hatası: /etc/cron.daily/logrotate dönüş kodu 1'den çıktı
Bunu nasıl çözeceğime dair bir fikrin var mı?
Güncelleme:
/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
}
Güncelleme:
$ sudo invoke-rc.d nginx rotate
initctl: invalid command: rotate
Try `initctl --help' for more information.
invoke-rc.d nginx rotate
başarısız oluyor, bize de o senaryoyu göstermektedir uygun kullanıcı olarak ve, orijinal soru çıktı yapıştırmak olduğunu çalıştırmayı deneyin. tks.
/etc/logrotate.d/nginix
senaryoyu