Hello!
Well, may be I have troubles with my brain, or my hands aren't suited to manage ZCS/FOSS, but I can't make freshclam do the updates on regular basis. It just does not launch!
More, should I run it manually:
Code:
sudo freshclam --config-file=/opt/zimbra/conf/freshclam.conf -l /opt/zimbra/log/freshclam.log --datadir=/opt/zimbra/data/clamav/db
it runs just fine:
Quote:
ClamAV update process started at Thu Apr 2 07:52:24 2009
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.94.2 Recommended version: 0.95
DON'T PANIC! Read Clam AntiVirus
Connecting via proxy.drsk.ru main.cld is up to date (version: 50, sigs: 500667, f-level: 38, builder: sven)
Connecting via proxy.drsk.ru
Downloading daily-9191.cdiff [100%]
Downloading daily-9192.cdiff [100%]
Downloading daily-9193.cdiff [100%]
Downloading daily-9194.cdiff [100%]
Downloading daily-9195.cdiff [100%]
Downloading daily-9196.cdiff [100%]
daily.cld updated (version: 9196, sigs: 38248, f-level: 41, builder: mcichosz)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 38, recommended = 41
DON'T PANIC! Read Clam AntiVirus
Database updated (538915 signatures) from db.ru.clamav.net
Clamd successfully notified about the update.
|
All seems OK. Restarting ZCS:
Quote:
ClamAV update process started at Thu Apr 2 08:00:30 2009
SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
See the FAQ at Clam AntiVirus for an explanation.
ERROR: Problem with internal logger (UpdateLogFile = /opt/zimbra/log/freshclam.log).
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.94.1 Recommended version: 0.95
DON'T PANIC! Read Clam AntiVirus
Connecting via proxy.drsk.ru Downloading main-50.cdiff [100%] main.cld updated (version: 50, sigs: 500667, f-level: 38, builder: sven)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 37, recommended = 38
DON'T PANIC! Read Clam AntiVirus
Connecting via proxy.drsk.ru
WARNING: getfile: daily-8543.cdiff not found on remote server (IP: 172.28.32.1)
WARNING: getpatch: Can't download daily-8543.cdiff from db.ru.clamav.net
WARNING: getfile: daily-8543.cdiff not found on remote server (IP: 172.28.32.1)
WARNING: getpatch: Can't download daily-8543.cdiff from db.ru.clamav.net
WARNING: getfile: daily-8543.cdiff not found on remote server (IP: 172.28.32.1)
WARNING: getpatch: Can't download daily-8543.cdiff from db.ru.clamav.net
WARNING: Incremental update failed, trying to download daily.cvd
Downloading daily.cvd [100%]
daily.cvd updated (version: 9196, sigs: 38248, f-level: 41, builder: mcichosz)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 37, recommended = 41
DON'T PANIC! Read Clam AntiVirus
Database updated (538915 signatures) from db.ru.clamav.net
Clamd successfully notified about the update.
|
Feel the difference!
1. On LATER update it "updates" already brand new main.cld
2. It looks for OLDER diff-files, which are absent (of course!) and not neccessary.
More:
Quote:
zimbra@ubuntu-1:~$ which freshclam
/usr/bin/freshclam
|
Yes, I have standalone ClamAV installation, but it is disabled after ZCS was installed.
Sometimes "auto-refresh" goes well, but last week I could not make FC run automatically.
In ~/zimbramon/crontabs I found NO file with word of "freshclam" inside:
Quote:
zimbra@ubuntu-1:~$ cat ~/zimbramon/crontabs/*|grep -i freshclam
zimbra@ubuntu-1:~$
|
Any suggestions, please?