Hi, On 12/15/2011 05:14 PM, Maksym Melnychok wrote: > Hi, > > last thing i see in /var/log/daemon.log after trying "/etc/init.d/puppet > reload" is > > notice: Starting Puppet client version 2.7.9 > debug: Using cached certificate for ca > debug: Using cached certificate for cypher.qype.com > debug: Using cached certificate for ca > debug: Using cached certificate_revocation_list for ca > debug: Loaded state in 0.01 seconds > > if i completely remove puppet from machine and setup from scratch - > everything will work exactly once and after that stop reloading > configuration again > > how can i figure out where does it get stuck and why?
when a puppet service screws up, it's helpful to stop said service and run it from the console, like puppet agent -dv --color=false --nodaemonize The debug output should be helpful. Cheers, Felix -- 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.
