私は、Ubuntu 14.04 LTSとnginxをDigital Ocean VPSで実行しており、cronジョブの失敗に関する次のメールをときどき受け取ります。
件名
cronテスト-x / usr / sbin / anacron || (cd / && run-parts --report /etc/cron.daily)
メールの本文は次のとおりです。
/etc/cron.daily/logrotate:エラー: '/var/log/nginx/*.log'の共有postrotateスクリプトの実行中にエラーが発生しましたrun-parts:/etc/cron.daily/logrotateが戻りコード1で終了しました
これを解決する方法について何か考えはありますか?
更新:
/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
}
更新:
$ sudo invoke-rc.d nginx rotate
initctl: invalid command: rotate
Try `initctl --help' for more information.
invoke-rc.d nginx rotate
失敗している、あまりにも私たちにそのスクリプトを表示し、適切なユーザーとして、そして、あなたの元の質問に出力を貼り付けることを実行してみてください。tks。
/etc/logrotate.d/nginix
スクリプトを表示してください