On 07/05/2011 07:15 AM, Chris Phillips wrote:
> debug: Service[puppet](provider=redhat): Executing '/sbin/service puppet > stop' > notice: Caught TERM; calling stop > [root@gibsvlin-erp2dst ~]# /etc/init.d/puppet status > puppetd is stopped
That's just weird looking. So puppet is running, and trying to kill puppetd. Instead it catches the TERM signal itself. Is that what I'm seeing? That looks racy as hell. Maybe you should rethink that and instead have something like monit watch puppetd to make sure it stays off. Or have nagios start a script that makes sure puppet is not running, then runs it, then makes sure it is stopped. -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.