search for: linux_get_phy_ifac

Displaying 2 results from an estimated 2 matches for "linux_get_phy_ifac".

Did you mean: linux_get_phy_ifaces
2007 Nov 05
1
xend crash at startup
xend crashes at startup with following stack trace: ... File "/usr/lib64/python/xen/xend/XendPIF.py", 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,...
2007 Nov 09
1
Bug#450678: xen-utils-common: /etc/init.d/xen restart fails when using network-bridge if netdev does not match eth[0-9+]
...lib/python/xen/xend/XendNode.py", line 659, in instance inst = XendNode() File "/usr/lib/xen-3.1-1/lib/python/xen/xend/XendNode.py", line 178, in __init__ unconfigured_pifs = [(name, mtu, mac) File "/usr/lib/xen-3.1-1/lib/python/xen/xend/XendPIF.py", line 66, in linux_get_phy_ifaces phy_ifaces.append((name, int(mtu), bridged_mac)) UnboundLocalError: local variable 'bridged_mac' referenced before assignment It's interesting that during the first boot (before the network-bridge is brought up for the first time), there doesn't seem to be a problem doing /et...