• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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