Issue #9286 has been updated by Matthaus Litteken. Status changed from Investigating to Closed
Unable to reproduce. May be an rc upgrade path issue. ---------------------------------------- Bug #9286: mcollectived spawns a new process with every puppet agent run on Ubuntu 10.04 https://projects.puppetlabs.com/issues/9286 Author: Dan Hogland Status: Closed Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected URL: Affected PE version: 1.2 root@workstation01:~# ps -ef |grep mcol root 1715 1 0 13:36 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 2021 1 0 13:38 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 2636 1 0 14:04 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 3316 1 0 14:34 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 3940 1 0 15:04 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 4211 1563 0 15:24 pts/0 00:00:00 grep --color=auto mcol root@workstation01:~# puppet agent -t info: Retrieving plugin info: Loading facts in facter_dot_d info: Loading facts in facter_dot_d info: Caching catalog for workstation01 info: Applying configuration version '1314829486' notice: /Stage[main]/Mcollectivepe/Service[mcollective]/ensure: ensure changed 'stopped' to 'running' notice: Finished catalog run in 0.79 seconds root@workstation01:~# ps -ef |grep mcol root 1715 1 0 13:36 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 2021 1 0 13:38 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 2636 1 0 14:04 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 3316 1 0 14:34 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 3940 1 0 15:04 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 4487 1 3 15:24 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 4548 1563 0 15:24 pts/0 00:00:00 grep --color=auto mcol root@workstation01:~# puppet agent -t info: Retrieving plugin info: Loading facts in facter_dot_d info: Loading facts in facter_dot_d info: Caching catalog for workstation01 info: Applying configuration version '1314829486' notice: /Stage[main]/Mcollectivepe/Service[mcollective]/ensure: ensure changed 'stopped' to 'running' notice: Finished catalog run in 0.86 seconds root@workstation01:~# ps -ef |grep mcol root 1715 1 0 13:36 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 2021 1 0 13:38 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 2636 1 0 14:04 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 3316 1 0 14:34 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 3940 1 0 15:04 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 4487 1 1 15:24 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 4818 1 5 15:24 ? 00:00:00 /opt/puppet/bin/ruby /opt/puppet/sbin/mcollectived --pid /var/run/pe-mcollective/mcollectived.pid root 4884 1563 0 15:25 pts/0 00:00:00 grep --color=auto mcol -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
