• 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.

Issue Problem: error: Ignoring alt-php70-newrelic-daemon because of bad file mode - must be 0644 or 0444.

mdde

Regular Pleskian
Hi,

i get Emails from Anacron:

Code:
/etc/cron.daily/logrotate:

error: Ignoring alt-php70-newrelic-daemon because of bad file mode - must be 0644 or 0444.
error: Ignoring alt-php70-newrelic-php5 because of bad file mode - must be 0644 or 0444.
error: Ignoring alt-php71-newrelic-daemon because of bad file mode - must be 0644 or 0444.
error: Ignoring alt-php71-newrelic-php5 because of bad file mode - must be 0644 or 0444.
error: Ignoring alt-php72-newrelic-daemon because of bad file mode - must be 0644 or 0444.
error: Ignoring alt-php72-newrelic-php5 because of bad file mode - must be 0644 or 0444.

How can i get rid of that Email? Dunno what happened....

‪CloudLinux 7.5
Plesk Onyx Version 17.5.3 Update #52
 
They are likely 755, you'll need to chmod them down as indicated in the error message.
 
I'm going to assume they are in /etc/logrotate.d/.

# chmod 644 /etc/logrotate.d/alt-php*
 
Thank you! There it was. I will wait for one more day. If you don't here from me - it will be fixed :)

Thanks again!!
 
Back
Top