It’s probably worth doing (thank you, Eric), but it doesn’t seem to have
resolved the issue with the missing databases.
It looks to me as if one of the signature providers, SecuriteInfo, has
withdrawn some of their databases.
I’ve tried a new manual fix, which is to edit:
/etc/clamav-unofficial-sigs.conf
and set the ‘si_dbs’ variable to just:
si_dbs=“
securiteinfo.hdb
securiteinfohtml.hdb
"
I’ll let you know if that turns out to fix the issue.
Angus
> On May 29, 2015, at 11:52 PM, Eric Broch <[email protected]> wrote:
>
> Thanks for the info, Angus. I'm going to create an rpm for this.
>
> On 5/29/2015 8:30 AM, Angus McIntyre wrote:
>> It seems that there’ve been some changes in the SaneSecurity package, which
>> provides additional ‘virus’ signatures for ClamAV.
>>
>> Recently, the cron job that pulls down new definitions has started erroring
>> out on my server with reports such as:
>>
>> Clamscan reports Sanesecurity honeynet.hdb database integrity tested BAD -
>> SKIPPING
>> rsync: link_stat "/usr/share/clamav/unofficial-dbs/si-dbs/honeynet.hdb"
>> failed: No such file or directory (2)
>> rsync error: some files/attrs were not transferred (see previous errors)
>> (code 23) at main.c(1039) [sender=3.0.6]
>>
>> I tried to refresh the SaneSecurity install using:
>>
>> qtp-install-sanesecurity
>>
>> but this generated the error:
>>
>> unable to reach
>> http://sourceforge.net/projects/unofficial-sigs/files/clamav-unofficial-sigs-3.7.1.tar.gz/download
>>
>> <http://sourceforge.net/projects/unofficial-sigs/files/clamav-unofficial-sigs-3.7.1.tar.gz/download>,
>> please try again later.
>>
>> It seems that the installer should now be at:
>>
>>
>> http://sourceforge.net/projects/unofficial-sigs/files/clamav-unofficial-sigs-3.7.2.tar.gz/download
>>
>> <http://sourceforge.net/projects/unofficial-sigs/files/clamav-unofficial-sigs-3.7.2.tar.gz/download>
>>
>> To try to fix this, I opened up
>> '/opt/qmailtoaster-plus/bin/qtp-install-sanesecurity’ and changed the line:
>>
>> PKG_VER=3.7.1
>>
>> to
>>
>> PKG_VER=3.7.2
>>
>> and then ran the install script.
>>
>> Running the update command usually run by the cron job:
>>
>> /usr/sbin/clamav-unofficial-sigs.sh -c /etc/clamav-unofficial-sigs.conf
>>
>> seems to have executed without error.
>>
>> I’m not sure who’s currently maintaining this package, but in the meantime
>> if you’re encountering issues with this, then you might like to try this fix.
>>
>> Angus
>