Please help, I'd like to know if this problem is known
by the developers, and if that line has been commented
out by accident.

I uncommented the line below:

diff -u clamav-0.93.orig/freshclam/manager.c clamav-0.93/freshclam/manager.c

--- clamav-0.93.orig/freshclam/manager.c        Thu Mar  6 15:41:02 2008
+++ clamav-0.93/freshclam/manager.c     Wed Apr 23 17:05:05 2008
@@ -601,7 +601,7 @@
     /* check whether the resource actually existed or not */
     if((strstr(buffer, "HTTP/1.1 404")) != NULL || (strstr(buffer, "HTTP/1.0 
404")) != NULL) {
        logg("^getfile: %s not found on remote server (IP: %s)\n", srcfile, 
ipaddr);
-       /* mirman_update(mdat->currip, mdat, 1); */
+       mirman_update(mdat->currip, mdat, 1);
        closesocket(sd);
        return 58;
     }

In order to fix the following messages issued by freshclam.
Notice the server IP address was not changing after failure!

ClamAV update process started at Wed Apr 23 17:06:06 2008
main.cvd is up to date (version: 46, sigs: 231834, f-level: 26, builder: sven)
WARNING: getfile: daily-6689.cdiff not found on remote server (IP: 
64.246.44.108)
WARNING: getpatch: Can't download daily-6689.cdiff from database.clamav.net
WARNING: getfile: daily-6689.cdiff not found on remote server (IP: 
64.246.44.108)
WARNING: getpatch: Can't download daily-6689.cdiff from database.clamav.net
WARNING: getfile: daily-6689.cdiff not found on remote server (IP: 
64.246.44.108)
WARNING: getpatch: Can't download daily-6689.cdiff from database.clamav.net
WARNING: Incremental update failed, trying to download daily.cvd
WARNING: getfile: daily.cvd not found on remote server (IP: 64.246.44.108)
WARNING: Can't download daily.cvd from database.clamav.net
Trying again in 5 secs...
--------------------------------------
ClamAV update process started at Wed Apr 23 17:06:18 2008
main.cvd is up to date (version: 46, sigs: 231834, f-level: 26, builder: sven)
WARNING: getfile: daily-6689.cdiff not found on remote server (IP: 
64.246.44.108)
WARNING: getpatch: Can't download daily-6689.cdiff from database.clamav.net
WARNING: getfile: daily-6689.cdiff not found on remote server (IP: 
64.246.44.108)
WARNING: getpatch: Can't download daily-6689.cdiff from database.clamav.net
WARNING: getfile: daily-6689.cdiff not found on remote server (IP: 
64.246.44.108)
WARNING: getpatch: Can't download daily-6689.cdiff from database.clamav.net
WARNING: Incremental update failed, trying to download daily.cvd
WARNING: getfile: daily.cvd not found on remote server (IP: 64.246.44.108)
WARNING: Can't download daily.cvd from database.clamav.net
Trying again in 5 secs...

That line change seemingly did the trick for me.

Cheers,
Everton
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to