I have 40 Ubuntu 12.04 servers. These servers are managed with puppet. Sometimes I have problem with puppet agent. puppet agent spawn child process (sh) and this process fails. Sh is zombie process. Puppet doesn't work, I must restart puppet agent to make it works.
I use puppet to manage files, packages and services. Problematic agent didn't make any change before fails, server is up to date.
shprocess? (You can useps aux | grep shfor this.) – Ladadadada Oct 22 '12 at 9:02Execdeclaration in your puppet manifests, like with mismatched quotes, empty command, or something? – user6803 Oct 22 '12 at 14:51