-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
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
-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
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: "
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 -- $
-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
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
7 matches
Mail list logo