• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Anacron job cron daily

kirk macdonald

Basic Pleskian
Good morning all

I have centos obsidian installed

i also have imunify360 installed with ossec

im getting daily log rotate errors

/etc/cron.daily/logrotate:

error: stat of /var/ossec/logs/active-responses.log failed: Permission denied
error: stat of /var/ossec/logs/ossec.log failed: Permission denied

folder permissions are as follows

/var/ossec root ossec 550

/var/ossec/logs ossec ossec 770

/var/ossec/logs/active-response.log ossec ossec 664
/var/ossec/logs/ossec.log ossec ossec 664


This is the content of the file responsible for the rotation which is /etc/logrotate.d/ossec-hids


/var/ossec/logs/active-responses.log {
missingok
notifempty
create 0664 ossec ossec
su ossec ossec

}

/var/ossec/logs/ossec.log {
missingok
notifempty
create 0664 ossec ossec
su ossec ossec

}

if i change su ossec ossec to root root the rotation happens but i still receive the permission denied error every day via email

does anyone know why this is happening and how to solve so we can submit a commit to imunfy360 to remove this bug
 
Last edited:
Hi Kirk, did you get the problem solved? Having the exact same issue. Hope to hear. Thanks in advance!
 
Hi Kirk, did you get the problem solved? Having the exact same issue. Hope to hear. Thanks in advance!
i never as i upgraded to centos8 and imunify360 does not work with centos8

create a ticket with imunfy direct and they will show you how to sort it its a rather long process as they have to deactivate the license from the ip then you have to decode the license to get the actual plesk imunify360 license then reinstall via there method but as i was doing this i realised centos8 was released to plesk so i upgraded then realized it dont work at all on centos 8 :D
 
Back
Top