I believe after the v82 update, we started to get daily emails like:
Indeed, if you look at /etc/cron.daily/freshclam, it refers to the freshclam executable being at /usr/bin/freshclam but it is not there.... instead, it is at /usr/local/cpanel/3rdparty/bin/freshclam
But, when I fix /etc/cron.daily/freshclam to point to the correct path for freshclam, I get a new error in the daily cron email:
The log file is there and, as far as I know, has the right permissions?
Ideas?
- Scott
Code:
From: Anacron <[email protected]>
Subject: Anacron job 'cron.daily' on host.example.com
/etc/cron.daily/freshclam:
/etc/cron.daily/freshclam: line 15: /usr/bin/freshclam: No such file or directory
But, when I fix /etc/cron.daily/freshclam to point to the correct path for freshclam, I get a new error in the daily cron email:
Code:
/etc/cron.daily/freshclam:
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
ERROR: Can't open /var/log/clamav/freshclam.log in append mode (check permissions!).
Code:
-rw-r--r-- 1 clam clam 0 Aug 18 03:22 freshclam.log
- Scott