All, Trying to install puppet-2.6.3 on CentOS 5.4 and I get the following. [root@stsdev-pri ~]# gem install puppet-2.6.3 ERROR: http://rubygems.org/ does not appear to be a repository ERROR: Error installing puppet-2.6.3: puppet requires facter (>= 1.5.1, runtime) Facter is installed: [root@stsdev-pri ~]# facter -v 1.5.8 Ruby is installed: [root@stsdev-pri ~]# ruby --version ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] Here is my gem env: [root@stsdev-pri ~]# gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.9.2 (2010-08-18 patchlevel 0) [x86_64-linux] - INSTALLATION DIRECTORY: /opt/local/lib64/ruby/gems/1.9.1 - RUBY EXECUTABLE: /opt/local/bin/ruby - EXECUTABLE DIRECTORY: /opt/local/bin - RUBYGEMS PLATFORMS: - ruby - x86_64-linux - GEM PATHS: - /opt/local/lib64/ruby/gems/1.9.1 - /root/.gem/ruby/1.9.1 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://rubygems.org/ Any ideas will be greatly appreciated. Thanks in advance. -- 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.
I thought there were issues with ruby versions > than 1.8.6 on centos. On Nov 22, 1:11 pm, rjl <rjlin...@gmail.com> wrote:> All, > Trying to install puppet-2.6.3 on CentOS 5.4 and I get the following. > > [root@stsdev-pri ~]# gem install puppet-2.6.3 > ERROR: http://rubygems.org/does not appear to be a repository > ERROR: Error installing puppet-2.6.3: > puppet requires facter (>= 1.5.1, runtime) > > Facter is installed: > [root@stsdev-pri ~]# facter -v > 1.5.8 > > Ruby is installed: > [root@stsdev-pri ~]# ruby --version > ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] > > Here is my gem env: > [root@stsdev-pri ~]# gem env > RubyGems Environment: > - RUBYGEMS VERSION: 1.3.7 > - RUBY VERSION: 1.9.2 (2010-08-18 patchlevel 0) [x86_64-linux] > - INSTALLATION DIRECTORY: /opt/local/lib64/ruby/gems/1.9.1 > - RUBY EXECUTABLE: /opt/local/bin/ruby > - EXECUTABLE DIRECTORY: /opt/local/bin > - RUBYGEMS PLATFORMS: > - ruby > - x86_64-linux > - GEM PATHS: > - /opt/local/lib64/ruby/gems/1.9.1 > - /root/.gem/ruby/1.9.1 > - GEM CONFIGURATION: > - :update_sources => true > - :verbose => true > - :benchmark => false > - :backtrace => false > - :bulk_threshold => 1000 > - REMOTE SOURCES: > -http://rubygems.org/ > > Any ideas will be greatly appreciated. Thanks in advance.-- 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.
rjl wrote:> Ruby is installed: > [root@stsdev-pri ~]# ruby --version > ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] >Puppet is not yet compatible with Ruby 1.9.x. Regards James Turnbull -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- 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.
Hmmm. I haven''t tried puppet yet but I did finally get it installed. In uninstalled the facter rpm and then installed the facter 1.8 gem and then the puppet 2.6.3 gem without any issues. -----Original Message----- From: James Turnbull <james@puppetlabs.com> Organization: Puppet Labs Reply-To: <puppet-users@googlegroups.com> Date: Mon, 22 Nov 2010 13:45:20 -0800 To: <puppet-users@googlegroups.com> Subject: Re: [Puppet Users] gem install puppet-2.6.3 problem>rjl wrote: > >> Ruby is installed: >> [root@stsdev-pri ~]# ruby --version >> ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-linux] >> > >Puppet is not yet compatible with Ruby 1.9.x. > >Regards > >James Turnbull > >-- >Puppet Labs - http://www.puppetlabs.com >C: 503-734-8571 > >-- >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. >-- 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.