For me, 3 of the 5 db.local.clamav.net addresses have 100% packet loss: $ host db.local.clamav.net db.local.clamav.net is an alias for db.us.rr.clamav.net. db.us.rr.clamav.net has address 200.236.31.1 db.us.rr.clamav.net has address 208.72.56.53 db.us.rr.clamav.net has address 69.12.162.28 db.us.rr.clamav.net has address 150.214.142.197 db.us.rr.clamav.net has address 194.186.47.19
$ host db.local.clamav.net | awk '/address/ { print $NF }' | xargs -L1 ping -c 1 --- 200.236.31.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms *--- 208.72.56.53 ping statistics ---* *1 packets transmitted, 0 received, 100% packet loss, time 0ms* --- 69.12.162.28 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms *--- 150.214.142.197 ping statistics ---* *1 packets transmitted, 0 received, 100% packet loss, time 0ms* *--- 194.186.47.19 ping statistics ---* *1 packets transmitted, 0 received, 100% packet loss, time 0ms* On Wed, Aug 23, 2017 at 12:48 PM, Dennis Peterson <denni...@inetnw.com> wrote: > nslookup db.local.clamav.net |awk '/Address:/ {print $2}' |xargs -L1 ping > -c 1 > > nslookup db.us.clamav.net |awk '/Address:/ {print $2}' |xargs -L1 ping -c > 1 > > nslookup db.ca.clamav.net |awk '/Address:/ {print $2}' |xargs -L1 ping -c > 1 > > nslookup db.ru.clamav.net |awk '/Address:/ {print $2}' |xargs -L1 ping -c > 1 > > nslookup db.uk.clamav.net |awk '/Address:/ {print $2}' |xargs -L1 ping -c > 1 > > > Nobody home. > > dp > > > On 8/23/17 12:26 AM, lukn555 wrote: > >> Good Day ClamAV List >> >> Since yesterday at around noon CET I've been having issues downloading >> the ClamAV database: >> >> freshclam --version >> ClamAV 0.99.2/23696/Tue Aug 22 14:36:14 2017 >> >> >> # /usr/local/bin/freshclam --verbose >> Current working dir is /usr/local/share/clamav >> Max retries == 3 >> ClamAV update process started at Wed Aug 23 09:11:52 2017 >> Using IPv6 aware code >> Querying current.cvd.clamav.net >> TTL: 609 >> Software version from DNS: 0.99.2 >> main.cvd version from DNS: 58 >> main.cld is up to date (version: 58, sigs: 4566249, f-level: 60, >> builder: sigmgr) >> daily.cvd version from DNS: 23700 >> Retrieving http://database.clamav.net/daily-23697.cdiff >> Ignoring mirror 130.59.113.36 (due to previous errors) >> Ignoring mirror 193.230.240.8 (due to previous errors) >> Ignoring mirror 130.59.113.36 (due to previous errors) >> Ignoring mirror 193.230.240.8 (due to previous errors) >> WARNING: getpatch: Can't download daily-23697.cdiff from >> database.clamav.net >> Retrieving http://database.clamav.net/daily-23697.cdiff >> Ignoring mirror 130.59.113.36 (due to previous errors) >> Ignoring mirror 193.230.240.8 (due to previous errors) >> WARNING: getpatch: Can't download daily-23697.cdiff from >> database.clamav.net >> Retrieving http://database.clamav.net/daily-23697.cdiff >> Ignoring mirror 193.230.240.8 (due to previous errors) >> Ignoring mirror 130.59.113.36 (due to previous errors) >> WARNING: getpatch: Can't download daily-23697.cdiff from >> database.clamav.net >> WARNING: Incremental update failed, trying to download daily.cvd >> Whitelisting short-term blacklisted mirrors >> Retrieving http://database.clamav.net/daily.cvd >> Ignoring mirror 130.59.113.36 (due to previous errors) >> Ignoring mirror 193.230.240.8 (due to previous errors) >> Ignoring mirror 130.59.113.36 (due to previous errors) >> Ignoring mirror 193.230.240.8 (due to previous errors) >> WARNING: Can't download daily.cvd from database.clamav.net >> Trying again in 5 secs... >> >> >> # dig database.clamav.net +short >> db.local.clamav.net. >> db.centraleu.clamav.net. >> 130.59.113.36 >> 193.230.240.8 >> >> >> # wget http://database.clamav.net/daily-23697.cdiff >> --2017-08-23 09:14:16-- http://database.clamav.net/daily-23697.cdiff >> Resolving database.clamav.net (database.clamav.net)... 193.230.240.8, >> 130.59.113.36 >> Connecting to database.clamav.net >> (database.clamav.net)|193.230.240.8|:80... connected. >> HTTP request sent, awaiting response... 403 Forbidden >> 2017-08-23 09:14:16 ERROR 403: Forbidden. >> >> >> Is this an issue on my side or on ClamAV mirror side? >> Any help is appreciated. >> _______________________________________________ >> clamav-users mailing list >> clamav-users@lists.clamav.net >> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users >> >> >> Help us build a comprehensive ClamAV guide: >> https://github.com/vrtadmin/clamav-faq >> >> http://www.clamav.net/contact.html#ml >> > > > _______________________________________________ > clamav-users mailing list > clamav-users@lists.clamav.net > http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users > > > Help us build a comprehensive ClamAV guide: > https://github.com/vrtadmin/clamav-faq > > http://www.clamav.net/contact.html#ml > _______________________________________________ clamav-users mailing list clamav-users@lists.clamav.net http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml