Is it a rubygems problem or an error of mine ? For two days now :
C:\Documents and Settings\Michel>gem update
Updating installed gems
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
SocketError: getaddrinfo: H¶te inconnu.
(http://rubygems.org/latest_specs.4.8.gz)
C:\Documents and Settings\Michel>gem sources --list
*** CURRENT SOURCES ***
http://rubygems.org/
On Fri, Apr 29, 2011 at 9:55 AM, Michel D. [email protected]
wrote:
Is it a rubygems problem or an error of mine ? For two days now :
It’s not RubyForge that is down, but the server (production.s3.etc)
that hosts the latest_specs file.
Assuming “s3” refers to AWS S3, there are no outages, either.
–
Phillip G.
Though the folk I have met,
(Ah, how soon!) they forget
When I’ve moved on to some other place,
There may be one or two,
When I’ve played and passed through,
Who’ll remember my song or my face.
Phillip G. wrote in post #995748:
It’s not RubyForge that is down, but the server (production.s3.etc)
that hosts the latest_specs file.
Thx Phillip.
_md
Luis L. wrote in post #995758:
On Apr 29, 4:55am, Michel D. [email protected] wrote:
Are you or were you behind a proxy?
Thanks for your help, Luis. I am at home, no proxy.
Actually, it was a transient error somewere on the server. I just waited
for the next day and tried again, successfully.
On Apr 29, 4:55am, Michel D. [email protected] wrote:
Is it a rubygems problem or an error of mine ? For two days now :
C:\Documents and Settings\Michel>gem update
Updating installed gems
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
SocketError: getaddrinfo: Hte inconnu.
(http://rubygems.org/latest_specs.4.8.gz)
Can you browse rubygems.org and download gems from the browser?
Are you or were you behind a proxy?
If so, please use --http-proxy with gem install:
gem install foo --http-proxy=http://user:pass@server:port/
Get the proxy information from your current browser.