Your message dated Mon, 28 Dec 2009 21:22:06 +0000
with message-id <[email protected]>
and subject line Bug#562736: fixed in vzctl 3.0.23-10
has caused the Debian Bug report #562736,
regarding vzctl: vzmigrate script depends on bash and should use echo instead 
of printf
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 [email protected]
immediately.)


-- 
562736: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562736
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vzctl
Version: 3.0.23-8
Severity: important
Tags: patch

vzmigrate has two bugs that prevent it from working correctly on
squeeze:

1.) It should specify /bin/bash instead of /bin/sh in the shebang
otherwise there is an error with export complaining that "-c" is not a
valid variable name.

2.) It should use "echo -ne" instead of "printf" as it passes text as
separate arguments and printf only prints the first

I've attached a patch which should be applied to vzctl-3.0.23/bin/vzmigrate.in.
I'm not familiar with how to create patches correctly, so hopefully it
works.

Thanks,
James Stanley

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-openvz-686 (SMP w/1 CPU core)
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 vzctl depends on:
ii  iproute                       20090324-1 networking and traffic control too
ii  libc6                         2.10.2-2   GNU C Library: Shared libraries
ii  vzquota                       3.0.11-2   server virtualization solution - q

Versions of packages vzctl recommends:
ii  rsync                         3.0.6-1    fast remote file copy program (lik

vzctl suggests no packages.

-- no debconf information
1c1
< #!/bin/bash
---
> #!/bin/sh
128c128
<               echo -ne "Error: " $@"\n" >&2
---
>               printf "Error: " $@"\n" >&2
131c131
<               echo -ne $@"\n"
---
>               printf $@"\n"
134c134
<               echo -ne "   " $@"\n"
---
>               printf "   " $@"\n"

--- End Message ---
--- Begin Message ---
Source: vzctl
Source-Version: 3.0.23-10

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

vzctl_3.0.23-10.diff.gz
  to main/v/vzctl/vzctl_3.0.23-10.diff.gz
vzctl_3.0.23-10.dsc
  to main/v/vzctl/vzctl_3.0.23-10.dsc
vzctl_3.0.23-10_i386.deb
  to main/v/vzctl/vzctl_3.0.23-10_i386.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ola Lundqvist <[email protected]> (supplier of updated vzctl 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.8
Date: Mon, 28 Dec 2009 21:20:39 +0100
Source: vzctl
Binary: vzctl
Architecture: source i386
Version: 3.0.23-10
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[email protected]>
Changed-By: Ola Lundqvist <[email protected]>
Description: 
 vzctl      - server virtualization solution - control tools
Closes: 562736
Changes: 
 vzctl (3.0.23-10) unstable; urgency=low
 .
   * Corrected bash compatibility issue and output issue in vzmigrate.
     Closes: #562736. Thanks to James Stanley <[email protected]> and
     Teodor MICU <[email protected]> for good suggestions.
Checksums-Sha1: 
 46c647758653ef9822d5c7c6e4992ed75fe5bec3 967 vzctl_3.0.23-10.dsc
 c58a039a63ef7b2756e0aa921a1f49698e9568b5 14270 vzctl_3.0.23-10.diff.gz
 bd7188455cbd5e38ee833e7e159835c53c33b135 197314 vzctl_3.0.23-10_i386.deb
Checksums-Sha256: 
 214e41f705583d0f5eab126d2ffe85875b1b88615c488475f3f2bfad424b4bd5 967 
vzctl_3.0.23-10.dsc
 b5005c4654f7806552838b09d5585ad5532d44a9ec85ed1a22ad32cd423d97c5 14270 
vzctl_3.0.23-10.diff.gz
 9b02c86dbecf84325ae91a41a00e3f4469a6c7c3c797ce9c9af44c4b592d76bb 197314 
vzctl_3.0.23-10_i386.deb
Files: 
 37f5e666ef5fc83dcd47776228be393a 967 admin optional vzctl_3.0.23-10.dsc
 11e0993a53c305b4c924ddfb31bb2a0a 14270 admin optional vzctl_3.0.23-10.diff.gz
 568979acb2bf506ae147461ec380fba3 197314 admin optional vzctl_3.0.23-10_i386.deb

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

iEYEARECAAYFAks5FBsACgkQGKGxzw/lPdkiXwCgpmhuMnsfBIN6eLwXz1NZk5we
zpIAn1O5k1t6Hfk7BvL8ScUdIWnhq/SA
=UtUp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to