freshclam-sleep zombiefied
freshclam-sleep not exiting properly, and zombiefies there by not allowing future attempts at running the freshclam. I did the following:
[code:1] rm -f/etc/cron.d/clamav-update [/code:1] then I made a file called freshclam in /etc/cron.daily [code:1]
!/bin/shA simple update script for the clamav virus database.
This could as well be replaced by a SysV script.
fix log file if needed
LOG_FILE="/var/log/freshclam.log" if [ ! -f "$LOG_FILE" ]; then touch "$LOG_FILE" chmod 644 "$LOG_FILE" chown clamav.clamav "$LOG_FILE" fi