Bug#475932: closed by Jose Luis Rivas Contreras <[EMAIL PROTECTED]> (Re: Bug#475932: pid is wrong pid)

2008-05-28 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corey Wright wrote: > the latest commit [1] has a few problems (imho): > - start should continue to use "--pidfile" (to insure two instances are not > started by the init script) But... Without that if I try to make start again then will not do anythi

Bug#475932: closed by Jose Luis Rivas Contreras <[EMAIL PROTECTED]> (Re: Bug#475932: pid is wrong pid)

2008-05-28 Thread Corey Wright
On Wed, 28 May 2008 00:38:32 -0430 Jose Luis Rivas Contreras <[EMAIL PROTECTED]> wrote: > Daniel Dickinson wrote: > > from my working /etc/init.d/gkrellmd > > > > start) > > echo -n "Starting $DESC: " > > start-stop-daemon --start --quiet \ > > --exec $DAEMON -- --pidfile /v

Bug#475932: closed by Jose Luis Rivas Contreras <[EMAIL PROTECTED]> (Re: Bug#475932: pid is wrong pid)

2008-05-27 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tags 475932 pending quit Daniel Dickinson wrote: > What do you think about switching the to having gkrellmd to being the > creator of the pidfile and elimiting -m -b --pidfile from > start-stop-daemon. gkrellmd has it's own --pidfile option, so if yo

Bug#475932: closed by Jose Luis Rivas Contreras <[EMAIL PROTECTED]> (Re: Bug#475932: pid is wrong pid)

2008-05-24 Thread Daniel Dickinson
What do you think about switching the to having gkrellmd to being the creator of the pidfile and elimiting -m -b --pidfile from start-stop-daemon. gkrellmd has it's own --pidfile option, so if you do the following: from my working /etc/init.d/gkrellmd start) echo -n "Starting $DESC: "

Bug#475932: pid is wrong pid

2008-05-23 Thread Daniel Dickinson
On Thu, 22 May 2008 21:33:21 -0430 Jose Luis Rivas Contreras <[EMAIL PROTECTED]> wrote: > This is my init file: > 8<- > case "$1" in > start) > echo -n "Starting $DESC: " > start-stop-daemon --start --quiet > --pidfile /var/run/gkrellmd.pid \ --exec $DAEMON -m -b -- $

Bug#475932: pid is wrong pid

2008-05-22 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Dickinson wrote: > I discovered that I was misleading in my bug title and description. I > had forgotten _why_ I switched the pidfile parameter. > > Try doing /etc/init.d/gkrellmd stop and you will notice that > start-stop-daemon fails with th

Bug#475932: pid is wrong pid

2008-05-22 Thread Daniel Dickinson
I discovered that I was misleading in my bug title and description. I had forgotten _why_ I switched the pidfile parameter. Try doing /etc/init.d/gkrellmd stop and you will notice that start-stop-daemon fails with the message that the pid does not exist (not the file the actual process). If you