[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen does not find bridge device
On Wed, 2013-05-22 at 05:10 +0200, Ole Johan VÃringstad wrote: > Xen 4.2.0-r1, xen-tools 4.2.0-r3 from portage > Kernel 3.8.13-gentoo > > /etc/conf.d/net: > config_eth0="null" > config_eth1="dhcp" > bridge_xenbr0="eth0" > config_xenbr0="dhcp" > brctl_xenbr0="setfd 0" > brctl_xenbr0="sethello 10" > brctl_xenbr0="stp on" > rc_net_xenbr0_need="net.eth0" > rc_net_xenbr0_provide="!net" > rc_net_xenbr0_provide="xenbridge" > carrier_timeout_xenbr0="0" > > # brctl show > bridge name bridge id STP enabled interfaces > xenbr0 8000.902b34599a01 yes eth0 > > # ping -c 3 -I xenbr0 192.168.0.1 > PING 192.168.0.1 (192.168.0.1) from 192.168.0.104 xenbr0: 56(84) bytes > of data. > 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=2.78 ms > 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=2.92 ms > 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=2.88 ms > > # xl create /etc/xen/ubuntu.cfg Can you try "xl -vvv ..." for more debugging. Also have a look under /var/log/xen for any relevant logs. Is /etc/xen/scripts/vif-bridge present? If so then a useful debug technique can be to add to the top exec >>/tmp/hotplug.log 2>&1 which will cause the script output to be logged to /tmp/hotplug.log which might give a clue. Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |