ClamAV not updating

Locked
pb81
Posts: 8
Joined: Sat 4. Jan 2020, 14:18

ClamAV not updating

Post by pb81 »

Discovered that the folder "/var/lib/clamav/" did not have the right permissions, so ClamAV could not be updated. I have seen this on two installations now. After changing the permissions to 755, the databases are updated again.

Code: Select all

chmod 755 -R /var/lib/clamav/
Locked