• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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