• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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 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