[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen does not find bridge device
On Wed, May 22, 2013 at 5:34 PM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote: > On Wed, 2013-05-22 at 16:32 +0100, Ian Campbell wrote: >> On Wed, 2013-05-22 at 15:18 +0200, Ole Johan Væringstad wrote: >> > ++ xenstore-read /local/domain/0/backend/vif/14/0/bridge >> > + bridge=xenbr0 >> > + '[' -z xenbr0 ']' >> > + '[' '!' -e /sys/class/net/xenbr0 ']' >> > + RET=0 >> > + ip link show xenbr0 >> > + RET=1 >> > + '[' 1 -eq 1 ']' >> > + fatal 'Could not find bridge device xenbr0' >> >> This is a new failure mode for me. >> >> Does /sys/class/net/xenbr0 exist? >> >> What does "ip link show xenbr0; echo $?" produce? > > BTW, I assume you have the iproute package (or ebuild or whatever) > installed? I figured it out. I had iproute2 3.8.0 installed, but I also have the global "minimal" use flag, with which the iproute2 ebuild only installs tc. Ironically, the iproute2 package was the only installed package to be modified by the minimal use flag, so it only saved me something I actually needed. It's working fine now, sorry for posting something that was not a xen issue. - OJ _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |