• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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