On Feb 1, 2006, at 8:27 PM, Bill Rowe wrote:
Did a Toaster install about 6 weeks ago and included Clamav V0.87.
Upgraded to V0.88  just recently. Everything seems ok BUT the update
email I get each day claims that I'm running a mixture of V0.87 &
V0.88. I've  checked everywhere that I can think of but solution
eludes me.

Make sure you're rotating your logs. I had the same problem until I added a file to logrotate.d:

# more /etc/logrotate.d/freshclam
/var/log/freshclam.log {
    daily
    notifempty
    missingok
    postrotate
        /usr/bin/killall -HUP freshclam 2> /dev/null || true
    endscript
}

I think Bill's added this to his recent toaster installs, but it wasn't there in earlier releases.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Reply via email to