46.235.226.80 and Network is unreachable.
Dagobert Michelsen
dam at opencsw.org
Mon Jul 23 11:00:44 CEST 2018
Hi Jeff,
Am 23.07.2018 um 03:26 schrieb Jeffrey Walton via users <users at lists.opencsw.org>:
> I am testing some scripts on unstable11s. The script downloads Bzip
> and builds it from sources. It is usually mostly boring. On
> unstable11s the wget download results in:
>
> --2018-07-23 03:09:12-- http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
> Resolving www.bzip.org... 2a00:1098:0:86:1000:44:0:80, 46.235.226.80
> Connecting to www.bzip.org|2a00:1098:0:86:1000:44:0:80|:80... failed:
> Network is unreachable.
> Connecting to www.bzip.org|46.235.226.80|:80... failed: Network is unreachable.
>
> On another machine at my house:
>
> --2018-07-23 01:15:49-- http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
> Resolving www.bzip.org... 46.235.226.80, 2a00:1098:0:86:1000:44:0:80
> Connecting to www.bzip.org|46.235.226.80|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 782025 (764K) [application/x-gzip]
> Saving to: ‘bzip2-1.0.6.tar.gz’
>
> Any ideas why the script might be failing on unstable11s?
Works for me:
root at unstable11s:~# wget http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
--2018-07-23 10:59:46-- http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
Resolving proxy (proxy)... 192.168.1.6
Connecting to proxy (proxy)|192.168.1.6|:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 782025 (764K) [application/x-gzip]
Saving to: ‘bzip2-1.0.6.tar.gz’
bzip2-1.0.6.tar.gz 100%[====================================================================================================================>] 763.70K 1.37MB/s in 0.5s
2018-07-23 10:59:46 (1.37 MB/s) - ‘bzip2-1.0.6.tar.gz’ saved [782025/782025]
root at unstable11s:~# /opt/csw/bin/wget http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
--2018-07-23 10:59:52-- http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
Resolving proxy (proxy)... 192.168.1.6
Connecting to proxy (proxy)|192.168.1.6|:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 782025 (764K) [application/x-gzip]
Saving to: ‘bzip2-1.0.6.tar.gz.1’
bzip2-1.0.6.tar.gz.1 100%[==================================================================================================================>] 763.70K 1.30MB/s in 0.6s
2018-07-23 10:59:53 (1.30 MB/s) - ‘bzip2-1.0.6.tar.gz.1’ saved [782025/782025]
root at unstable11s:~#
What are you invoiking exactly and how is your environment looking?
Best regards
— Dago
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
More information about the users
mailing list