Jim Preston wrote:
> Chris wrote:
>> On Friday 16 May 2008 10:36 pm, Dennis Peterson wrote:
>>
>>> It looks at first glance like your script is not looking for main.cld or
>>> daily.cld files.
>>>
>>> dp
>>>
>> Thats odd though that it was working, or seemed to be, from the time I
>> installed the new version until May 11.
>>
>>
> Yes, I agree it is odd that it was working and stopped but......the logs
> indicate that that freshclam is working correctly AND clamd is being
> notified and reloading with the correct number of signatures.
>
> I am not sufficiently proficient in perl to debug the logic in your script.
This part is looing for cvd and inc extensions but not cld. I didn't
look further but my guess is there's some cvdor inc files in the
directory from May 11 and some newer cld files.
if
(/main\.(?:cvd|inc).+\(version:\s(\d+),\ssigs:\s(\d+),/) {
#print "MAIN: $2\n";
$fcmainversion = $1;
$fcmaincount = $2;
}
if
(/daily\.(?:cvd|inc).+\(version:\s(\d+),\ssigs:\s(\d+),/) {
#print "DAILY: $2\n";
$fcdailyversion = $1;
$fcdailycount = $2;
}
dp
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html