On 31/08/16 12:05, Paul Hargrove wrote:

> As Giles mentions the http: redirects to https: before anything is fetched.
> Replacing "-nv" in the wget command with "-v" shows that redirect clearly.

Agreed, but it still just works on Debian Wheezy for me. :-)

What does "apt-cache policy wget" say for you?

root@db3:/tmp# apt-cache policy wget
wget:
  Installed: 1.13.4-3+deb7u3
  Candidate: 1.13.4-3+deb7u3
[...]

Here's the plain wget, with redirect, don't even need to disable the
certificate check here on Debian Wheezy (though it still works if you do).

root@db3:/tmp# wget  
http://www.open-mpi.org/software/ompi/v2.0/downloads/openmpi-2.0.1rc2.tar.bz2
--2016-08-31 12:11:59--  
http://www.open-mpi.org/software/ompi/v2.0/downloads/openmpi-2.0.1rc2.tar.bz2
Resolving www.open-mpi.org (www.open-mpi.org)... 192.185.39.252
Connecting to www.open-mpi.org (www.open-mpi.org)|192.185.39.252|:80... 
connected.
HTTP request sent, awaiting response... 302 Found
Location: 
https://www.open-mpi.org/software/ompi/v2.0/downloads/openmpi-2.0.1rc2.tar.bz2 
[following]
--2016-08-31 12:11:59--  
https://www.open-mpi.org/software/ompi/v2.0/downloads/openmpi-2.0.1rc2.tar.bz2
Connecting to www.open-mpi.org (www.open-mpi.org)|192.185.39.252|:443... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 8192091 (7.8M) [application/x-tar]
Saving to: `openmpi-2.0.1rc2.tar.bz2'

100%[========================================================================================>]
 8,192,091   1.75M/s   in 7.3s

2016-08-31 12:12:08 (1.07 MB/s) - `openmpi-2.0.1rc2.tar.bz2' saved 
[8192091/8192091]


All the best,
Chris
-- 
 Christopher Samuel        Senior Systems Administrator
 VLSCI - Victorian Life Sciences Computation Initiative
 Email: sam...@unimelb.edu.au Phone: +61 (0)3 903 55545
 http://www.vlsci.org.au/      http://twitter.com/vlsci
_______________________________________________
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

Reply via email to