Hi, can you find out wether that is reproducible with Puppet 3.4? If not, you may just want to hold out for 3.6, wait if it works better.
For debugging this, I would try two things. First, keep an eye on 'ps auxwf' output while puppet is seemingly frozen, see wether and what is being forked. If that doesn't help, you can try with `strace -f`, although there's a fair chance that it won't yield very conclusive traces. HTH, Felix On 04/21/2014 12:01 PM, Ádám Sándor wrote: > Hi, > > I'm having a problem with my puppet script hanging for a while then > dying with the message "Killed" printed to the console. There is no > further explanation of what happened but I'm suspecting some event > propagation might get stuck and puppet may have some mechanism to kill > the process if it hangs for too long. That's just a guess though, so > please let me know if anyone has some insight on this problem. Thanks! > > I'm running on Debian 7, Puppet 3.5.1. > Tail of the output of "puppet apply --verbose --debug > --modulepath=/root/puppet/modules /root/puppet/ks-prod.pp" is: -- 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/535A573A.5040005%40alumni.tu-berlin.de. For more options, visit https://groups.google.com/d/optout.
