Well any knows why or how many file exits on folder /var/lib/clamav/clamd-socket ?? couse i dont have this folder. What can i do???
/var/lib/clamav/ is de directory that contains your latest virus definition files. for me it's: Code: root@ispc3dev:/var/lib/clamav# ls -al total 36264 drwxr-xr-x 2 clamav clamav 4096 Aug 11 22:23 . drwxr-xr-x 42 root root 4096 Aug 9 19:40 .. -rw-r--r-- 1 clamav clamav 106736 Aug 9 19:21 bytecode.cvd -rw-r--r-- 1 clamav clamav 10729472 Aug 11 02:22 daily.cld -rw-r--r-- 1 clamav clamav 26224310 Aug 9 19:21 main.cvd -rw------- 1 clamav clamav 416 Aug 11 22:23 mirrors.dat
Falko, can u telk me about clamd-socket?? in /etc/clamd.conf patch to same place /var/lib/clamav/clamd-socket but i dont have this file or folder. I dont know if clamd-socket re a file or folder. Tanks Falko...
clamd-socket is a socket, not a directory. Does the directory /var/lib/clamav/ exist? If not, create it: Code: mkdir /var/lib/clamav/