Gem server problem?

Getting different failures on gem list. Anyone else see this?

···

====================

C:\Documents and Settings>gem list -r activerecord

*** REMOTE GEMS ***
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Errno::ECONNREFUSED)
    No connection could be made because the target machine actively refused
it. - connect(2)

C:\Documents and Settings>gem list -r activerecord

*** REMOTE GEMS ***
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Errno::EINVAL)
    Invalid argument

C:\Documents and Settings>gem list -r activerecord

*** REMOTE GEMS ***
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Errno::ECONNREFUSED)
    No connection could be made because the target machine actively refused
it. - connect(2)

itsme213 wrote:

Getting different failures on gem list. Anyone else see this?

====================

C:\Documents and Settings>gem list -r activerecord

*** REMOTE GEMS ***
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Errno::ECONNREFUSED)
   No connection could be made because the target machine actively refused it. - connect(2)

C:\Documents and Settings>gem list -r activerecord

*** REMOTE GEMS ***
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Errno::EINVAL)
   Invalid argument

C:\Documents and Settings>gem list -r activerecord

*** REMOTE GEMS ***
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Errno::ECONNREFUSED)
   No connection could be made because the target machine actively refused it. - connect(2)

Yep, rubyforge seems to be down. Feel free to scream like a little girl and run around in panic.

David Vallner

Sorry about that; I was doing some Apache log maintenance and the web
server was up and down there for a bit. Should be back to normal now...

Yours,

Tom

···

On Thu, 2006-01-12 at 06:43 +0900, itsme213 wrote:

Getting different failures on gem list. Anyone else see this?