Issue #21046 has been updated by Charlie Sharpsteen.
Marc, I could not re-produce this on a CentOS 6.4 box using Puppet 3.2.1 from the Puppet Labs yum repositories. There are separate init scripts for both the agent and master and the agent init script noes not contain the command line arguments required to start a master process. If there are any additional details related to upgrades or installation of other packages that would differentiate the system exhibiting this behavior from a stock installation of CentOS 6.4, please add them to this issue report. ---------------------------------------- Bug #21046: puppet init.d script spawns a master instance https://projects.puppetlabs.com/issues/21046#change-93097 * Author: Marc Richter * Status: Needs More Information * Priority: High * Assignee: Marc Richter * Category: * Target version: * Affected Puppet version: 3.2.1 * Keywords: centos, init.d, master * Branch: ---------------------------------------- I'm running CentOS 6.4 and installed puppet using your EL repositories, as described in http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#for-red-hat-enterprise-linux-and-derivatives . When starting puppet agent (by executing "service puppet start" or "/etc/init.d/puppet start"), a puppet master process is also started, which neither does stop when executing "service puppet stop" or "/etc/init.d/puppet stop", nor is killable by SIGKILL (leaves "[ruby] <defunct>" behind). In CentOS the puppet master and agent should be seperated with /etc/init.d/puppet and /etc/init.d/puppetmaster servicescripts. Puppet Master must not be started when starting the Agent and vice versa. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
