Hi,
I have a working installation of xen-3.0.2 under gentoo with kernel 2.6.16.
As I need a kernel >=2.6.19 for my ivtv drivers to work, I took the kernel :
linux-2.6.19-xen-3.0.4 through hg, and xen-3.0.4_1-src.tgz for xen-tools and
hypervisor.
Kernel boots OK and xend starts OK.
But, when I want to start a domain, I have in my xend.log :
[2007-02-18 11:08:15 xend.XendDomainInfo 14945] DEBUG (XendDomainInfo:94)
XendDomainInfo.create(['vm', ['name', 'binhost'], ['memory', 256], ['vcpus',
1], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['cpu_cap', 80],
['cpu_weight', 128], ['image', ['linux',
['kernel', '/usr/local/xen/boot/vmlinuz-2.6-xen-domU'], ['root', '/dev/sda1
ro'], ['args', 'gentoo=nodevfs']]], ['device', ['vbd',
['uname', 'phy:/dev/homervg/binhost_sda1'], ['dev', 'sda1'], ['mode', 'w']]],
['device', ['vbd', ['uname', 'phy:/dev/homervg/binhost_sda2'],
['dev', 'sda2'], ['mode', 'w']]], ['device', ['vif', ['bridge', 'br0'],
['mac', '00:16:3E:78:14:90']]]])
[2007-02-18 11:08:15 xend.XendConfig 14945] WARNING (XendConfig:606)
Unconverted key: cpus
[2007-02-18 11:08:15 xend.XendDomainInfo 14945] DEBUG (XendDomainInfo:1284)
XendDomainInfo.constructDomain
[2007-02-18 11:08:15 xend.XendDomainInfo 14945] DEBUG (XendDomainInfo:1330)
XendDomainInfo.initDomain: 1 256
[2007-02-18 11:08:15 xend 14945] DEBUG (balloon:127) Balloon: 1281724 KiB
free; need 262144; done.
[2007-02-18 11:08:15 xend 14945] INFO (image:125) buildDomain os=linux dom=1
vcpus=1
[2007-02-18 11:08:15 xend 14945] DEBUG (image:194) domid = 1
[2007-02-18 11:08:15 xend 14945] DEBUG (image:195) memsize = 256
[2007-02-18 11:08:15 xend 14945] DEBUG (image:196) image
= /usr/local/xen/boot/vmlinuz-2.6-xen-domU
[2007-02-18 11:08:15 xend 14945] DEBUG (image:197) store_evtchn = 1
[2007-02-18 11:08:15 xend 14945] DEBUG (image:198) console_evtchn = 2
[2007-02-18 11:08:15 xend 14945] DEBUG (image:199) cmdline =
root=/dev/sda1 ro gentoo=nodevfs
[2007-02-18 11:08:15 xend 14945] DEBUG (image:200) ramdisk =
[2007-02-18 11:08:15 xend 14945] DEBUG (image:201) vcpus = 1
[2007-02-18 11:08:15 xend 14945] DEBUG (image:202) features =
[2007-02-18 11:08:15 xend.XendDomainInfo 14945] ERROR (XendDomainInfo:397) VM
start failed
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 385, in start
self._initDomain()
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1389, in
_initDomain
self._introduceDomain()
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 1324, in
_introduceDomain
raise XendError(str(exn))
XendError: (22, 'Invalid argument')
What's wrong ? What should I check ?
Regards,
Pivert.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|