WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 611] Guest domain does not come up - Invalid Argument 22

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 611] Guest domain does not come up - Invalid Argument 22
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 11 Apr 2006 07:54:36 -0700
Delivery-date: Tue, 11 Apr 2006 07:55:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <bug-611-3@xxxxxxxxxxxxxxxxxxxxxxxxxxx/bugzilla/>
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
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