• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Forwarded to devs Logrotate / No rotated logs for '/var/log/apache2/access.log' found

CGI1979

Basic Pleskian
TITLE:
Logrotate / No rotated logs for '/var/log/apache2/access.log' found
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx 17.8.11 Update Nr. 8
PROBLEM DESCRIPTION:
After the upgrade I activated the IP anonymization in server settings during log rotation. Now every day I get mails from all machines:

Cron <root@hopf> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

/etc/cron.daily/logrotate:
No rotated logs for '/var/log/apache2/access.log' found.

When I run the command "test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )" as a root by hand no error comes up.​
STEPS TO REPRODUCE:
Daily Cronjob​
ACTUAL RESULT:
Cron <root@hopf> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

/etc/cron.daily/logrotate:
No rotated logs for '/var/log/apache2/access.log' found.​
EXPECTED RESULT:
Silence​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
Please specify your OS version.
Seems log files are from deb-based OSes but anacron points to the CentOS.
 
ROOT CAUSE:
The anonimyze_ip utility show this output if there're no any rotated logs for apache webserver. Is not a bug.

WORKAROUND:
To hide a message just create rotated log for apache.

touch /var/log/apache2/access.log.1
touch /var/log/apache2/error.log.1
 
Back
Top