• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Daily Cron Error

PTS

New Pleskian
Since upgrading to Plesk 9.2.3 last year, I've been receiving the following cron error to email on a daily basis:

/etc/cron.daily/logrotate:
error: sa-update:3 unknown option 'notifyempty' -- ignoring line

I haven't had any luck trying to stop it. Any suggestions?
 
I do realize this is the 9.5.x form but I'm having the same error on my 9.5.x box.

I can't figure out where this cron is going wrong.

Here is the logrotate file it refers to:

!/bin/sh
/usr/sbin/logrotate /etc/logrotate.conf
EXITVALUE=$?
if [ $EXITVALUE != 0 ]; then
/usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
fi
exit 0
 
Back
Top