Eliminare l'errore ERROR: /var/log/clamav/freshclam.log is locked by another process

From RVM Wiki
Revision as of 16:37, 4 September 2012 by Gabriele.vivinetto (talk | contribs) (Created page with "* 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 …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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