Я запускаю Ubuntu 14.04 LTS і nginx на VPS Digital Ocean VPS і періодично отримую ці електронні листи про невдалу роботу з cron:
Тема
Крон-тест -x / usr / sbin / anacron || (cd / && run-parts --report /etc/cron.daily)
Основний текст електронної пошти:
/etc/cron.daily/logrotate: помилка: помилка запуску спільного сценарію postrotate для '/var/log/nginx/*.log' 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
сценарій