On Wed, Feb 4, 2015 at 3:07 PM, Melissa Stone <[email protected]> wrote:
> On Tue, Feb 3, 2015 at 5:37 AM, Paul Seymour <[email protected]> wrote: > >> >> >>> Thanks for this. Just put the RHEL7 x86_64 on a puppet client and it >>> complains:- >>> >> >> "Error: Could not initialize global default settings: cfacter version >> 0.2.0 or later is not installed." >> >> Tracing it through it is looking for the libraries in /usr/lib64 and they >> are installed via the RPM in /usr/lib this doesn't happen when running via >> the command line so maybe something with my environment. >> > > Could you give us a little more information about how you're running > cfacter? It sounds like puppet isn't playing with cfacter as well as it > should, but I'd like to confirm that. Can you also let us know what version > of the puppet you're running? > I repro'd this with puppet 3.7.4: standalone cfacter itself works fine, but "puppet --cfacter" doesn't. Two things to workaround this: 1) gem install ffi 2) libfacter.so* should be in /usr/lib64 rather than /usr/lib Kylo -- Kylo Ginsberg | [email protected] | irc: kylo | twitter: @kylog -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CALsUZFEHnkM0ReJnjRCZWfmi8ZFjQzzWSpxTi8RrygGTfrCQ7w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
