search for: bridged_mac

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

Did you mean: bridge_map
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, whereas eth2 doesn''t appear in ip -o link s...
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+]
...9 01:10:15 3111] INFO (__init__:1072) Xend Daemon started [2007-11-09 01:10:15 3111] INFO (__init__:1072) Xend changeset: unavailable. [2007-11-09 01:10:15 3111] INFO (__init__:1072) Xend version: Unknown. [2007-11-09 01:10:15 3111] ERROR (__init__:1072) Exception starting xend (local variable 'bridged_mac' referenced before assignment) Traceback (most recent call last): File "/usr/lib/xen-3.1-1/lib/python/xen/xend/server/SrvDaemon.py", line 345, in run servers = SrvServer.create() File "/usr/lib/xen-3.1-1/lib/python/xen/xend/server/SrvServer.py", line 254, in create...