Your message dated Wed, 25 Apr 2012 10:47:17 +0000
with message-id <e1smzkj-0007rl...@franck.debian.org>
and subject line Bug#626382: fixed in jetty 6.1.26-1
has caused the Debian Bug report #626382,
regarding jetty: init script doesn't follow policy: start returns error if 
already running
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
626382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jetty
Version: 6.1.22-1ubuntu1
Severity: normal
Tags: patch


According to Debian policy:

"The init.d scripts must ensure that they will behave sensibly (i.e.,
returning success and not starting multiple copies of a service) if
invoked with start when the service is already running, [...]"

However, the jetty init.d script does not do this. If jetty is running,
and we do "/etc/init.d/jetty start" (or restart) then an exit code of
1 is returned (so it looks like the command failed).

This patch fixes the issue:

--- debian/jetty.init.old       2011-05-11 14:18:34.896857829 +0100
+++ debian/jetty.init   2011-05-11 14:18:53.896857970 +0100
@@ -316,7 +316,6 @@
        else
                log_warning_msg "(already running)."
                log_end_msg 0
-               exit 1
        fi
        ;;
 

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-28-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jetty depends on:
ii  adduser      3.112ubuntu1                add and remove users and groups
ii  apache2-util 2.2.14-5ubuntu8.4           utility programs for webservers
ii  jsvc         1.0.2~svn20061127-10ubuntu1 wrapper to launch Java application
ii  libjetty-jav 6.1.22-1ubuntu1             Java servlet engine and webserver 
ii  libjetty-jav 6.1.22-1ubuntu1             Javadoc for the Jetty API

jetty recommends no packages.

Versions of packages jetty suggests:
ii  libjetty-extra           6.1.22-1ubuntu1 Java servlet engine and webserver 
ii  libjetty-extra-java      6.1.22-1ubuntu1 Java servlet engine and webserver 

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: jetty
Source-Version: 6.1.26-1

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

jetty_6.1.26-1.debian.tar.gz
  to main/j/jetty/jetty_6.1.26-1.debian.tar.gz
jetty_6.1.26-1.dsc
  to main/j/jetty/jetty_6.1.26-1.dsc
jetty_6.1.26-1_all.deb
  to main/j/jetty/jetty_6.1.26-1_all.deb
jetty_6.1.26.orig.tar.gz
  to main/j/jetty/jetty_6.1.26.orig.tar.gz
libjetty-extra-java_6.1.26-1_all.deb
  to main/j/jetty/libjetty-extra-java_6.1.26-1_all.deb
libjetty-extra_6.1.26-1_amd64.deb
  to main/j/jetty/libjetty-extra_6.1.26-1_amd64.deb
libjetty-java-doc_6.1.26-1_all.deb
  to main/j/jetty/libjetty-java-doc_6.1.26-1_all.deb
libjetty-java_6.1.26-1_all.deb
  to main/j/jetty/libjetty-java_6.1.26-1_all.deb



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 626...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <ni...@thykier.net> (supplier of updated jetty 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 25 Apr 2012 12:26:13 +0200
Source: jetty
Binary: libjetty-java libjetty-java-doc libjetty-extra-java libjetty-extra jetty
Architecture: source all amd64
Version: 6.1.26-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Niels Thykier <ni...@thykier.net>
Description: 
 jetty      - Java servlet engine and webserver
 libjetty-extra - Java servlet engine and webserver -- extra libraries
 libjetty-extra-java - Java servlet engine and webserver -- extra libraries
 libjetty-java - Java servlet engine and webserver -- core libraries
 libjetty-java-doc - Javadoc for the Jetty API
Closes: 591851 594913 600175 626382 637961 654034
Changes: 
 jetty (6.1.26-1) unstable; urgency=low
 .
   * New upstream release.
     - Fixes issues with loading javax.activation.
       (Closes: #594913)
   * Enable hardening flags for the setuid.so file.
   * Updated d/copyright to DEP-5 format 1.0.
   * Exit 0 in jetty's init script if jetty is already running.
     Thanks to Toby for the report and patch.  (Closes: #626382)
   * Fix misspelled "character-class" in grep invocation.  Thanks
     to Isaac for the report and correction.  (Closes: #637961)
   * Allow java.library.path to be set in /etc/default/jetty.
     Thanks to "biddster" for the report and the patches.
     (Closes: #600175, LP: #656374)
   * Apply patch from Fedora to fix hash collision related DOS.
     - CVE-2011-4461
   * Remove Michael Koch from Uploaders.  Thanks for your work
     on this package in the past.  (Closes: #654034)
   * Add gnumail-providers.jar to start.config.  Thanks to
     Michele Renda for the suggestion.  (Closes: #591851)
   * Add symlinks from jetty{,-util}-6.1.24.jar to the 6.1.26
     version to avoid breaking eclipse.
Checksums-Sha1: 
 31f6b5b617cd457512316768869471d6a9a2a7d4 2575 jetty_6.1.26-1.dsc
 2b1640c0e90a80139ec8a99f919709d56bbfd567 2094366 jetty_6.1.26.orig.tar.gz
 83f97014a095da2a32df6ae7b9d699e7f9993255 27228 jetty_6.1.26-1.debian.tar.gz
 990e8446691e2dd51edb80a8bf59907a633db75c 784496 libjetty-java_6.1.26-1_all.deb
 e10b8908b8091470462f5100e64142197dc4e2b1 909286 
libjetty-java-doc_6.1.26-1_all.deb
 1faa4988ef1be8d2262dc21c288229d5062c9b5b 327590 
libjetty-extra-java_6.1.26-1_all.deb
 9ca4ce07175bf8447cdaf5e07f97d80fb9bc5a6d 857640 jetty_6.1.26-1_all.deb
 c969f02d0a4c8c8b9c5b826bdb2a9c98e6e75b46 68890 
libjetty-extra_6.1.26-1_amd64.deb
Checksums-Sha256: 
 a6ac724f1d5b08c49a41af40fae861a129e815a961e6929ff26a86fa6e978a90 2575 
jetty_6.1.26-1.dsc
 3a428c91b19a722a68c16a99d49311d47887f140fd9fa7c5c07efe251599b192 2094366 
jetty_6.1.26.orig.tar.gz
 4f97d363cc73a864eb388cde107d9e3b444a45fd5adf43851f8532f177e0017a 27228 
jetty_6.1.26-1.debian.tar.gz
 d0aee21c72b9f2cee2c6e5ce16950452c1e6c53809175b0d7849783064bf6fea 784496 
libjetty-java_6.1.26-1_all.deb
 6f251e5029eab987670c5f2147ff0ca40c65c42fd31f201e9ca3120dd7db2a90 909286 
libjetty-java-doc_6.1.26-1_all.deb
 667359d8a157ad701b11d660882e4784a96d2d06da3f29f7894f1370b84c4a71 327590 
libjetty-extra-java_6.1.26-1_all.deb
 12f20607a3b620f17bbae2e3a21d78841e9adc7b992389600e78e271d5a3a08f 857640 
jetty_6.1.26-1_all.deb
 0c58891f33fa843a80a865b92eb4f6e91d17683ae7c8c80a78b061092866b6b0 68890 
libjetty-extra_6.1.26-1_amd64.deb
Files: 
 61352ef81e99a0b99594a3557458ef2a 2575 java optional jetty_6.1.26-1.dsc
 f1c53176da14ac932e12040202b48511 2094366 java optional jetty_6.1.26.orig.tar.gz
 523806d9bbbe7c1881cdb51e0865adc5 27228 java optional 
jetty_6.1.26-1.debian.tar.gz
 c9727b09d4ce0fa738d4614f2b46a213 784496 java optional 
libjetty-java_6.1.26-1_all.deb
 e027373284e5e3656a4be7f18f0f2110 909286 doc optional 
libjetty-java-doc_6.1.26-1_all.deb
 d044cecb9ac748157891e648e8289052 327590 java optional 
libjetty-extra-java_6.1.26-1_all.deb
 770b4b25dbe185398e74e2133f229425 857640 java optional jetty_6.1.26-1_all.deb
 ea9fd15356797dcc947ecd00bf7e4911 68890 libs optional 
libjetty-extra_6.1.26-1_amd64.deb

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

iQIcBAEBCAAGBQJPl9KHAAoJEAVLu599gGRCoy0QAIkJweMRwqDl8ogDZBebfKtU
Pk/WfSeVkUDIyK1tv86wZ6V/idBf2XVwRj4b+lAYlvq0V6OCxVuyynpzvVqaumR2
Iosvm4NzltgGkEf41jz5pxU+mGJXs+KTKf7sGQ0o2GpBB+1MU79/5h11wkVbMSZZ
1bVyySCPqkMPrcy5wGOno4OYn+H1HLcbBGA7OFmoUnaHHgfVMHcSRu2N+eQFOTtD
wENZJd+Fs49fQUZbh8GGGykdWvpbcEdvrppWwemX5MK+cB6iUBHGiObC9ForLKaU
lDr5jQBejyNw+3695VTfdsiN6ZOiieOfJWkxRhja1alaQqDH9eJHjQCOplMaZc3M
+Z/iUgS/L8MbHHtRnlU3jAMnr++iMgW5tdzqmp2p+hv6wmpJntk3T/YUyT8CgxIv
PVAqjXqW+PXaz/FX1UwYezxFm1zukH/cWFW6R4y4LsYfX5YWiFYHuD6tD+krGfjg
SKLin3b34t+ggz5CVTvCiQ4Pg4aC5+5M6exGOg2E3NsiZSQP/yStFPrNLappgw3i
nmJ1sOeO5Q3UEKFHgBh7V/fMGWigRkHFsVAiRZOnJN40waouuvbyCaDhzn+TGKzP
qOC5qOo5OrStNO/8RcYUBXqBgJHMz7bKXfLJ4XjY7dFy/zhYNJ0AwRH3nYaahSkd
qJgO/PLx0ziAj2qqtOro
=ymk1
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to