[Bug 918348] Re: mcollective upstart script starts too many processes

2012-01-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mcollective (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/918348

Title:
  mcollective upstart script starts too many processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 918348] Re: mcollective upstart script starts too many processes

2012-01-24 Thread Karel Vervaeke
Adding an 'expect fork' to /etc/init/mcollective.conf fixes the problem

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/918348

Title:
  mcollective upstart script starts too many processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 918348] Re: mcollective upstart script starts too many processes

2012-01-24 Thread Karel Vervaeke
This patch adds 'expect fork' to the upstart file. There used to be an
'expect daemon' in natty, but it got replaced by 'respawn' in this
commit: http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/precise/mcollective/precise/revision/9/debian/mcollective.upstart

** Patch added: fix-918348.patch
   
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+attachment/2690686/+files/fix-918348.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/918348

Title:
  mcollective upstart script starts too many processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 918348] Re: mcollective upstart script starts too many processes

2012-01-24 Thread Marc Cluet
This is due to having daemon=1 on the mcollectived configuration file
which is recommended against in upstart.

The right fix is to set daemon=0 on mcollective config

** Changed in: mcollective (Ubuntu)
 Assignee: (unassigned) = Marc Cluet (lynxman)

** Changed in: mcollective (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/918348

Title:
  mcollective upstart script starts too many processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 918348] Re: mcollective upstart script starts too many processes

2012-01-24 Thread Marc Cluet
Marked as invalid since the proposed solution by Karel would confuse
upstart's tracking of the process, that's why it was changed in the
first place

Thank you anyway Karel :) much appreciated!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/918348

Title:
  mcollective upstart script starts too many processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 918348] Re: mcollective upstart script starts too many processes

2012-01-24 Thread Karel Vervaeke
Thanks for the info! Btw, my mcollective configuration was managed by
this puppet module:
https://github.com/puppetlabs/puppetlabs-mcollective

I'll see if I can get it fixed there...
On Tue, Jan 24, 2012 at 2:25 PM, Marc Cluet 918...@bugs.launchpad.net wrote:
 Marked as invalid since the proposed solution by Karel would confuse
 upstart's tracking of the process, that's why it was changed in the
 first place

 Thank you anyway Karel :) much appreciated!

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/918348

 Title:
  mcollective upstart script starts too many processes

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/918348

Title:
  mcollective upstart script starts too many processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 918348] Re: mcollective upstart script starts too many processes

2012-01-24 Thread xian
Thanks! Daemon=1 is needed on debian, but not for ubuntu.

I have a custom puppet module to for mcollective which uses ssl certs
instead of a shared key. I added logic for debian/ubuntu to push out the
proper server.conf and it works great.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/918348

Title:
  mcollective upstart script starts too many processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 918348] Re: mcollective upstart script starts too many processes

2012-01-18 Thread Serge Hallyn
** Changed in: mcollective (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mcollective in Ubuntu.
https://bugs.launchpad.net/bugs/918348

Title:
  mcollective upstart script starts too many processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mcollective/+bug/918348/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs