如果我运行sudo freshclam
我会收到此错误:
ERROR: Can't open /var/log/clamav/freshclam.log in append mode (check permissions!).
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
我去/var/log/clamav
检查它的权限,但那里没有 clamav 目录。我尝试过sudo locate freshclam.log
,但什么也没回来。
我正在运行 Debian 8 Jessie 和 ClamAV 0.99.2。我使用安装了 ClamAV sudo apt-get install clamav
。 Clamscan 工作正常,
有任何想法吗?
答案1
也许相同的进程已经在运行,使用以下命令自动停止它:
sudo /etc/init.d/clamav-freshclam stop
并再次尝试使用以下命令手动:
sudo freshclam