http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=491
------- Additional Comments From zeroion@xxxxxxxxx 2006-02-27 17:38 -------
I am also experiencing this bug while using NAT network configuration. I am
using Xen 3.0.1.
My domU config file follows:
kernel = "/boot/vmlinuz-2.6.12.6-xenU"
memory = 50
name = "group01"
vif = ['ip=10.0.0.01']
disk = [ 'phy:decal/group01,hda1,w', 'phy:decal/swap01,hda2,w' ]
dhcp="dhcp"
root = "/dev/hda1 ro"
extra = "4"
This is what I get in my xend.log:
[2006-02-27 03:35:40 xend.XendDomainInfo] ERROR (XendDomainInfo:189) Domain
construction failed
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 182, in create
vm.initDomain()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1199, in initDomain
self.createDevices()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1338, in createDevices
self.createDevice(n, c)
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 975, in createDevice
return self.getDeviceController(deviceClass).createDevice(devconfig)
File "/usr/lib/python/xen/xend/server/DevController.py", line 80, in
createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "/usr/lib/python/xen/xend/server/netif.py", line 91, in getDeviceDetails
back['ip'] = ' '.join(ipaddr)
TypeError: sequence item 0: expected string, list found
I tried using the patch suggested by Wensheng Wang to no avail.
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|