[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

gem server problem?

Its Me

1/11/2006 9:40:00 PM

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.rub...
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.rub...
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.rub...
ERROR: While executing gem ... (Errno::ECONNREFUSED)
No connection could be made because the target machine actively refused
it. - connect(2)


2 Answers

David Vallner

1/11/2006 9:53:00 PM

0

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.rub...
>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.rub...
>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.rub...
>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


Tom Copeland

1/12/2006 5:25:00 AM

0

On Thu, 2006-01-12 at 06:43 +0900, itsme213 wrote:
> Getting different failures on gem list. Anyone else see this?

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