Hi,
Ive build a Dom0 4.1.2 running on CentOS 6.3.
The system boots fine and I network activity.
Im trying to boot a domU but am getting the above error then after it has counted down waiting I get
XENBUS: Timeout connecting to device: device/vif/0 (local state 1, remote state 1)
My bridge exists
Brctl show
bridge name bridge id STP enabled interfaces
xenbr0 8000.001aa01663d7 no eth0
my domu config is
# -*- mode: python; -*-
kernel = "/boot/vmlinuz-2.6.18.8-xen"
memory = 1024
name = "srvmanager"
vif = ['bridge=xenbr0' ]
disk = ['phy:/dev/XEN/srvmanager,hda1,w','phy:/dev/XEN/srvmanagerswap,sda2,w']
root = "/dev/hda1 ro"
extra = "3 xencons=tty"
vcpus = 2
ifconfig –a shows (with domu running)
eth0 Link encap:Ethernet HWaddr 00:1A:A0:16:63:D7
inet6 addr: fe80::21a:a0ff:fe16:63d7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15281 errors:0 dropped:16 overruns:0 frame:0
TX packets:453 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1307318 (1.2 MiB) TX bytes:69446 (67.8 KiB)
Interrupt:16 Memory:f8000000-f8012800
eth1 Link encap:Ethernet HWaddr 00:1A:A0:16:63:D9
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:16 Memory:f4000000-f4012800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:144 (144.0 b) TX bytes:144 (144.0 b)
xenbr0 Link encap:Ethernet HWaddr 00:1A:A0:16:63:D7
inet addr:172.20.1.73 Bcast:172.20.255.255 Mask:255.255.0.0
inet6 addr: fe80::21a:a0ff:fe16:63d7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15019 errors:0 dropped:5772 overruns:0 frame:0
TX packets:439 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1020104 (996.1 KiB) TX bytes:66034 (64.4 KiB)
Any ideas ?
Thanks
Ian