ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:61054] [ruby-trunk - Bug #9561] [Open] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
       [not found] <redmine.issue-9561.20140224202446@ruby-lang.org>
@ 2014-02-24 20:24 ` fabio.pasini
  2014-02-24 20:28 ` [ruby-core:61055] [ruby-trunk - Bug #9561] " fabio.pasini
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fabio.pasini @ 2014-02-24 20:24 UTC (permalink / raw
  To: ruby-core

Issue #9561 has been reported by fabio pasini.

----------------------------------------
Bug #9561: Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
https://bugs.ruby-lang.org/issues/9561

* Author: fabio pasini
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: misc
* Target version: 
* ruby -v: 2.1
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
There are errors while downloading files from both  "ftp" and "cache" repositories 
(http://ftp.ruby-lang.org/pub/ruby/2.1/ and http://cache.ruby-lang.org/pub/ruby/2.1/),
the connection is closed from server side when there are few kB to complete download.

I got this error using different download tools (wget, curl, Firefox "Download" feature, and Firefox "DownThemAll" plugin).
That is happening for different files  (.zip, .tar.gz, .tar.bz2, etc) from repositories above.






-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:61055] [ruby-trunk - Bug #9561] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
       [not found] <redmine.issue-9561.20140224202446@ruby-lang.org>
  2014-02-24 20:24 ` [ruby-core:61054] [ruby-trunk - Bug #9561] [Open] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc) fabio.pasini
@ 2014-02-24 20:28 ` fabio.pasini
  2014-02-25  2:49 ` [ruby-core:61059] [ruby-trunk - Bug #9561] [Feedback] " shibata.hiroshi
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fabio.pasini @ 2014-02-24 20:28 UTC (permalink / raw
  To: ruby-core

Issue #9561 has been updated by fabio pasini.


Some error logs

$ curl -O  http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.zip 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
 99 15.8M   99 15.7M    0     0   330k      0  0:00:49  0:00:48  0:00:01     0

curl: (56) Failure when receiving data from the peer


$ wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.zip 
--2014-02-24 17:13:34--  http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.zip
Resolvendo cache.ruby-lang.org... 199.27.72.184, 199.27.76.184
Conectando-se a cache.ruby-lang.org|199.27.72.184|:80... conectado.
A requisição HTTP foi enviada, aguardando resposta... 200 OK
Tamanho: 16618363 (16M) [application/zip]
Salvando em: "ruby-2.1.1.zip.1"
99% [================================================>  ] 16.487.269  --.-K/s   em 46s     
O cabeçalho Last-modified é inválido -- horário ignorado.
2014-02-24 17:14:22 (350 KB/s) - Erro de leitura no byte 16487269/16618363 (Conexão fechada pela outra ponta).


----------------------------------------
Bug #9561: Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
https://bugs.ruby-lang.org/issues/9561#change-45453

* Author: fabio pasini
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: misc
* Target version: 
* ruby -v: 2.1
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
There are errors while downloading files from both  "ftp" and "cache" repositories 
(http://ftp.ruby-lang.org/pub/ruby/2.1/ and http://cache.ruby-lang.org/pub/ruby/2.1/),
the connection is closed from server side when there are few kB to complete download.

I got this error using different download tools (wget, curl, Firefox "Download" feature, and Firefox "DownThemAll" plugin).
That is happening for different files  (.zip, .tar.gz, .tar.bz2, etc) from repositories above.






-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:61059] [ruby-trunk - Bug #9561] [Feedback] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
       [not found] <redmine.issue-9561.20140224202446@ruby-lang.org>
  2014-02-24 20:24 ` [ruby-core:61054] [ruby-trunk - Bug #9561] [Open] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc) fabio.pasini
  2014-02-24 20:28 ` [ruby-core:61055] [ruby-trunk - Bug #9561] " fabio.pasini
@ 2014-02-25  2:49 ` shibata.hiroshi
  2014-02-25  3:05   ` [ruby-core:61060] " Eric Wong
  2014-02-25  3:10 ` [ruby-core:61061] [ruby-trunk - Bug #9561] " normalperson
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 8+ messages in thread
From: shibata.hiroshi @ 2014-02-25  2:49 UTC (permalink / raw
  To: ruby-core

Issue #9561 has been updated by Hiroshi SHIBATA.

Status changed from Open to Feedback
Assignee changed from Nobuyoshi Nakada to Hiroshi SHIBATA

Do you still have this issue? I can't reproduce it in Japan.

We use CDN via fastly, probably this issue caused by our CDN.

----------------------------------------
Bug #9561: Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
https://bugs.ruby-lang.org/issues/9561#change-45457

* Author: fabio pasini
* Status: Feedback
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* Category: misc
* Target version: 
* ruby -v: 2.1
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
There are errors while downloading files from both  "ftp" and "cache" repositories 
(http://ftp.ruby-lang.org/pub/ruby/2.1/ and http://cache.ruby-lang.org/pub/ruby/2.1/),
the connection is closed from server side when there are few kB to complete download.

I got this error using different download tools (wget, curl, Firefox "Download" feature, and Firefox "DownThemAll" plugin).
That is happening for different files  (.zip, .tar.gz, .tar.bz2, etc) from repositories above.






-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:61060] Re: [ruby-trunk - Bug #9561] [Feedback] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
  2014-02-25  2:49 ` [ruby-core:61059] [ruby-trunk - Bug #9561] [Feedback] " shibata.hiroshi
@ 2014-02-25  3:05   ` Eric Wong
  0 siblings, 0 replies; 8+ messages in thread
From: Eric Wong @ 2014-02-25  3:05 UTC (permalink / raw
  To: Ruby developers

fabio (and anybody else for future reference):

Time and timezone of failed requests along with the requesting IP,
geographic location, user-agent would all be helpful for the CDN
provider to diagnose the problem.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:61061] [ruby-trunk - Bug #9561] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
       [not found] <redmine.issue-9561.20140224202446@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-02-25  2:49 ` [ruby-core:61059] [ruby-trunk - Bug #9561] [Feedback] " shibata.hiroshi
@ 2014-02-25  3:10 ` normalperson
  2014-02-25 20:04 ` [ruby-core:61090] " fabio.pasini
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: normalperson @ 2014-02-25  3:10 UTC (permalink / raw
  To: ruby-core

Issue #9561 has been updated by Eric Wong.


 fabio (and anybody else for future reference):
 
 Time and timezone of failed requests along with the requesting IP,
 geographic location, user-agent would all be helpful for the CDN
 provider to diagnose the problem.

----------------------------------------
Bug #9561: Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
https://bugs.ruby-lang.org/issues/9561#change-45458

* Author: fabio pasini
* Status: Feedback
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* Category: misc
* Target version: 
* ruby -v: 2.1
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
There are errors while downloading files from both  "ftp" and "cache" repositories 
(http://ftp.ruby-lang.org/pub/ruby/2.1/ and http://cache.ruby-lang.org/pub/ruby/2.1/),
the connection is closed from server side when there are few kB to complete download.

I got this error using different download tools (wget, curl, Firefox "Download" feature, and Firefox "DownThemAll" plugin).
That is happening for different files  (.zip, .tar.gz, .tar.bz2, etc) from repositories above.






-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:61090] [ruby-trunk - Bug #9561] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
       [not found] <redmine.issue-9561.20140224202446@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2014-02-25  3:10 ` [ruby-core:61061] [ruby-trunk - Bug #9561] " normalperson
@ 2014-02-25 20:04 ` fabio.pasini
  2014-02-28  2:07 ` [ruby-core:61129] " fabio.pasini
  2014-02-28  5:23 ` [ruby-core:61138] [ruby-trunk - Bug #9561] [Closed] " shibata.hiroshi
  6 siblings, 0 replies; 8+ messages in thread
From: fabio.pasini @ 2014-02-25 20:04 UTC (permalink / raw
  To: ruby-core

Issue #9561 has been updated by fabio pasini.


Hi folks,

> Do you still have this issue? I can't reproduce it in Japan.
Today, after trying again from the same machine/network, I've got the same errors (curl and wget failing as before).
 
> We use CDN via fastly, probably this issue caused by our CDN.
I'll try again in a few hours from my home computer, which is in a different network, to see what happens there. 

[]'s

----------------------------------------
Bug #9561: Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
https://bugs.ruby-lang.org/issues/9561#change-45480

* Author: fabio pasini
* Status: Feedback
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* Category: misc
* Target version: 
* ruby -v: 2.1
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
There are errors while downloading files from both  "ftp" and "cache" repositories 
(http://ftp.ruby-lang.org/pub/ruby/2.1/ and http://cache.ruby-lang.org/pub/ruby/2.1/),
the connection is closed from server side when there are few kB to complete download.

I got this error using different download tools (wget, curl, Firefox "Download" feature, and Firefox "DownThemAll" plugin).
That is happening for different files  (.zip, .tar.gz, .tar.bz2, etc) from repositories above.






-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:61129] [ruby-trunk - Bug #9561] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
       [not found] <redmine.issue-9561.20140224202446@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2014-02-25 20:04 ` [ruby-core:61090] " fabio.pasini
@ 2014-02-28  2:07 ` fabio.pasini
  2014-02-28  5:23 ` [ruby-core:61138] [ruby-trunk - Bug #9561] [Closed] " shibata.hiroshi
  6 siblings, 0 replies; 8+ messages in thread
From: fabio.pasini @ 2014-02-28  2:07 UTC (permalink / raw
  To: ruby-core

Issue #9561 has been updated by fabio pasini.


I've tried again from home, and I was able to download successfully the file "ruby-2.1.1.zip" from both http://ftp.ruby-lang.org/pub/ruby/2.1/ and http://cache.ruby-lang.org/pub/ruby/2.1/
I also dowloaded ruby-2.0 without any problems, and all source files downloaded compiled ok here.   
Please, feel free to set this issue as invalid.
Hiroshi, Eric, thanks a lot for checking this issue.

----------------------------------------
Bug #9561: Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
https://bugs.ruby-lang.org/issues/9561#change-45510

* Author: fabio pasini
* Status: Feedback
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* Category: misc
* Target version: 
* ruby -v: 2.1
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
There are errors while downloading files from both  "ftp" and "cache" repositories 
(http://ftp.ruby-lang.org/pub/ruby/2.1/ and http://cache.ruby-lang.org/pub/ruby/2.1/),
the connection is closed from server side when there are few kB to complete download.

I got this error using different download tools (wget, curl, Firefox "Download" feature, and Firefox "DownThemAll" plugin).
That is happening for different files  (.zip, .tar.gz, .tar.bz2, etc) from repositories above.






-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:61138] [ruby-trunk - Bug #9561] [Closed] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
       [not found] <redmine.issue-9561.20140224202446@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2014-02-28  2:07 ` [ruby-core:61129] " fabio.pasini
@ 2014-02-28  5:23 ` shibata.hiroshi
  6 siblings, 0 replies; 8+ messages in thread
From: shibata.hiroshi @ 2014-02-28  5:23 UTC (permalink / raw
  To: ruby-core

Issue #9561 has been updated by Hiroshi SHIBATA.

Status changed from Feedback to Closed

Thank you for your feedback!

----------------------------------------
Bug #9561: Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc)
https://bugs.ruby-lang.org/issues/9561#change-45517

* Author: fabio pasini
* Status: Closed
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* Category: misc
* Target version: 
* ruby -v: 2.1
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
There are errors while downloading files from both  "ftp" and "cache" repositories 
(http://ftp.ruby-lang.org/pub/ruby/2.1/ and http://cache.ruby-lang.org/pub/ruby/2.1/),
the connection is closed from server side when there are few kB to complete download.

I got this error using different download tools (wget, curl, Firefox "Download" feature, and Firefox "DownThemAll" plugin).
That is happening for different files  (.zip, .tar.gz, .tar.bz2, etc) from repositories above.






-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-28  5:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-9561.20140224202446@ruby-lang.org>
2014-02-24 20:24 ` [ruby-core:61054] [ruby-trunk - Bug #9561] [Open] Error downloading files from repository (.zip, .tar.gz, .tar.bz2, etc) fabio.pasini
2014-02-24 20:28 ` [ruby-core:61055] [ruby-trunk - Bug #9561] " fabio.pasini
2014-02-25  2:49 ` [ruby-core:61059] [ruby-trunk - Bug #9561] [Feedback] " shibata.hiroshi
2014-02-25  3:05   ` [ruby-core:61060] " Eric Wong
2014-02-25  3:10 ` [ruby-core:61061] [ruby-trunk - Bug #9561] " normalperson
2014-02-25 20:04 ` [ruby-core:61090] " fabio.pasini
2014-02-28  2:07 ` [ruby-core:61129] " fabio.pasini
2014-02-28  5:23 ` [ruby-core:61138] [ruby-trunk - Bug #9561] [Closed] " shibata.hiroshi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).