Antonio Pérez dijo [Thu, Nov 06, 2008 at 05:34:54PM +0100]:
> > Thank  YOu  I'll include that change  to the PPA this  also get to
> > debian when the cherokee  alioth  git gets online
> >
> > Leonel
> 
> Leonel, I think this is not the problem. I'm using the init script
> included in cherokee "contrib", and works fine here.
> 
> Look at stop) section:
> 
> From Cherokee contrib init:
> 
>   stop)
>     echo -n "Stopping cherokee web server: $NAME"
>     start-stop-daemon --stop --pidfile $PIDFILE --oknodo --signal TERM
> --exec $DAEMON --retry 30
>     ;;
> 
> Init script included in Ubuntu package:
> 
>   stop)
>       echo -n "Stopping web server: $NAME "
>       start-stop-daemon --stop --oknodo --pidfile $PIDFILE --exec $DAEMON
>       rm -f $PIDFILE
>       ;;
> 
> Cherokee removes its PIDFILE itself on exit too. From "main.c":
> 
>       if (! single_time) {
>               pid_file_clean (pid_file_path);
>       }
> 
> Please, give a look to "contrib/cherokee". I think we must send
> signals to "cherokee" instead "cherokee-worker".

Yes, AFAICT this was because the invocation model has changed back and
forth, and I didn't update the init script :-/ grmbl...

Leonel (and anybody interested): I have set up the Git repository at
Alioth, but am very short on time right now. The repository can be
publicly cloned at:

   git://git.debian.org/git/collab-maint/cherokee.git

For web access, if you are so inclined:

   http://git.debian.org/?p=collab-maint/cherokee.git;a=summary

If you want commit access to the repository, please request joining
the collab-maint group on Alioth:

   http://alioth.debian.org/projects/collab-maint/
   http://alioth.debian.org/project/request.php?group_id=30755

The repository was built and is handled using git-buildpackage, a
beautiful tool which makes upstream integration a snap ;-) 

   
http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.man.git.buildpackage.html
   
   http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html

I have imported all releases since 0.5.0 (it's nice to have history,
of course). And... Well, I'll be happy to help you if you get stuck
somehow. Of course, I'll be even happier if you fix my bugs! ;-)

Greetings,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to