Your message dated Mon, 07 May 2007 04:17:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#406040: fixed in util-vserver 0.30.213-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: util-vserver Version: 0.30.211-6 Severity: important Tags: patch i knew there was a corner case where doing forcestop in the stop function wasn't right: invoke-rc.d util-vserver restart only servers marked for starting at boot are restarted, but all vservers are stopped. i think, skipping the forcestop when called with the "restart" argument would be better behaviour: ### --- /etc/init.d/util-vserver 2006-11-29 16:51:56.000000000 -0700 +++ util-vserver 2007-01-07 22:07:10.000000000 -0700 @@ -146,7 +146,7 @@ then /usr/lib/util-vserver/vserver-wrapper stop; fi - if [ "$ALWAYS_STOP" = "true" ] + if [ "$ALWAYS_STOP" = "true" ] && [ "$1" != "restart" ] then forcestop fi ### maybe there's better ways to handle it long-term(always restarting all servers?), but that's because there is always room for improvement :) live well, vagrant
--- End Message ---
--- Begin Message ---Source: util-vserver Source-Version: 0.30.213-1 We believe that the bug you reported is fixed in the latest version of util-vserver, which is due to be installed in the Debian FTP archive: util-vserver_0.30.213-1.diff.gz to pool/main/u/util-vserver/util-vserver_0.30.213-1.diff.gz util-vserver_0.30.213-1.dsc to pool/main/u/util-vserver/util-vserver_0.30.213-1.dsc util-vserver_0.30.213-1_i386.deb to pool/main/u/util-vserver/util-vserver_0.30.213-1_i386.deb util-vserver_0.30.213.orig.tar.gz to pool/main/u/util-vserver/util-vserver_0.30.213.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. Micah Anderson <[EMAIL PROTECTED]> (supplier of updated util-vserver 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: Sat, 9 Dec 2006 12:28:20 -0700 Source: util-vserver Binary: util-vserver Architecture: source i386 Version: 0.30.213-1 Distribution: unstable Urgency: low Maintainer: Ola Lundqvist <[EMAIL PROTECTED]> Changed-By: Micah Anderson <[EMAIL PROTECTED]> Description: util-vserver - user-space tools for Linux-VServer virtual private servers Closes: 399469 403332 405356 406040 415202 415500 420284 Changes: util-vserver (0.30.213-1) unstable; urgency=low . * New upstream release (Closes: #399469, #403332) * Removed unnecessary lib/vserver-syscall-def.h * Revert sysv/vprocunhide to upstream original * Revert scripts/vserver.stop to upstream original * Removed outdated documentation in man/ to sync with upstream: man/Makefile,vserver.pod,vserver-build.pod,vserver-build.8 * Fixed force stop on restart, thanks vagrantc (Closes: #406040) * Removed pointless 03_vserver-build.functions_etc.dpatch * Correct incorrect reference to tty9 in defaults file, also standardize on "yes" value for BACKGROUND (Closes: #405356) * Added Spanish debconf translation, thanks to Steve Lord Flaubert (Closes: #415202) * Added Dutch debconf translation, thanks to Bart Cornelis (Closes: #415500) * Added Portugese debconf translation, thanks Portuguese Translation Team (Closes: #420284) * Updated testme.sh and testfs.sh scripts Files: 77d96a20d15d5c3453477e2223ef9bf3 861 net optional util-vserver_0.30.213-1.dsc e13821362fa82ce75eb08d4fd182060d 863121 net optional util-vserver_0.30.213.orig.tar.gz 5bfadbefefc1ffb8a66f7733d21e043c 29194 net optional util-vserver_0.30.213-1.diff.gz 779388b2eb06393217c9d9cb139eae80 497098 net optional util-vserver_0.30.213-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGPqWW9n4qXRzy1ioRAlZjAJ46uAX0uRe3GL35kpGVCwWZiK+NOACgpjb+ eLE9iB26ekS6xiqNsLaKImY= =URod -----END PGP SIGNATURE-----
--- End Message ---

