• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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

daanse

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