Bug#378382: puppetmaster initscript fails to stop puppetmasterd

2007-01-06 Thread Micha Lenk
# Init script does not stop as directed by LSB 3.1 Chapter 20.2 # At my and some other DD's opinion this is an RC bug severity 378382 serious Hi, On Fri, Nov 17, 2006 at 12:14:19AM +0100 I wrote: I wrote: As an intermediate solution (until #397977 is fixed) consider to use start-stop-daemon

Bug#378382: puppetmaster initscript fails to stop puppetmasterd

2006-11-16 Thread Micha Lenk
Hi, I wrote: As an intermediate solution (until #397977 is fixed) consider to use start-stop-daemon directly instead of using the broken killproc() function. #397977 is fixed now. The bugfix should be fairly easy now: Just call killproc with argument -p $PIDFILE as argument. I'd like to

Bug#378382: puppetmaster initscript fails to stop puppetmasterd

2006-11-14 Thread Micha Lenk
Hi, On Thu, Oct 12, 2006 at 01:12:28AM +0200, Timo Reimann wrote: If I omit the --name-parameter, start-stop-daemon will successfully kill the process. My guess is that this is a bug of killproc() and should therefore be filed to the lsb-base maintainer as not every process will be named

Bug#378382: puppetmaster initscript fails to stop puppetmasterd

2006-10-11 Thread Timo Reimann
I don't think that this bug relates to signal issues -- I can clearly verify that puppetmaster reliably stops using the initscript after modifying the killproc() function of /lib/lsb/init-functions that /etc/init.d/puppetmaster calls (through stop_puppetmaster()). The problem is the parameter

Bug#378382: puppetmaster initscript fails to stop puppetmasterd

2006-07-24 Thread Jamie Wilkinson
This one time, at band camp, Micah Anderson wrote: Running the puppetmaster initscript to stop the dæemon doesn't seem to stop it properly: # /etc/init.d/puppetmaster stop Stopping puppet configuration management tool master server. pond:/etc/puppet/manifests# ps auxw |grep puppet puppet 16684

Bug#378382: puppetmaster initscript fails to stop puppetmasterd

2006-07-15 Thread Micah Anderson
Package: puppetmaster Version: 0.18.2-1 Severity: normal Running the puppetmaster initscript to stop the dæemon doesn't seem to stop it properly: # /etc/init.d/puppetmaster stop Stopping puppet configuration management tool master server. pond:/etc/puppet/manifests# ps auxw |grep puppet puppet

Bug#378382: puppetmaster initscript fails to stop puppetmasterd

2006-07-15 Thread Matthew Palmer
On Sat, Jul 15, 2006 at 05:07:38PM -0400, Micah Anderson wrote: Running the puppetmaster initscript to stop the dæemon doesn't seem to stop it properly: # /etc/init.d/puppetmaster stop Stopping puppet configuration management tool master server. pond:/etc/puppet/manifests# ps auxw |grep