Issue #9286 has been updated by Dan Hogland.

    strangely enough the /var/run/pe-mcollective directory, and inherently pid 
file, does not exist:
    root@workstation01:~# ls -l /var/run
    total 36
    -rw-r--r-- 1 root root      4 2011-08-31 13:29 atd.pid
    -rw-r--r-- 1 root root      4 2011-08-31 13:29 crond.pid
    ---------- 1 root root      0 2011-08-31 13:29 crond.reboot
    -rw-r--r-- 1 root root      5 2011-08-31 13:29 dhclient.eth1.pid
    -rw-r--r-- 1 root root    566 2011-08-31 13:34 motd
    drwxr-xr-x 2 root root     60 2011-08-31 13:29 network
    -rw-r--r-- 1 root root      0 2011-08-31 13:29 network-interface-security
    drwxrwxrwt 2 root root     60 2011-08-31 13:29 pe-puppet
    drwxr-xr-x 2 root root     40 2011-08-31 13:29 pppconfig
    -rw-r--r-- 1 root root      4 2011-08-31 13:29 rsyslogd.pid
    drwxrwxr-x 2 root utmp     40 2011-08-31 13:29 screen
    drwxr-xr-x 2 root root     40 2011-08-31 13:29 sendsigs.omit.d
    drwxr-xr-x 2 root root     40 2011-08-31 13:29 sshd
    -rw-r--r-- 1 root root      5 2011-08-31 13:29 sshd.pid
    drwx------ 3 root puppet   60 2011-08-31 13:34 sudo
    -rw-r--r-- 1 root root      4 2011-08-31 13:29 upstart-udev-bridge.pid
    -rw-rw-r-- 1 root utmp   3456 2011-08-31 13:34 utmp
    -rw-r--r-- 1 root root      4 2011-08-31 13:29 vmtoolsd.pid
    drwx------ 2 root root     40 2011-08-31 13:29 watershed
----------------------------------------
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: Unreviewed
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.

Reply via email to