• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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