On the subject of Cron,
When I was still running Fedora Core 3, I was running my freshclam's
using cron but found from time to time that when I came in to work in
the morning I would have 20 to 30 cron processes still holding on
chewing up resource but not finishing off anything.
This caused me i
> Naturally if freshclam dies we can expect people to mention it. I'm
> calling for those who run freshclam as a daemon and who don't see any
> problems with it to chip into this thread. How many of us are there?
I run freshclam in daemon mode for several servers processing several
hundred tho
>> In other words, you are looking for a tax write off.
Not even, just something so that the auditors have a paper trail and don't
think funds are being missapropriated.
I would imagine that the "legal entity" of ClamAV is not registered in the
same tax neighbourhood as a great may of its users a
> If it runs out of cron it runs for just milli- seconds - other wise it is
in the proc table
Assuming of course that you don't end up with hundreds of spawned cron jons.
For some reason, I have seen more often than I care to think, multiple cron
jobs firing off freshclam and then not hanging up.
>xargs is still limited by max line length, so this needs to be done
>with care. Perl can also be used in place of clamdscan to feed file
>names to clamd (which must be run as root). The advantage of Perl is it
>can iterate over an array and of course manage all the logging.
Also, depending on
> would I be better off calling clamscan to scan the entire disk, or call
clamscan 10,000+ times with unknown files?
I suppose a better wuestion would be:
How often do you want to scan these files?
The reason this becomes important is that if you are going to be doing this
overnight during server
Or if you maintain a file with the filenames and paths that you want to
scan, you can use cat to output each line of that file to clamscan in the
same fashion.
cat filename | xargs clamscan
___
http://lurker.clamav.net/list/clamav-users.html
find (options) | xargs clamscan
So to search all files in home
find /home/ |xargs clamscan
Or to scan only certain files of specified size (thanks to Noel Jones for
this one)
find / -type f -size N | xargs clamscan
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] O
Now now children,
The point of mail lists is to provide help and support, not to provide
banter.
Either way, millions of people around the world provide and are provided
support through community efforts such as this.
Giving someone an answer outright limits their requirement to think about
stra
you also need to make sure that the query dns line is uncommented, freshclam
will not start without this and reports the same error
___
http://lurker.clamav.net/list/clamav-users.html
Hello All,
I see 0.88.2 has now been released, and in the release notes it is
stated that
"fixes zip handling on 64-bit architectures"
Does this resolve the segmentation fault issue discussed in the
clam-avuser list at
http://lurker.clamav.net/thread/20060424.005622.682e68d4.en.html
"clamav-0.88
11 matches
Mail list logo