Your message dated Thu, 12 Jan 2012 16:50:34 +0100
with message-id <[email protected]>
and subject line Re: [Pkg-xen-devel] Bug#655581: xen-utils-common:
network-bridge breaks the network setup when using ethernet bonding.
has caused the Debian Bug report #655581,
regarding xen-utils-common: network-bridge breaks the network setup when using
ethernet bonding.
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.)
--
655581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655581
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xen-utils-common
Version: 4.0.0-1
Severity: important
If using ethernet bonding and network-bridge with xen the network-bridge
scripts breaks the network.
I have run through the commands manually in irder to establish the culprit.
In the op_start function (Starting on line 214) everything is fine up until
line 251.
At this point the bridge has been created, devices renamed and the network is
fine, but then
it runs do_ifup {$bridge}. In this function on line 111 it does ifup $1.
This breaks everything.
My solution is to surround the do_ifup ${bridge} line with a condition:
if [ ! -n "${slaves}" ]; then
do_ifup {$bridge}
fi
-- System Information:
Debian Release: 6.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/16 CPU cores)
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 xen-utils-common depends on:
ii gawk 1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii udev 164-3 /dev/ and hotplug management daemo
ii xenstore-utils 4.0.1-4 Xenstore utilities for Xen
xen-utils-common recommends no packages.
xen-utils-common suggests no packages.
-- Configuration Files:
/etc/default/xendomains changed:
XENDOMAINS_SYSRQ=""
XENDOMAINS_USLEEP=100000
XENDOMAINS_CREATE_USLEEP=5000000
XENDOMAINS_MIGRATE=""
XENDOMAINS_SAVE=
XENDOMAINS_SHUTDOWN="--halt --wait"
XENDOMAINS_SHUTDOWN_ALL="--all --halt --wait"
XENDOMAINS_RESTORE=true
XENDOMAINS_AUTO=/etc/xen/auto
XENDOMAINS_AUTO_ONLY=false
XENDOMAINS_STOP_MAXWAIT=300
/etc/xen/xend-config.sxp changed:
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196)
(enable-dom0-ballooning yes)
(total_available_memory 0)
(dom0-cpus 0)
(vncpasswd '')
-- no debconf information
--
The Sunday Times Scottish University of the Year 2009/2010
The University of Stirling is a charity registered in Scotland,
number SC 011159.
--- End Message ---
--- Begin Message ---
On Thu, Jan 12, 2012 at 02:04:20PM +0000, Philip Ward wrote:
> If using ethernet bonding and network-bridge with xen the network-bridge
> scripts breaks the network.
The documentation in the package tells you not do to this.
As I intend to actually remove this scripts, no changes will be made.
Bastian
--
Well, Jim, I'm not much of an actor either.
--- End Message ---