Displaying 3 results from an estimated 3 matches for "396477".
Did you mean:
369477
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 Nov 01
0
Processed: tagging 396477, tagging 394931
Processing commands for control@bugs.debian.org:
> # Automatically generated email from bts, devscripts version 2.9.22
> tags 396477 pending
Bug#396477: network-bridge script exits prematurely
There were no tags set.
Tags added: pending
> tags 394931 pending
Bug#394931: xen-utils-3.0.3-1: Manpages not included
Tags were: patch
Tags added: pending
>
End of message, stopping processing here.
Please contact me if you need...
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