Hello, Since i use facter 1.5.5 i got error running it by hand. It still work in puppet but i loosed the hability to run it from the command line: (aqadmin)> /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50:in `require'': no such file to load -- facter (LoadError) from /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50 Anyone see what can be wrong here ? Seems to be an include path somewhere as it fail on the require: require ''facter'' It was installed with gem. regards, Jean. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Jun 3, 8:56 am, jean <j...@squirk.org> wrote:> Since i use facter 1.5.5 i got error running it by hand. It still work > in puppet but i loosed the hability to run it from the command line: > > (aqadmin)> /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter > /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50:in `require'': no such > file to load -- facter (LoadError) > from /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50Try this: cd /var/lib/gems/1.8/gems/facter01.5.5 && \ ruby installer.rb cd /usr/bin && ln -fs /var/lib/gems/1.8/bin/facter Seems the gem install is a little broken. Ciao, Sheldon. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> > cd /var/lib/gems/1.8/gems/facter01.5.5 && \ > ruby installer.rb > cd /usr/bin && ln -fs /var/lib/gems/1.8/bin/facter > > Seems the gem install is a little broken. >thanks, any way to repport this to someone who is managing the gem :) ? regards, Jean. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
2009/6/3 Jean Spirat <jeanspirat@squirk.org>:> > >> >> cd /var/lib/gems/1.8/gems/facter01.5.5 && \ >> ruby installer.rb >> cd /usr/bin && ln -fs /var/lib/gems/1.8/bin/facter >> >> Seems the gem install is a little broken. >> > > thanks, any way to repport this to someone who is managing the gem :) ?It''s already been reported and fixed. We''re thinking about 1.5.6 to fix this. Paul --~--~---------~--~----~------------~-------~--~----~ 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, any way to repport this to someone who is managing the gem :) ? >> > > It''s already been reported and fixed. We''re thinking about 1.5.6 to fix this. > > Paul >faster than report, dam thanks all of you !! :) Jean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---