Posts mit dem Label clamAV werden angezeigt. Alle Posts anzeigen
Posts mit dem Label clamAV werden angezeigt. Alle Posts anzeigen

Donnerstag, 4. Februar 2016

ClamAV - CentOS Update Probleme

In case the command freshclam get an error like:

freshclam
ERROR: Can't create temporary directory /var/lib/clamav/clamav-d20d60c1871cfa7f444225c0fe0356e0.tmp
Hint: The database directory must be writable for UID 494 or GID 494

Just change the owner to:

chown clamav:clamav /var/lib/clamav

Donnerstag, 23. Juli 2015

ClamAV - centOS - ERROR: LOCAL: Socket file /var/run/clamav/clamd.sock could not be bound: Permission denied

Wer kennt diesen Fehler nicht... :-)

vi /etc/clamd.conf 

und dann ein

LocalSocket unix:/var/run/clamav/clamd.sock

und ein

FixStaleSocket yes