Miquel van Smoorenburg
2006-Nov-01 00:53 UTC
[Pkg-xen-devel] Bug#396477: network-bridge script exits prematurely
Package: xen-utils-common Version: 3.0+hg11624-2 Severity: normal I'm running etch with xen 3.0.3 with a hand-compiled 2.6.18.1 kernel. The /etc/xen/scripts/network-bridge fails to run, because it (effectively) does this: set -e modprobe netloop > /dev/null 2>&1 As I do not have a netloop module (where is it supposed to come from ? The 2.6.18.1 xen-patched kernel doesn't have the string netloop in there anywhere) the script exits right there. The following patch fixes it: --- network-bridge.ORIG 2006-10-08 19:04:48.000000000 +0200 +++ network-bridge 2006-11-01 00:13:36.000000000 +0100 @@ -59,7 +59,7 @@ findCommand "$@" evalVariables "$@" -modprobe netloop > /dev/null 2>&1 +modprobe netloop > /dev/null 2>&1 || true vifnum=${vifnum:-$(ip route list | awk '/^default / { print $NF }' | sed 's/^[^0-9]*//')} vifnum=${vifnum:-0} Mike.
Debian Bug Tracking System
2006-Nov-03 11:58 UTC
[Pkg-xen-devel] Bug#396477: marked as done (network-bridge script exits prematurely)
Your message dated Thu, 02 Nov 2006 09:23:47 -0800 with message-id <E1GfgI7-0006ny-Pl@spohr.debian.org> and subject line Bug#396477: fixed in xen-common 3.0.3-0-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) -------------- next part -------------- An embedded message was scrubbed... From: Miquel van Smoorenburg <mikevs@xs4all.net> Subject: network-bridge script exits prematurely Date: Wed, 1 Nov 2006 00:22:42 +0100 Size: 2369 Url: http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20061102/fd0dec4a/attachment-0002.mht -------------- next part -------------- An embedded message was scrubbed... From: Guido Trotter <ultrotter@debian.org> Subject: Bug#396477: fixed in xen-common 3.0.3-0-1 Date: Thu, 02 Nov 2006 09:23:47 -0800 Size: 3249 Url: http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20061102/fd0dec4a/attachment-0003.mht
Possibly Parallel Threads
- Bug#388486: xen-utils-common: upgrade new 2.6.17-2-xen breaks create domU until modprobe netloop nloopbacks=n
- Re: loop devices
- No peth interface for xenbr4 and xenbr5
- Multiple NIC usage in RHEL5
- xen 3.4.3 on CentOS 5.5 dom0: multiple nic issue -- eth1 won''t restart