Your message dated Sun, 02 Apr 2006 19:17:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#343277: fixed in util-vserver 0.30.210-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.209-1 Severity: normal Tags: patch Ok, bear with me here, i've spent the whole day tracking down problems in the package, and this is all i've figured. It is benign, really, but is clearly a bug. In /usr/lib/util-vserver/functions, you have a call to the "colorize" function. It doesn't respect the usage of the function: ## Usage: colorize <style> <command> You will see the behavior when trying to create a vserver that already exists, under some weird circumstances I'm not sure you'll be able to reproduce. At any case, it's a wrong usage and should be fixed, this way: --- functions.orig 2005-12-13 23:44:28.414816664 -0500 +++ functions 2005-12-13 23:44:37.538429664 -0500 @@ -213,7 +213,7 @@ if test -n "$_VS_ERRFILE"; then echo "$@" >>"$_VS_ERRFILE" else - colorize echo -n "$@" >&2 + colorize error echo -n "$@" >&2 fi echo As I said, it's trivial, benign, but should be fixed and I don't know where else to report this. A. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-k7 Locale: LANG=fr_CA, LC_CTYPE=fr_CA (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---Source: util-vserver Source-Version: 0.30.210-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.210-1.diff.gz to pool/main/u/util-vserver/util-vserver_0.30.210-1.diff.gz util-vserver_0.30.210-1.dsc to pool/main/u/util-vserver/util-vserver_0.30.210-1.dsc util-vserver_0.30.210-1_i386.deb to pool/main/u/util-vserver/util-vserver_0.30.210-1_i386.deb util-vserver_0.30.210.orig.tar.gz to pool/main/u/util-vserver/util-vserver_0.30.210.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: Thu, 2 Feb 2006 09:45:30 -0500 Source: util-vserver Binary: util-vserver Architecture: source i386 Version: 0.30.210-1 Distribution: unstable Urgency: low Maintainer: Ola Lundqvist <[EMAIL PROTECTED]> Changed-By: Micah Anderson <[EMAIL PROTECTED]> Description: util-vserver - tools for Virtual private servers and context switching Closes: 307980 327577 343277 348234 351556 356417 360438 Changes: util-vserver (0.30.210-1) unstable; urgency=low . * New upstream release (Closes: #343277, #307980) * Replaced upstream init scripts with a single init script that uses /etc/defaults and attempts to set the chroot barrier on start * Added debconf templates to ask if vservers should be controlled by boot * Added debconf templates on purge to ask about removing the entire /etc/vservers directory * Fixed things so we clean up after ourselves on uninstall (Closes: #348234) * Fixed start-vservers improper temp file cleanup (Closes: #351556) * Added patch to fix s390 clone syscall reversal (Closes: #356417) * Change name of testme scripts to be consistant with upstream * Add vschedcalc example script for calculating token buckets * Add patch to fix suexec from host with an invalid ID running as root (Closes: #360438) * Add patch to fix vattribute bcaps not being reset * Add patch to make chcontext behave as expected with --secure * Add patch to add vserver delete option * Moved make from a Recommends to a Depends (Closes: #327577) * Updated syscall-alternatives.h to -shiny10 patch Files: 9996624a0c286740fc04df7d20659e99 833 net optional util-vserver_0.30.210-1.dsc b1e902a2d592b2b7d8d1b2a5b3106f5d 780113 net optional util-vserver_0.30.210.orig.tar.gz c870f50ec6ba3ed3bd00171b7a643f49 31562 net optional util-vserver_0.30.210-1.diff.gz 8211365a437856a3bf3ffaa54f5fd410 388562 net optional util-vserver_0.30.210-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEMISR9n4qXRzy1ioRAsXwAJ48z/GZEpEiEk1ImE3lVDSIsIHY0ACfXPbz BjoQUHnGfn/weEYo2UjhycI= =teut -----END PGP SIGNATURE-----
--- End Message ---

