|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Howto disable xenbr in xen-3.2.1?
On Thu, Jul 3, 2008 at 1:32 PM, Ralf Hornik Mailings < ralf@xxxxxxxxxxxxxxxxx> wrote:
Hi Martin,
"Martin Hierling" <martin@xxxxxxxxx> schreibte:
how do I disable default bridge xenbr0 when starting xen? Commenting out
(network-script network-bridge) in /etc/xen/xend-config.sxp does not do
this.
write your own xen-bridge script, mine looks like this:
cat network-bridge-none
#/bin/bash
exit 0
Thank you, but that didn't help. Even deactivating all scripts let xend build xenbr0.
It seems, that building xenbr0 is somewhere hardcoded in the source...?
What else is started by starting xend, that can trigger this?
Btw, I use ubuntu hardy kernel 2.6.24-xen and xen-3.2.1 from xen source
There shouldn't be a xenbr0 by default in xen 3.2. Was this an upgrade from a previous install of Xen?
Also, why don't you just use the hardy xen packages (ubuntu-xen-server meta package)
Cheers,
-- Todd Deshane http://todddeshane.net check out our book: http://runningxen.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|