http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=611
------- Comment #2 from jthykattil@xxxxxxx 2006-04-11 07:54 -------
tail /var/log/xend.log:
[2006-04-11 09:37:32 xend.XendDomainInfo] DEBUG (XendDomainInfo:177)
XendDomainInfo.create(['vm', ['name', '
cartman'], ['memory', '256'], ['vcpus', '1'], ['image', ['linux', ['kernel',
'/boot/vmlinuz-2.6.15-1.2054_FC
5'], ['args', 'ro selinux=0 3']]], ['device', ['vbd', ['uname',
'file:/testing/cartman/disk1'], ['dev', 'sda
1'], ['mode', 'w']]]])
[2006-04-11 09:37:32 xend.XendDomainInfo] DEBUG (XendDomainInfo:283)
parseConfig: config is ['vm', ['name',
'cartman'], ['memory', '256'], ['vcpus', '1'], ['image', ['linux', ['kernel',
'/boot/vmlinuz-2.6.15-1.2054_F
C5'], ['args', 'ro selinux=0 3']]], ['device', ['vbd', ['uname',
'file:/testing/cartman/disk1'], ['dev', 'sd
a1'], ['mode', 'w']]]]
[2006-04-11 09:37:32 xend.XendDomainInfo] DEBUG (XendDomainInfo:379)
parseConfig: result is {'ssidref': None
, 'uuid': None, 'on_crash': None, 'on_reboot': None, 'image': ['linux',
['kernel', '/boot/vmlinuz-2.6.15-1.2
054_FC5'], ['args', 'ro selinux=0 3']], 'on_poweroff': None, 'cpus': None,
'name': 'cartman', 'backend': [],
'vcpus': 1, 'cpu_weight': None, 'vcpu_avail': None, 'memory': 256, 'device':
[('vbd', ['vbd', ['uname', 'fi
le:/testing/cartman/disk1'], ['dev', 'sda1'], ['mode', 'w']])], 'bootloader':
None, 'cpu': None, 'maxmem': N
one}
[2006-04-11 09:37:32 xend.XendDomainInfo] DEBUG (XendDomainInfo:1142)
XendDomainInfo.construct: None 0
[2006-04-11 09:37:32 xend.XendDomainInfo] DEBUG (XendDomainInfo:1174)
XendDomainInfo.initDomain: 12 1.0
[2006-04-11 09:37:32 xend] DEBUG (balloon:84) Balloon: free 1505; need 257;
done.
[2006-04-11 09:37:32 xend] INFO (image:135) buildDomain os=linux dom=12 vcpus=1
[2006-04-11 09:37:32 xend] DEBUG (image:173) dom = 12
[2006-04-11 09:37:32 xend] DEBUG (image:174) image =
/boot/vmlinuz-2.6.15-1.2054_FC5
[2006-04-11 09:37:32 xend] DEBUG (image:175) store_evtchn = 1
[2006-04-11 09:37:32 xend] DEBUG (image:176) console_evtchn = 2
[2006-04-11 09:37:32 xend] DEBUG (image:177) cmdline = ro selinux=0 3
[2006-04-11 09:37:32 xend] DEBUG (image:178) ramdisk =
[2006-04-11 09:37:32 xend] DEBUG (image:179) vcpus = 1
[2006-04-11 09:37:32 xend] DEBUG (image:180) features =
[2006-04-11 09:37:32 xend.XendDomainInfo] ERROR (XendDomainInfo:189) Domain
construction failed
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 182,
in create
vm.initDomain()
File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line
1209, in initDomain
channel_details = self.image.createImage()
File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 118, in
createImage
return self.createDomain()
File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 137, in
createDomain
result = self.buildDomain()
File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 188, in
buildDomain
features = self.features)
error: (22, 'Invalid argument')
[2006-04-11 09:37:32 xend.XendDomainInfo] DEBUG (XendDomainInfo:1290)
XendDomainInfo.destroy: domid=12
[2006-04-11 09:37:32 xend.XendDomainInfo] DEBUG (XendDomainInfo:1298)
XendDomainInfo.destroyDomain(12)
[2006-04-11 09:37:32 xend] ERROR (SrvBase:87) Request create failed.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/xen/web/SrvBase.py", line 85, in
perform
return op_method(op, req)
File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line
82, in op_create
raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (22, 'Invalid argument')
--
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
|