
msklut
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 13
Activity overview
Latest activity by msklut-
msklut commented,
That would seem like expected behavior according to the server's configuration, correct? What is triggering it to run that process every 5 minutes if clamscan is only set to run a 1:00am as a cron?
-
msklut commented,
this was the result: pstree 28901clamscan
-
msklut commented,
yes, the PID is changing with each instance when it runs. /var/log/cron stopped showing the maldet cron after commenting it out in the .conf file earlier.
-
msklut commented,
Are there any other logs you would suggest looking at to make sure it's not a fluke?
-
msklut commented,
Yes
-
msklut commented,
I may have spoken too soon... I just looked at the process log and it shows that same one as before even though the cron that ran every 5 min is now disabled... Any other ideas? ps aux | grep malde...
-
msklut commented,
Solved by commenting out the cron job in /etc/cron.d/maldet_pub! Thanks cPRex!
-
msklut commented,
I just glanced at the maldet readme file and it seems intentional. The odd thing is the scan_user_access setting is disabled in the conf file. Given that the maldetect installation path is owned by...
-
msklut commented,
I looked inside /etc/cron.d/maldet_pub and the following cron job was there: */5 * * * * root /usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1
-
msklut commented,
/var/log/cron shows the 'clamscan' job only running during its scheduled time at 01:00. However, it shows LMD ('maldetect') running precisely every 5 minutes! Aug 14 14:10:01 server CROND[14287]: ...