Your message dated Mon, 28 Aug 2006 08:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#369688: fixed in karrigell 2.3-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: karrigell
Version: 2.2.1-1
Severity: important

The initscript doesn't start the daemon because the daemon file does not
have execute permission.

The following diff shows changes I made to the initscript in order to get it 
working.


$ diff -Naur5 karrigell_ORIG karrigell
--- karrigell_ORIG      2005-12-21 04:44:38.000000000 +0100
+++ karrigell   2006-05-31 14:28:03.000000000 +0200
@@ -14,11 +14,11 @@
 DAEMON=/usr/share/karrigell/Karrigell.py
 NAME=karrigell
 DESC=karrigell
 DAEMON_OPTS=/etc/karrigell/Karrigell.ini

-test -x $DAEMON || exit 0
+test -f $DAEMON || exit 0

 # Include karrigell defaults if available
 #if [ -f /etc/default/karrigell ] ; then
 #      . /etc/default/karrigell
 #fi
@@ -27,16 +27,16 @@

 case "$1" in
   start)
        echo -n "Starting $DESC: "
        start-stop-daemon --make-pidfile --background --start --chuid karrigell 
--pidfile /var/run/$NAME.pid \
-               --exec $DAEMON -- $DAEMON_OPTS
+               --exec /usr/bin/python -- $DAEMON $DAEMON_OPTS
        echo "$NAME."
        ;;
   stop)
        echo -n "Stopping $DESC: "
-       start-stop-daemon --stop --pidfile /var/run/$NAME.pid
+       start-stop-daemon --stop --pidfile /var/run/$NAME.pid || :
         rm -f /var/run/$NAME.pid
        echo "$NAME."
        ;;
   #reload)
        #


--- End Message ---
--- Begin Message ---
Source: karrigell
Source-Version: 2.3-1

We believe that the bug you reported is fixed in the latest version of
karrigell, which is due to be installed in the Debian FTP archive:

karrigell-demo_2.3-1_all.deb
  to pool/main/k/karrigell/karrigell-demo_2.3-1_all.deb
karrigell-doc_2.3-1_all.deb
  to pool/main/k/karrigell/karrigell-doc_2.3-1_all.deb
karrigell_2.3-1.diff.gz
  to pool/main/k/karrigell/karrigell_2.3-1.diff.gz
karrigell_2.3-1.dsc
  to pool/main/k/karrigell/karrigell_2.3-1.dsc
karrigell_2.3-1_all.deb
  to pool/main/k/karrigell/karrigell_2.3-1_all.deb
karrigell_2.3.orig.tar.gz
  to pool/main/k/karrigell/karrigell_2.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Radovan Garabík <[EMAIL PROTECTED]> (supplier of updated karrigell package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 23 Aug 2006 19:59:43 +0200
Source: karrigell
Binary: karrigell-demo karrigell karrigell-doc
Architecture: source all
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: Radovan Garabík <[EMAIL PROTECTED]>
Changed-By: Radovan Garabík <[EMAIL PROTECTED]>
Description: 
 karrigell  - python web server application framework
 karrigell-demo - Demo for karrigell
 karrigell-doc - documentation for karrigell web application framework
Closes: 369688 380850
Changes: 
 karrigell (2.3-1) unstable; urgency=low
 .
   * new upstream version
   * modify initscript to run karrigell even when not executable,
     thanks to Thomas Hood (closes: #369688)
   * updated to a new python policy (closes: #380850)
Files: 
 8096244ff73338c5fd26580442b0ad3c 701 web optional karrigell_2.3-1.dsc
 022214e891b55d3db01713ba1d19e6e1 920983 web optional karrigell_2.3.orig.tar.gz
 c78f86b31f40d74f851eb14ea4fdf1c4 8188 web optional karrigell_2.3-1.diff.gz
 0870ceb077551e83d49a2e7205a1bbfb 129776 web optional karrigell_2.3-1_all.deb
 b7cd2ad27cfcc55c15f792853ffde504 526138 web optional 
karrigell-doc_2.3-1_all.deb
 74b0f3d283323f63d8d5d08ef19dabb1 141262 web optional 
karrigell-demo_2.3-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFE8w3dUBQJxqD+WLgRAmzNAJsHpEowBBMyVLc1pWhtoQ8v3gLOtwCcDPES
YhNm0R583dTRvWvLi1oIHfU=
=iInD
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to