Robert wrote:
> My install of Clamd has been crashing regularly.
> 5 times yesterday, 28 times  and counting today.
> 
> #

Go into your clamav signature directory where all the signature files are and 
run this test:


ls >/tmp/test.txt
for file in *[bd]
   do echo $file; clamscan -d $file /tmp/test.txt
done

Look for errors. If you see any, remove the signature file that caused it.

rm /tmp/test.txt

dp
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to