On Thu, 2004-10-07 at 09:37 -0500, Richard Humphrey wrote: > Ever since upgrading to 8.0 rc1 I have been getting the following > error when running freshclam. > > # freshclam > ClamAV update process started at Thu Oct 7 09:39:32 2004 > ERROR: Can't query current.cvd.clamav.net > Reading CVD header (main.cvd): OK > main.cvd is up to date (version: 27, sigs: 23982, f-level: 2, builder: tomek) > ERROR: Can't query current.cvd.clamav.net > Reading CVD header (daily.cvd): OK > daily.cvd is up to date (version: 519, sigs: 859, f-level: 2, builder: trog) > > > Any ideas what is going on?
You don't have access to do DNS queries? [EMAIL PROTECTED] mcdonalddj]$ dig +short current.cvd.clamav.net txt "0.80rc3:27:519:1097155814" That tells you: 1. What the latest released version of clamav code is (0.80rc3) 2. What the latest release of the main.cvd virus database is (27) 3. What the latest release of the daily.cvd virus database is (51) 4. Unix epoch time of the most recent change: [EMAIL PROTECTED] mcdonalddj]$ perl -e 'print time()-1097155814' 4990 or, about 8 hours ago _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users