On 05/31/2011 12:56 PM, kshitij mali wrote: > I know that XF.SIC.L detected files are not virus i want clamav to ignore > this kind for viruses . > > i also also created file local.ign2 in the the database dir with folowing > content > > # cat local.ign2 > XF.Sic.E > XF.Sic.L > but got error after restarting the clamd service > > [root@relay clamav]# /etc/init.d/clamd start > Starting ClamAV Daemon: LibClamAV Error: cli_loadign: No signature name > provided > LibClamAV Error: cli_loadign: Problem parsing database at line 3
Line 3 means you have an extra (possibly empty) line in local.ign2. Remove it so it only has 2 lines, and try again. Best regards, --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
