Hi, I am getting the "Could not evaluate: No child processes" error message in dashboard for the task as /Stage[main]/Ubuntu_laptop/Exec[/bin/echo -e ''runinterval=7200'' >> / etc/puppet/puppet.conf] but when I execute the puppet syntax (puppetd -td) manually in terminal on the node then it does not return any error. Any idea why I am receiving the above error message. Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
mukulm
2012-Mar-13 04:17 UTC
[Puppet Users] Re: No child processes error message in dashboard
Can anyone assist whats the root cause of "Could not evaluate: No child processes" error message in dashboard & how this can be resolved ? Thanks On Mar 1, 9:05 am, mukulm <smilemukul2...@gmail.com> wrote:> Hi, > > I am getting the "Could not evaluate: No child processes" error > message in dashboard for the task as > /Stage[main]/Ubuntu_laptop/Exec[/bin/echo -e ''runinterval=7200'' >> / > etc/puppet/puppet.conf] but when I > execute the puppet syntax (puppetd -td) manually in terminal on the > node then it does not return any error. > > Any idea why I am receiving the above error message. > Thanks-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Steve Shipway
2012-Mar-13 06:55 UTC
RE: [Puppet Users] Re: No child processes error message in dashboard
Possibly the UID under which the process is running has a resource limit and is not able to spawn a new process? You likely need to unlimit nproc for the puppet process. Steve Steve Shipway University of Auckland ITS UNIX Systems Design Lead s.shipway@auckland.ac.nz Ph: +64 9 373 7599 ext 86487 ________________________________________ From: puppet-users@googlegroups.com [puppet-users@googlegroups.com] on behalf of mukulm [smilemukul2005@gmail.com] Sent: Tuesday, 13 March 2012 5:17 p.m. To: Puppet Users Subject: [Puppet Users] Re: No child processes error message in dashboard Can anyone assist whats the root cause of "Could not evaluate: No child processes" error message in dashboard & how this can be resolved ? Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.