Displaying 3 results from an estimated 3 matches for "e1gfgi7".
2006 Nov 01
1
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
2006 Sep 20
2
Bug#388486: xen-utils-common: upgrade new 2.6.17-2-xen breaks create domU until modprobe netloop nloopbacks=n
Package: xen-utils-common
Version: 3.0+hg11292-2
Severity: normal
After a recent etch upgrade (2.6.17, xen-3.0.2) I was unable to "xm create" until I
"modprobe netloop nloopbacks=10"
Error was network-bridge couln't create vif interface (backend not found).
brctl addbr ... fails because of no free netloop device.
passing more nloopbacks device to the module fixed the
2006 Oct 23
3
Bug#394931: xen-utils-3.0.3-1: Manpages not included
Package: xen-utils-3.0.3-1
Version: 3.0.3-0-1
Severity: normal
Tags: patch
Manpages that are provided with the source are not included with the utilities.
Use perl-doc package at build-time to generate appropriate manpages and
dh_manpages to install them in the appropriate locations.
diff -urN xen-3.0-3.0.3-0/debian/control xen-3.0-3.0.3-0.new/debian/control
--- xen-3.0-3.0.3-0/debian/control