Your message dated Sun, 26 Nov 2006 20:32:08 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#383794: fixed in util-vserver 0.30.211-4 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.210-10 Severity: important Tags: patch see diff -----8<---- --- /usr/sbin/vserver-copy.dpk-dist 2006-08-19 17:05:45.000000000 +0200 +++ /usr/sbin/vserver-copy 2006-08-19 17:05:45.000000000 +0200 @@ -295,7 +295,9 @@ info "Syncing directories" # trailing slashes very important in the rsync! -if ! rsync -avxz $rsflag $shcmd $vroot/ $dhost$colon$target/; then +# -H very important =~ keep hardlinks (otherwise you have 2/TWO files) +# --nummeric-ids very important =~ (run suse on debian will trash owner ids etc.) +if ! rsync -avxzH --numeric-ids $rsflag $shcmd $vroot/ $dhost$colon$target/; then error 1 "rsync failed" fi @@ -325,12 +327,12 @@ cat << EOF > $tmpf # /etc/hosts (automatically generated by $me) -127.0.0.1 localhost +127.0.0.2 localhost.localdomain localhost $ip $newname.$domain $newname # The following lines are desirable for IPv6 capable hosts -::1 ip6-localhost ip6-loopback +::2 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes -----8<---- -- System Information: Debian Release: all APT prefers stable APT policy: (998, 'sarge-backports'), (990, 'stable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-vserver-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- debconf information excluded
--- End Message ---
--- Begin Message ---Source: util-vserver Source-Version: 0.30.211-4 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.211-4.diff.gz to pool/main/u/util-vserver/util-vserver_0.30.211-4.diff.gz util-vserver_0.30.211-4.dsc to pool/main/u/util-vserver/util-vserver_0.30.211-4.dsc util-vserver_0.30.211-4_i386.deb to pool/main/u/util-vserver/util-vserver_0.30.211-4_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. 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: Wed, 22 Nov 2006 21:32:22 -0700 Source: util-vserver Binary: util-vserver Architecture: source i386 Version: 0.30.211-4 Distribution: unstable Urgency: high Maintainer: Ola Lundqvist <[EMAIL PROTECTED]> Changed-By: Micah Anderson <[EMAIL PROTECTED]> Description: util-vserver - user-space tools for Linux-VServer virtual private servers Closes: 383794 391088 398015 400101 400132 Changes: util-vserver (0.30.211-4) unstable; urgency=high . * Added build-dep on libtool and automake1.9 * Added 08_rsyncbuild_namespace_clone_naddress.dpatch to add support for naddress (add/remove addresses on the fly), build -m rsync support, and more namespace cleanup fixes * Added 07_rsync_flags.dpatch to use the same flags for legacy as the rsync build method's default (Closes: #383794) * Added patch to improve namespace cleanup to make sure some required directories stick around, and add some configuration options to exclude further paths. * Added 05_fix_no_dev_sanity.dpatch to fix no_dev_sanity logic * Added 04_optional_vlogin.dpatch to make vlogin optional * Added 01_clone_updates patch so CLONE_NEWUTS|CLONE_NEWIPC are supported * Updated scripts/vserver.functions, src/vserver-stat.c and src/vps.c to note the new location of the upstream FAQ (Closes: Bug#400101) * Updated capitalization in the initscript * Removed pointless early startup info in /etc/defaults/util-vserver * Removed vprocunhide status test in initscript, it was fundamentally flawed * Fixed kernel detection in init script status (Closes: #398015) * Added backgrounding for modern vserver guests in init script to support defaults file (Closes: #391088) * Added ALWAYS_STOP to /etc/defaults/util-vserver, with default set to true so that when the system is rebooted, running vservers are stopped to avoid potential filesystem corruption (Closes: #400132) * Changed AUTO default in /etc/defaults/util-vserver to be true instead of false * Removed AUTO debconf question as this violated 10.7.4 (maintainer scripts must not alter a conffile...including the one the script belongs to), urgency set to high as this is a RC bug * Special thanks goes to vagrant, he gets a delicious ball of queso fresco as thanks Files: 0c64e50c793ae58ca25db3a0c052e1d9 861 net optional util-vserver_0.30.211-4.dsc 4c9d5416534d749d68325ffa186c3b36 85220 net optional util-vserver_0.30.211-4.diff.gz c5afa90baafbab98389c56fe0f19f8f2 467986 net optional util-vserver_0.30.211-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFafFr9n4qXRzy1ioRAqm1AJ0a9y3G6joCh0cGBZJWLcYSzC1jMQCeJYyK nB/9WXRBZ/q+z7zoIyt9rtk= =euQ9 -----END PGP SIGNATURE-----
--- End Message ---

