Hi Phillip, On 21.10.2014 17:17, Phillip Pi wrote:
I noticed /etc/clamav/freshclam.conf didn't exist so I did a "cp /var/lib/dpkg/info/clamav-freshclam.config /etc/clamav/freshclam.conf"
That was a bad idea.
and added "PidFile /var/run/clamav/freshclam.pid" line to the bottom of the copied file. However, it still failed with a new error:
This is not surprising, because clamav-freshclam.config is something very different than freshclam.conf.
Instead create /etc/clamav/freshclam.conf with only the PidFile line: # echo "PidFile /var/run/clamav/freshclam.pid" > /etc/clamav/freshclam.conf Best regards, Andreas _______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
