gem list --remote failing on old version of rubygems
On 1.3.1:
$ gem list --remote passenger --verbose
*** REMOTE GEMS ***
GET 302 Found: http://rubygems.org/latest_specs.4.8.gz
On 1.5.0:
$ gem list --remote passenger --verbose
*** REMOTE GEMS ***
GET http://gemcutter.org/latest_specs.4.8.gz
302 Found
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
GET http://gems.rubyforge.org/latest_specs.4.8.gz
302 Found
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
GET http://gems.github.com/latest_specs.4.8.gz
200 OK
passenger (3.0.2 ruby)
passenger-jmazzi (2.2.10 ruby)
passenger-recipes (0.1.2 ruby)
passenger_debugger (0.1.3 ruby)
passenger_dudemeister (3.0.1 ruby)
passenger_dyno (0.0.2 ruby)
Is 1.3.x not supported anymore? If so, is there a minimum supported version documented anywhere?
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Jesse Newland on 17 Feb, 2011 02:18 PM
More output from the 1.3.1 version:
Taking around 5 minutes as of now, still nothing.
Upgrading makes sense, of course, but it'd be nice to keep a minimum supported version documented.
3 Posted by scribblethink on 17 Feb, 2011 03:18 PM
I'm seeing the same error after upgrading rubygems from 1.3.1 to 1.4.2:
Support Staff 4 Posted by Eric Hodel on 17 Feb, 2011 11:53 PM
It appears you are having a network issue of some kind. Are you behind a proxy?
Support Staff 5 Posted by Eric Hodel on 17 Feb, 2011 11:55 PM
It works for me from a slow coffee-shop network:
6 Posted by Jesse Newland on 18 Feb, 2011 12:14 AM
Hi Eric -
No proxy, no firewall. I'm jnewland in #rubygems if you have a sec to help me debug this further. We're seeing this from many places inside the railsmachine network (again, no proxy, no firewall).
7 Posted by Jesse Newland on 18 Feb, 2011 12:22 AM
Looking into it further, it appears to be a routing issue at Level3:
Strange. Sorry to bother. We'll raise it with them.
Support Staff 8 Posted by Eric Hodel on 18 Feb, 2011 12:30 AM
Ok!
Eric Hodel closed this discussion on 18 Feb, 2011 12:30 AM.
Jesse Newland re-opened this discussion on 18 Feb, 2011 12:31 AM
9 Posted by Jesse Newland on 18 Feb, 2011 12:31 AM
Sorry to continue to re-open, but wanted to document this here for those that may find this via search:
S3 blocks pings in general, but this server seems to be blocked by s3:
If you're having strange rubygems timeouts, try that. If it times out - it's a problem connecting to S3, not a problem with rubygems.
10 Posted by Jesse Newland on 18 Feb, 2011 12:41 AM
Tracked it down, and notating here for teh googlez.
This server had the following in
/etc/hostsfrom the great rubygems.org DNS failure of June 08, 2010:Removing that fixed the issue. Explains this happening on multiple hosts - all those that had added this to on that day and hadn't removed it yet. Phew!
Support Staff 11 Posted by Eric Hodel on 18 Feb, 2011 12:43 AM
Awesome, thanks for the further information!
Eric Hodel closed this discussion on 18 Feb, 2011 12:43 AM.