Re: [Clamav-users] Freshclam and Cron

2005-02-23 Thread George Chelidze
[EMAIL PROTECTED] wrote: Freshclam via cron What sort of update intervals are people using, and can someone show me a working crontab entry? I've tried calling freshclam like this via a crontab entry 06 0 * * * /usr/local/bin/freshclam BUt it doesn't seem to work. Which means I'm probably miss

Re: [Clamav-users] Freshclam and Cron

2005-02-22 Thread Per Jessen
On Tue, 22 Feb 2005 09:53:13 -0600, [EMAIL PROTECTED] wrote: >Freshclam via cron > >What sort of update intervals are people using, and can someone show me a >working crontab entry? I've tried calling freshclam like this via a crontab >entry > >06 0 * * * /usr/local/bin/freshclam > This is m

Re: [Clamav-users] Freshclam and Cron

2005-02-22 Thread Pierrick PONS
Freshclam is not to use on cron. In freshclam.conf , you have : # Check for new database 24 times a day Checks 24 So freshclam daemon will check every hour a day for updates. Freshclam must always be running. Just do a 'ps auxwww|grep fresh' to see if freschlam is running. Hope this will help