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-devel

[Xen-devel] Failed to create a domain with xen-unstable (Error 22: Inval

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Failed to create a domain with xen-unstable (Error 22: Invalid argument)
From: Jun Koi <junkoi2004@xxxxxxxxx>
Date: Thu, 14 Jan 2010 12:57:00 +0900
Delivery-date: Wed, 13 Jan 2010 19:58:02 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=/oVFqW0mDEn1uknNTDmLAfFRhUPu5oR8rlgZYR+5g/k=; b=Fp+MJANVnK45hRDBX2bXyTjJUOHeHs8czxTGNLwQr09n2zluISxpiwSzRSwLpLLusK GIyaB1qlfxfsu/nuBpUP3fIvIrKnmmEoSKp1rC3Ygb9r40CqNTboK/VVCJq582bpj8np TkIXQmceoWu7iwt2dqKqhdU6PYF63QeGZjo8c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=VSL5BCdo1AskHyYgn/KjE+izHM2WUydm20G7WgjOww/tcjcRTDxjAxuSn9DzkIt1Th mB65FDAgoskGqekCiq698d28Yp5ZjVUERhXh6e7jcVo2DOm4BR2piQCzhjuIThp9KUPN 8j9RFLQ7uKClPkeDUG9gTeUe+ItGkXBR2zsDU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

The latest Xen unstable fails to create a HVM domain for me, with
Error 22: Invalid argument. Below is part of the logging info.
Is this a bug introduced recently, or did we change the config file format??

Thanks,
J


....

[2010-01-14 12:50:28 2773] DEBUG (XendDomain:464) Adding Domain: 2
[2010-01-14 12:50:28 2773] DEBUG (XendDomainInfo:2795)
XendDomainInfo.initDomain: 2 256
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: boot, val: c
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: fda, val: None
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: fdb, val: None
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: soundhw, val: None
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: localtime, val: 0
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: serial, val: None
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: std-vga, val: 0
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: isa, val: 0
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: acpi, val: 1
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: usb, val: 0
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: usbdevice, val: None
[2010-01-14 12:50:28 2773] DEBUG (image:891) args: gfx_passthru, val: None
[2010-01-14 12:50:28 2773] INFO (image:824) Need to create platform
device.[domid:2]
[2010-01-14 12:50:28 2773] DEBUG (XendDomainInfo:2822)
_initDomain:shadow_memory=0x8, memory_static_max=0x3e800000,
memory_static_min=0x0.
[2010-01-14 12:50:28 2773] INFO (image:182) buildDomain os=hvm dom=2 vcpus=1
[2010-01-14 12:50:28 2773] DEBUG (image:949) domid          = 2
[2010-01-14 12:50:28 2773] DEBUG (image:950) image          =
/usr/lib/xen/boot/hvmloader
[2010-01-14 12:50:28 2773] DEBUG (image:951) store_evtchn   = 2
[2010-01-14 12:50:28 2773] DEBUG (image:952) memsize        = 1000
[2010-01-14 12:50:28 2773] DEBUG (image:953) target         = 1000
[2010-01-14 12:50:28 2773] DEBUG (image:954) vcpus          = 1
[2010-01-14 12:50:28 2773] DEBUG (image:955) vcpu_avail     = 1
[2010-01-14 12:50:28 2773] DEBUG (image:956) acpi           = 1
[2010-01-14 12:50:28 2773] DEBUG (image:957) apic           = 1
[2010-01-14 12:50:28 2773] ERROR (XendDomainInfo:2886)
XendDomainInfo.initDomain: exception occurred
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py",
line 2857, in _initDomain
    channel_details = self.image.createImage()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py",
line 165, in createImage
    return self.createDomain()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py",
line 184, in createDomain
    result = self.buildDomain()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py",
line 1036, in buildDomain
    rc = HVMImageHandler.buildDomain(self)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/image.py",
line 966, in buildDomain
    apic           = self.apic)
Error: (22, 'Invalid argument')
[2010-01-14 12:50:28 2773] ERROR (XendDomainInfo:475) VM start failed
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py",
line 461, in start
    XendTask.log_progress(31, 60, self._initDomain)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendTask.py",
line 209, in log_progress
    retval = func(*args, **kwds)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py",
line 2889, in _initDomain
    raise VmError(str(exn))
VmError: (22, 'Invalid argument')

.....

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel