- Se si ricevono delle notifiche di CRON con l'errore
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
ERROR: /var/log/clamav/freshclam.log is locked by another process
- Significa che c'è il demone freshclam attivo. Testare se è vero:
ps ax |grep clam
2045 ? Ssl 0:27 /usr/sbin/clamd
2164 ? Ss 2:04 /usr/bin/freshclam -d --quiet
24326 pts/1 S+ 0:00 grep clam
- Trovare il cron job che lancia /usr/bin/freshclam in
/etc/cron*
- Verificare che non sia nel crontab di root
sudo crontab -e
Riferimenti