• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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