On Fri, Jan 26, 2018 at 01:50:58PM -0500, Roberto C. Sánchez wrote: > On Fri, Jan 26, 2018 at 01:40:45PM -0500, Gene Heskett wrote: > > > > -- > > Cheers, Gene Heskett > > -- > > "There are four boxes to be used in defense of liberty: > > soap, ballot, jury, and ammo. Please use in that order." > > -Ed Howdershelt (Author) > > Genes Web page <http://geneslinuxbox.net:6309/gene> > > > > Did you hit "send" by accident before typing the body of your message? > The subject is not especially clear with regards to the nature of your > problem or how you may want to solve it. >
It appears that ClamAV shipped a bad signature file: http://lists.clamav.net/pipermail/clamav-users/2018-January/005715.html the basic fix is to add Vbs.Downloader.Generic-6431223-0 to your local ignore list: echo Vbs.Downloader.Generic-6431223-0 >> /var/lib/clamav/whitelist.ign2 and then restart clamav. -dsr-