Your message dated Thu, 09 Sep 2010 06:02:20 +0000
with message-id <[email protected]>
and subject line Bug#592991: fixed in vzctl 3.0.24-4
has caused the Debian Bug report #592991,
regarding vzctl start breaks with mawk, works with gawk - dependency needed
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.)
--
592991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592991
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vzctl
Version: 3.0.24-1
Severity: important
Tags: patch
When calling `vzctl start` on a newly created container (with debootstrap), I
get an error saying this:
"vps-net_add WARNING: Device list is empty"
This seems to be a very obscure problem but it undermines the usability of
networked VEs.
One report on the Web (http://www.hetlab.tk/hoefnix1/geen-device-list)
suggested to me that this is an incompatibility with mawk.
To quote (via Google Translate from NL): "Am now beginning to suspect that a
change is not compatible with mawk - a clone of the awk - version on Debian
Etch is used. On the Strato server we have running the latest gawk ..."
As soon as I installed gawk, the problem has disappeared. Therefore, I think
that
gawk is required as a dependency of vzctl.
Note that my particular configuration might have an impact on this bug, however
this is still a bug in the package itself because it breaks under normal usage
conditions (no code modifications).
Therefore, please see the enclosed configuration (2 snippets below) if unable
to reproduce.
/etc/vz/conf/1121.conf:
--- CUT HERE ---
KMEMSIZE="14372700:14790164"
LOCKEDPAGES="256:256"
PRIVVMPAGES="65536:69632"
SHMPAGES="21504:21504"
NUMPROC="240:240"
PHYSPAGES="0:9223372036854775807"
VMGUARPAGES="33792:9223372036854775807"
OOMGUARPAGES="26112:9223372036854775807"
NUMTCPSOCK="360:360"
NUMFLOCK="188:206"
NUMPTY="16:16"
NUMSIGINFO="256:256"
TCPSNDBUF="1720320:2703360"
TCPRCVBUF="1720320:2703360"
OTHERSOCKBUF="1126080:2097152"
DGRAMRCVBUF="262144:262144"
NUMOTHERSOCK="360:360"
NUMFILE="9312:9312"
DCACHESIZE="3409920:3624960"
NUMIPTENT="128:128"
AVNUMPROC="180:180"
CPUUNITS="1000"
ONBOOT="yes"
ORIGIN_SAMPLE="basic"
DISKSPACE="1048576:1153024"
DISKINODES="200000:220000"
QUOTATIME="0"
OSTEMPLATE="debian"
IP_ADDRESS="10.6.1.1"
--- CUT HERE ---
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (800, 'testing'), (700, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages vzctl depends on:
ii iproute 20100519-3 networking and traffic control too
ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib
ii vzquota 3.0.12-3 server virtualization solution - q
Versions of packages vzctl recommends:
ii rsync 3.0.7-2 fast remote file copy program (lik
vzctl suggests no packages.
-- Configuration Files:
/etc/vz/vz.conf changed:
VIRTUOZZO=yes
LOCKDIR=/var/lib/vz/lock
DUMPDIR=/var/lib/vz/dump
VE0CPUUNITS=1000
LOGGING=yes
LOGFILE=/var/log/vzctl.log
LOG_LEVEL=0
VERBOSE=0
DISK_QUOTA=yes
VZFASTBOOT=no
NEIGHBOUR_DEVS=detect
ERROR_ON_ARPFAIL="no"
TEMPLATE=/var/lib/vz/template
VE_ROOT=/srv/vz/$VEID/root
VE_PRIVATE=/srv/vz/$VEID/private
CONFIGFILE="basic"
DEF_OSTEMPLATE="debian"
VZWDOG="no"
IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter
iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length"
IPV6="no"
IP6TABLES="ip6_tables ip6table_filter ip6table_mangle ip6t_REJECT"
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: vzctl
Source-Version: 3.0.24-4
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.24-4.diff.gz
to main/v/vzctl/vzctl_3.0.24-4.diff.gz
vzctl_3.0.24-4.dsc
to main/v/vzctl/vzctl_3.0.24-4.dsc
vzctl_3.0.24-4_i386.deb
to main/v/vzctl/vzctl_3.0.24-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.
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: Tue, 08 Sep 2010 22:56:50 +0200
Source: vzctl
Binary: vzctl
Architecture: source i386
Version: 3.0.24-4
Distribution: unstable
Urgency: medium
Maintainer: Ola Lundqvist <[email protected]>
Changed-By: Ola Lundqvist <[email protected]>
Description:
vzctl - server virtualization solution - control tools
Closes: 411902 576227 592991 594003
Changes:
vzctl (3.0.24-4) unstable; urgency=medium
.
* Backported solution from upstream to solve the problem with vz
container reboot and insserv. Closes: #576227. This solution is provided
by a series of patches. A new vzeventd function is introduced and removes
the need for cron jobs.
* Had to run the upstream build commands. Stored in autogen.sh.
* Now starts after installation as well. But only if the kernel support
openvz in order to avoid installation failures. Closes: #411902.
* Use correct install target install-debian instead of install-redhat. This
introduces a vzufup-post network rule to add arp parameters.
* Updated the README.Debian file to reflect the recent changes in the
vzctl package.
* Backport of solutions in from 3.0.24.1:
vzmigrate: ignore error 24 from the first rsync run
vzmigrate: migrate premount/postumount action scripts
Revert "Check for memory granted by get_dist_name"
bash_completion: vzlist's stderr goes to /dev/null
* Backport of solutions in 3.0.24.2:
Restore vzgetnetdev incompatibility with mawk. Closes: #592991.
debian-add_ip.sh: fixlet for Ubuntu networking
vzctl start: do not remove 127.0.0.1 aliases in /etc. Closes: #594003.
list2str_c produces wrong string when list is empty (data corruption)
Checksums-Sha1:
296a13ec0fc96c53bd5bf464e6fe6cbc6c2b4cf7 966 vzctl_3.0.24-4.dsc
386a6e9b850c0270778529ddd0ebf24f6e69cfa2 446023 vzctl_3.0.24-4.diff.gz
621f99f192982d14c6384cb64343901e3cbb20c2 208066 vzctl_3.0.24-4_i386.deb
Checksums-Sha256:
bd154825b9d345470d0fcebbdcc415ce5bf6b874a6ea4c0362adaa76eab7d21c 966
vzctl_3.0.24-4.dsc
0b61c5003b0febd172e5ccc0ee1aeb47a4254500abcab75b8cad2093120ed090 446023
vzctl_3.0.24-4.diff.gz
deacea1df0f9c1175db3e8c85c18cf6106e41bacdbedbb94bf57667b26073da7 208066
vzctl_3.0.24-4_i386.deb
Files:
ee73964de0d80fc6b349da1ccd06b7b1 966 admin optional vzctl_3.0.24-4.dsc
1d5f14dad4fa83d235866e0fb293bd5b 446023 admin optional vzctl_3.0.24-4.diff.gz
6eb52b1aa8ebcab2b94c3b726dd75199 208066 admin optional vzctl_3.0.24-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkyIdukACgkQGKGxzw/lPdnaxwCgh1RirGa33VHVZtC/KkCM6wMO
1vsAoJQmEE9mFCXKHXdfPBbpllAfGKcg
=yAbM
-----END PGP SIGNATURE-----
--- End Message ---