reiner otto wrote:
> 100% CPU also happens after update of db using freshclam. However, it does
> not happen immediately, but during first usage of clamd after the update.
> I am using clamd together with dansguardian, so dansguardian is waiting for
> about 2-3 minutes for clamd to complete after
> This box doesn't have a browser, it's a server. That's why I was trying
> to use wget. If I do that, I get:
>
> # wget http://db.us.clamav.net/main.cvd
> --16:52:08-- http://db.us.clamav.net/main.cvd
> => `main.cvd.2'
> Resolving db.us.clamav.net... 64.142.100.50, 64.246.44.108,
>
Chuck Swiger wrote:
> On May 8, 2008, at 4:08 PM, Rekrutacja wrote:
>> is it possible that developers will add option to clamscan, to load
>> file
>> list to be scanned, from other file?
>
> Can't you do this via something like:
>
> % ls -1 > /tmp/filelist_to_scan
> % xargs clamdscan < /tmp/fil
100% CPU also happens after update of db using freshclam. However, it does not
happen immediately, but during first usage of clamd after the update.
I am using clamd together with dansguardian, so dansguardian is waiting for
about 2-3 minutes for clamd to complete after usage of freshclam.
Dennis Peterson wrote:
> Chuck Swiger wrote:
>
>> On May 8, 2008, at 5:43 PM, Dennis Peterson wrote:
>>
Can't you do this via something like:
% ls -1 > /tmp/filelist_to_scan
% xargs clamdscan < /tmp/filelist_to_scan
>>> The clamd user would need to be root