Mirror problem

Here is a list of possible reasons why freshclam failed to fetch the latest updates:

  • Invalid DNS reply. Falling back to HTTP mode or ERROR: Can’t query current.cvd.clamav.net
  • There is a problem with your DNS server. Please check the entries in /etc/resolv.conf and verify that you can resolve the TXT record manually: $ host -t txt current.cvd.clamav.net If you can’t, it means your network is broken. You’ll be still able to download the updates, but you’ll waste a lot of bandwidth checking for updates. Please note that some not RFC compliant DNS servers (namely the one shipped with the Alcatel (now Thomson) SpeedTouch 510 modem) can’t resolve TXT record. If that’s the case, please recompile ClamAV with the flag—enable-dns-fix .
  • ERROR: Connection with ??? failed
  • Either your dns servers are not working or you are blocking port 53/tcp. You should manually check that you can resolve hostnames with: $ host database.clamav.net. If it doesn’t work, check your dns settings in /etc/resolv.conf. If it works, check that you can receive dns answers longer than 512 bytes, e.g. check that your firewall is not blocking packets which originate from port 53/tcp. An easy way to find it out is: $ dig @ns1.clamav.net db.us.big.clamav.net
  • ERROR: getfile: daily-*.cdiff not found on remote server
  • For some reason, the mirror didn’t fetch the cdiff file. Freshclam can recover from this situation by trying the next mirror.
  • WARNING: Incremental update failed, trying to download daily.cvd
  • For some reason, incremental update failed. Freshclam can recover from this situation by downloading the whole daily.cvd . No side effects.
  • WARNING: Mirror xxx.xxx.xxx.xxx is not synchronized.
  • For some reason, this mirror has not fetched the latest updates yet. Freshclam can recover from this situation by trying the next mirror.
  • Update failed. Your network may be down or none of the mirrors listed in freshclam.conf is working.
  • It’s not your lucky day. Freshclam tried every possible way to download the updates but failed. Usually this means that all the mirrors in your local pool are down or not synchronized, or something really nasty happened. Please wait a few minutes and try again. Remember to pass the -v option to freshclam. It is also possible that you recently had a prolonged network outage and freshclam blacklisted all the mirrors: remove mirrors.dat from the DatabaseDirectory and try again. If the problem persists, check the mirror status page and perhaps send the output of freshclam -v to Luca .
  • too often connections with outdated version
  • Starting from ClamAV 0.9x, whenever your ClamAV engine becomes outdated and the difference between the functionality level required by the CVD and the functionality level supported by your ClamAV engine is more than 3, freshclam refuses to check for updates more often than 6 times per day. The reason for this is that there is no use to generate traffic on our mirrors if you cannot take advantage of all the signatures anyway. If you really care about catching as much malware as possible and you want to check for updates more often than 6 times per day, then you should also not run such an old version of ClamAV. This feature was introduced after our mirror sysadmins complained that really old versions of ClamAV were consuming more than 50% of their bandwidth to download some CVD updates that were almost useless to them (due to lack of support for mdb signatures).
  • Your ClamAV installation is OUTDATED
  • This message does NOT indicate that you are unable to download the latest CVD update! You’ll get this message whenever a new version of ClamAV is released. In order to detect all the latest viruses, it’s not enough to keep your database up to date. You also need to run the latest version of the scanner.
  • WARNING: Current functionality level = 1, required = 2
  • The functionality level of the database determines which scanner engine version is required to use all of its signatures. If you don’t upgrade immediately you will still be able to download the latest CVD updates but the engine won’t be able to use ALL of them.