Opened 12 years ago

Closed 12 years ago

#298 closed defect (invalid)

error downloading msys-1.0.11-9

Reported by: zanollim Owned by: osgeo4w-dev@…
Priority: major Component: Package
Version: Keywords:
Cc:

Description

If I try to download from this link:

http://download.osgeo.org/osgeo4w/release/msys/msys/msys-1.0.11-9.tar.bz2

the connection is closed unexpectedly at 40% of download...

With other packages I have no problems

Change History (5)

comment:1 by maphew, 12 years ago

Works for me today, maybe an intermittent problem? If it's still a problem for you try downloading with a different program, cleaning browser cache, history, etc. Commandline wget* can be useful in this regard, as there's no history to work around.

cd /d %temp%
wget http://download.osgeo.org/osgeo4w/release/msys/msys/msys-1.0.11-9.tar.bz2

\* http://superuser.com/questions/25538/what-is-the-windows-equivalent-of-wget

comment:2 by zanollim, 12 years ago

Thank you for the answer. I paste here the output of wget, note that I am behind a proxy (wpad)

wget http://download.osgeo.org/osgeo4w/release/msys/msys/msys-1.0.11-9.tar.bz2
--2012-07-04 08:24:48--  http://download.osgeo.org/osgeo4w/release/msys/msys/msys-1.0.11-9.tar.bz2
Resolving wpad (wpad)... 192.168.10.50
Connecting to wpad (wpad)|192.168.10.50|:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 12343760 (12M) [application/x-bzip2]
Saving to: `msys-1.0.11-9.tar.bz2'

40% [==============>                        ] 4,980,612    118K/s   in 21s     

2012-07-04 08:25:10 (234 KB/s) - Connection closed at byte 4980612. Retrying.

--2012-07-04 08:25:11--  (try: 2)  http://download.osgeo.org/osgeo4w/release/msys/msys/msys-1.0.11-9.tar.bz2
Connecting to wpad (wpad)|192.168.10.50|:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 12343760 (12M) [application/x-bzip2]
Saving to: `msys-1.0.11-9.tar.bz2'

40% [==============>                        ] 4,977,716    104K/s   in 30s     

2012-07-04 08:25:41 (163 KB/s) - Connection closed at byte 4980612. Retrying.
^C

If I try to download http://download.osgeo.org/osgeo4w/release/msys/msys/msys-1.0.11-8.tar.bz2 --> same problem

If I try to download http://download.osgeo.org/osgeo4w/release/msys/msys/msys-1.0.11-10.tar.bz2 --> download works perfectly!

comment:3 by maphew, 12 years ago

very curious. I'm guessing it has something to do with the proxy, but why it would be okay with one file and not another I don't know. I put a copy on another site,http://minus.com/miN8E9Mhk/, can you successfully download this one?

in reply to:  3 comment:4 by zanollim, 12 years ago

Replying to maphew:

very curious. I'm guessing it has something to do with the proxy, but why it would be okay with one file and not another I don't know. I put a copy on another site,http://minus.com/miN8E9Mhk/, can you successfully download this one?

No, same problem, but if I try to download from another place (with no proxy) all the downloads are OK! So, as you say, it could be a problem related to the proxy.

comment:5 by zanollim, 12 years ago

Resolution: invalid
Status: newclosed

The problem was related to the proxy, sorry for this ticket :)

Note: See TracTickets for help on using tickets.