|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error "Device 0 (vif) could not be connected"
wei huang wrote:
And I find entry like this in /var/log/messages after xm create fails:
Nov 7 20:40:56 c5xen kernel: e100: peth0: e100_watchdog: link up, 100Mbps,
full-duplex
Nov 7 20:40:56 c5xen kernel: ip_tables: (C) 2000-2002 Netfilter core team
Nov 7 20:40:57 c5xen kernel: xenbr0: port 2(peth0) entering learning state
Nov 7 20:40:57 c5xen kernel: xenbr0: topology change detected,
propagating
Nov 7 20:40:57 c5xen kernel: xenbr0: port 2(peth0) entering forwarding state
Nov 7 20:41:44 c5xen ntpd[3633]: synchronized to LOCAL(0), stratum 10
Nov 7 20:42:47 c5xen logger: /etc/xen/scripts/vif-bridge: brctl addif xenbr0
vif1.0 failed
Well, that would be the fatal failure.
You seem to have created bridges successfully so assuming you have brctl
on your system. But try doing the above step (adding the interface to the
bridge) manually.
Also, put a set -x in your /etc/xen/scripts/network-bridge and
/etc/xen/scripts/vif-bridge script, and post their output found
in /var/log/xen-debug.log. Could be an older version of brctl
which doesn't return status (?).
thanks,
Nivedita
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nov 7 20:42:48 c5xen ntpd[3633]: synchronized to 80.28.46.78, stratum 2
Nov 7 20:43:52 c5xen ntpd[3633]: kernel time sync enabled 0001
This is the only problem I can find. Would you please give more
suggestions?
thanks,
Nivedita
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|