• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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