ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
ERROR: Can’t open /var/log/clamav/freshclam.log in append mode (check permissions!)."
I have edited /etc/cron.daily/freshclam and tried changing the permissions of the line:
…
chmod 644 “$LOG_FILE”
…
to 664 and 666 but still get the error when running the cron job.
I also get the same error when running freshclam. After changing the permissions on /var/log/freshclam.log to 666 and then running freshclam and it updates ok.
“WARNING: System limit for file size is lower than engine->maxscansize”
Well, that’s just a warning… I’m not sure that I’d be too concerned about it.
It says that your filesystem allows a particular file size to be written, but that ClamAV is able to scan files larger than that.
But if you’d like to look into it, you may want to check your ulimit settings (/etc/security/limits.conf) for any limits that apply to file size. You could also edit your clamav.conf file in /etc, and set “MaxScanSize” to a lower number.