In my test environment, I managed to make puppet agent stop working when I update facter package, without restarting puppet.
Somehow, when facter updated, puppet is not able to continue working, maybe because the expected version of facter is different or something. It was resolved when I restarted puppet agent. On troubleshooting, did you enable reporting in puppet agent config? If you do, you might want to see the output of the report in /var/lib/puppet/reports/<hostname> I noticed my previous issue when I go through the report in that folder. On Tue, Apr 24, 2012 at 10:43 AM, Walter Heck <[email protected]> wrote: > Hi all, > > in an unfortunate incident, I managed to lock myself out of a client's > server. Basically an openssh module that by default disabled remote > root logins did that on a server that was only accessed by remote root > login (no other use raccounts present on that server). Unfortunately, > this is a colocated server and next trip to the dc is scheduled for > next thursday. No KVM over IP, no remote hands, pretty much the ideal > situation :P. The Xen server is still running, and so are the domU's > on it, but this is less then ideal. If any of the domU's goes down, > there's nothing we can do :) > > Now, the puppet agent is running every 30 minutes, but something seems > to make it not execute the catalog. I have set the puppetmaster to > debug in order to see what's happening, but I can't figure it out. > Here's a gist of the puppet master log: > https://gist.github.com/2475554 > > x7 is the offending server, x6 has exactly the same puppet definition. > Can anyone tell me why the log for x7 just stops, with no error or > nothing? What does that indicate is happening on x7? Any help is much > appreciated :) > > cheers, > > -- > Walter Heck > > -- > follow @walterheck on twitter to see what I'm up to! > -- > Check out my new startup: Server Monitoring as a Service @ > http://tribily.com > Follow @tribily on Twitter and/or 'Like' our Facebook page at > http://www.facebook.com/tribily > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- Sharuzzaman Ahmat Raslan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
