Hi: I am getting the following error while trying to update my rubygems. *** REMOTE GEMS *** ERROR: While executing gem ... (Errno::ETIMEDOUT) Operation timed out - connect(2) After searching I found out its some network problem .. Is rubyforge down, is that the only place gem repository?? I try to access rubyforge.org but no luck! Any help?? Cheers -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Peter Nordlund wrote:> Hi: > > I am getting the following error while trying to update my rubygems. > > *** REMOTE GEMS *** > ERROR: While executing gem ... (Errno::ETIMEDOUT) > Operation timed out - connect(2) > > After searching I found out its some network problem .. Is rubyforge > down, is that the only place gem repository?? I try to access > rubyforge.org but no luck! > > Any help?? > > CheersAccording to the ruby list, rubyforge is currently down. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Drew Olson wrote:> Peter Nordlund wrote: >> Hi: >> >> I am getting the following error while trying to update my rubygems. >> >> *** REMOTE GEMS *** >> ERROR: While executing gem ... (Errno::ETIMEDOUT) >> Operation timed out - connect(2) >> >> After searching I found out its some network problem .. Is rubyforge >> down, is that the only place gem repository?? I try to access >> rubyforge.org but no luck! >> >> Any help?? >> >> Cheers > > According to the ruby list, rubyforge is currently down.Drew Thank you for your prompt reply. However I find it very very wired that there is only one place where you can download your gems from with gem install tool. As for any other package manager I worked with i.e. apt, rpm, yum you can always edit the repository and there are more then 1 repository in the world also they are available via all university ftp sites.. either I don''t know much about how gem works or it is completely wired that rubyforge.org having a monopoly. Sorry about the rant it just too damn frustrating.... Cheers -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
augustlilleaas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-18 15:36 UTC
Re: Gem Update Connection Error??
Yeah, we had a discussion on that in #rubyonrails today. Perhaps it''s about time someone get up a rubyforge mirror or twenty. What does one do to get such a thing done? On Jan 18, 10:15 am, Peter Nordlund <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Drew Olson wrote: > > Peter Nordlund wrote: > >> Hi: > > >> I am getting the following error while trying to update my rubygems. > > >> *** REMOTE GEMS *** > >> ERROR: While executing gem ... (Errno::ETIMEDOUT) > >> Operation timed out - connect(2) > > >> After searching I found out its some network problem .. Is rubyforge > >> down, is that the only place gem repository?? I try to access > >> rubyforge.org but no luck! > > >> Any help?? > > >> Cheers > > > According to the ruby list, rubyforge is currently down.Drew > > Thank you for your prompt reply. > > However I find it very very wired that there is only one place where you > can > download your gems from with gem install tool. As for any other package > manager I worked with i.e. apt, rpm, yum you can always edit the > repository and there are more then 1 repository in the world also they > are available via all university ftp sites.. either I don''t know much > about how gem works or it is completely wired that rubyforge.org having > a monopoly. > > Sorry about the rant it just too damn frustrating.... > > Cheers > > -- > Posted viahttp://www.ruby-forum.com/.- Hide quoted text -- Show quoted text ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> Drew > > Thank you for your prompt reply. > > However I find it very very wired that there is only one place where you > can > download your gems from with gem install tool. As for any other package > manager I worked with i.e. apt, rpm, yum you can always edit the > repository and there are more then 1 repository in the world also they > are available via all university ftp sites.. either I don''t know much > about how gem works or it is completely wired that rubyforge.org having > a monopoly. > > Sorry about the rant it just too damn frustrating.... > > CheersYou can specify the source of a gem install: gem install railssource http://gems.rubyonrails.org -include-dependencies For example, this will install rails 1.2 RC2 from rubyonrails.org directly. Many gems are available directly from their own specific sites, however I agree that rubyforge should be mirrored. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 1/18/07, augustlilleaas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <augustlilleaas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Yeah, we had a discussion on that in #rubyonrails today. Perhaps it''s > about time someone get up a rubyforge mirror or twenty. What does one > do to get such a thing done?I think Apache principle is the best .. http://www.apache.org/info/how-to-mirror.html Only 10GB of disk space is needed by doing quick scan of the document. I am sure there are many on the list who would be more then willing to do this plus there are bunch of universities who would set it up. And I am also sure that many here are already connected to those folks that are running the university mirrors. I think the issue needs to be address in any way cos the rubyforge.org is not enough to meet the growing number of ruby developers.. as I see from the railsinside.org blog ruby is now number 10 popular language and moving up.. Cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---