Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Ubuntu 9.09 domu under NetBSDXen



On 12/31/09 06:11, John Hayward wrote:
Thanks a bunch!

I am almost there - my primary issue at this point is that I cannot seem
to get networking working.

When I boot I see:
====
...
Initializing Xen virtual ethernet driver.
net eth0: backend does not support copying receive path
...
XENBUS: Timeout connecting to device: device/vif/0 (state 1)
====

My config file I have:
====
vif = [ 'bridge=bridge0, mac=aa:00:00:50:02:f4' ]
====

Similar vif work (with different mac address) on other domUs.

Any suggestions on what to poke next?

Is the bridge correctly created? You should see it with ifconfig -a in dom0.
The bridge is created and working for other domUs.
The output from ifconfig -a which includes bridge and xvifs is:
====
bridge0: flags=41<UP,RUNNING> mtu 1500
xvif1.0: flags=8963<UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,SIMPLEX,MULTICAST> 
mtu 1500
        capabilities=2800<TCP4CSUM_Tx,UDP4CSUM_Tx>
        enabled=0
        address: aa:00:00:51:02:f2
        inet6 fe80::a800:ff:fe51:2f2%xvif1.0 prefixlen 64 scopeid 0x6
xvif2.0: flags=8923<UP,BROADCAST,NOTRAILERS,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        capabilities=2800<TCP4CSUM_Tx,UDP4CSUM_Tx>
        enabled=0
        address: aa:00:00:51:02:f4
        inet6 fe80::a800:ff:fe51:2f4%xvif2.0 prefixlen 64 scopeid 0x7
====
xvif1.0 is associated with another Ubuntu 8.04 domU
xvif2.0 is associated with the new Ubuntu 9.08 domU which is not working
The only significant difference appears to be that xvif2.0 is not running.

Any other suggestions?
johnh...


Home | Main Index | Thread Index | Old Index