Displaying 1 result from an estimated 1 matches for "bridged_ifname".
2007 Nov 05
1
xend crash at startup
...line 68, in
linux_get_phy_ifaces
phy_ifaces.append((name, int(mtu), bridged_mac))
UnboundLocalError: local variable ''bridged_mac'' referenced before assignment
The simple patch attached below prevent the crash, and allow xend to
start normally.
It seems the crash happens when bridged_ifname is set to eth2, whereas
eth2 doesn''t appear in ip -o link show.
I''m joining output of ''ifconfig'', ''ip -o link'', and ''brctl show''.
--
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62
______________...