# gem install rack ERROR: http://rubygems.org/ does not appear to be a repository ERROR: Could not find a valid gem ''rack'' (>= 0) in any repository -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/gdHrgrFB264J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
This is not a puppet error.. But i think the name rubygems.org is not resolving on your server and/or a firewall is blocking access to the site... Regards, Stefan. On Thu, Dec 6, 2012 at 3:32 PM, DJames <dominicrjames@gmail.com> wrote:> # gem install rack > > > ERROR: http://rubygems.org/ does not appear to be a repository > ERROR: Could not find a valid gem ''rack'' (>= 0) in any repository > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/gdHrgrFB264J. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
how can i manually install these then? On Thursday, December 6, 2012 9:32:18 AM UTC-5, DJames wrote:> > # gem install rack > > > ERROR: http://rubygems.org/ does not appear to be a repository > ERROR: Could not find a valid gem ''rack'' (>= 0) in any repository > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/JwDDwnu5cuwJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
If you go to https://rubygems.org/gems/rack there is a download link to download the gem as well as links to previous versions. Once you have the gem locally, you can run `gem install /path/to/rack-1.2.3.gem` to install the gem. HTH On Thu, Dec 6, 2012 at 10:39 AM, DJames <dominicrjames@gmail.com> wrote:> how can i manually install these then? > > > On Thursday, December 6, 2012 9:32:18 AM UTC-5, DJames wrote: >> >> # gem install rack >> >> >> ERROR: http://rubygems.org/ does not appear to be a repository >> ERROR: Could not find a valid gem ''rack'' (>= 0) in any repository >> > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/JwDDwnu5cuwJ. > > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- Matthaus Owens Release Manager, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Thanks i found this. http://www.rubyenterpriseedition.com/download.html On Thursday, December 6, 2012 1:59:31 PM UTC-5, Matthaus Litteken wrote:> > If you go to https://rubygems.org/gems/rack there is a download link > to download the gem as well as links to previous versions. Once you > have the gem locally, you can run `gem install > /path/to/rack-1.2.3.gem` to install the gem. > > HTH > > On Thu, Dec 6, 2012 at 10:39 AM, DJames <domini...@gmail.com <javascript:>> > wrote: > > how can i manually install these then? > > > > > > On Thursday, December 6, 2012 9:32:18 AM UTC-5, DJames wrote: > >> > >> # gem install rack > >> > >> > >> ERROR: http://rubygems.org/ does not appear to be a repository > >> ERROR: Could not find a valid gem ''rack'' (>= 0) in any repository > >> > > -- > > You received this message because you are subscribed to the Google > Groups > > "Puppet Users" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/puppet-users/-/JwDDwnu5cuwJ. > > > > To post to this group, send email to puppet...@googlegroups.com<javascript:>. > > > To unsubscribe from this group, send email to > > puppet-users...@googlegroups.com <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/puppet-users?hl=en. > > > > -- > Matthaus Owens > Release Manager, Puppet Labs >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/CVOjSjbpXMAJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.