On Mon, Mar 23, 2015 at 6:35 AM <[email protected]> wrote: > Hi all, > > I am using Puppet agent 3.7.3 on Red Hat Linux. On one of my machines, when I > run "puppet agent --test", I received error: > > Puppet (err): Could not autoload puppet/provider/package/rpm: No such file or > directory - /tmp/puppet20150323-27791-6xy78b.lock > Puppet (err): Could not autoload puppet/type/package: Could not autoload > puppet/provider/package/rpm: No such file or directory - > /tmp/puppet20150323-27791-6xy78b.lock > Puppet (err): Could not retrieve catalog from remote server: Could not intern > from text/pson: Could not autoload puppet/type/package: Could not autoload > puppet/provider/package/rpm: No such file or directory - > /tmp/puppet20150323-27791-6xy78b.lock > Puppet (err): Could not retrieve catalog; skipping run > > Any clue why this happens? > > SELinux enabled post-install, so various bits don't have the right labels?
It might take a while, but "restorecon(8)" might help? Maybe start with `restorecon -n -v -r /`? Wil -- 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/CAMmm3r5PdMDjRN2aaYeQ_NH-0hNCRSQOYKTE9dARhHGe28X4wA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
