On Thu, Dec 06, 2007 at 02:03:30PM +0100, Luca Gibelli ([EMAIL PROTECTED]) wrote: > > Hello Jobst, > > > ERROR: getpatch: Can't download daily-4967.cdiff from db.au.clamav.net > > ERROR: getfile: daily-4967.cdiff not found on remote server (IP: > > 192.168.1.1) > > 192.168.1.1 ? > > > So what is this about? > > Should I just forget this and not worry? > > are you using some kind of transparent proxy?
No, I use squid, 192.168.1.1 is the INTERNAL IP of the proxy (called nelson.barrett.com.au). This is what I have in freshclam: # Proxy settings # Default: disabled HTTPProxyServer nelson.barrett.com.au HTTPProxyPort 3128 #HTTPProxyUsername myusername #HTTPProxyPassword mypass What I did last night is to use a wrapper like this and run that as the cron job. ----------------------------------------------------------- #!/bin/bash # # its just a wrapper, so I can set up a few things. # # set up proxies http_proxy=http://nelson.barrett.com.au:3128 export http_proxy ftp_proxy=http://nelson.barrett.com.au:3128 export ftp_proxy # now run it: /usr/local/bin/freshclam ----------------------------------------------------------- Now it works, this is weird! ClamAV update process started at Fri Dec 7 08:34:01 2007 Connecting via nelson.barrett.com.au main.cvd is up to date (version: 44, sigs: 133163, f-level: 20, builder: sven) Connecting via nelson.barrett.com.au Downloading daily-5023.cdiff [100%]^MDownloading daily-5023.cdiff [100%] daily.inc updated (version: 5023, sigs: 39703, f-level: 21, builder: ccordes) Database updated (172866 signatures) from db.au.clamav.net I am not sure but do I need to specify a IP ADDRESS as the "HTTPProxyServer" or can that be a HOSTNAME? Jobst > > Best regards > > -- > Luca Gibelli (luca _at_ clamav.net) ClamAV, a GPL anti-virus toolkit > [Tel] +39 06 916502176 [Fax] +39 0187 015046 [IM] nervous/jabber.linux.it > PGP key id 5EFC5582 @ any keyserver || http://www.clamav.net/gpg/luca.gpg > _______________________________________________ > Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net > http://lurker.clamav.net/list/clamav-users.html -- My Carpenter has a 1956 VW Beetle. He still can go to any place in Australia, use any Oil, spark plugs, pertol, tires, wiper blades, etc available today with a car that old. If only software would be like that. | |0| | Jobst Schmalenbach, [EMAIL PROTECTED], General Manager | | |0| Barrett Consulting Group P/L & The Meditation Room P/L |0|0|0| +61 3 9532 7677, POBox 277, Caulfield South, 3162, Australia _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html