• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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