xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Jun Koi <junkoi2004@gmail.com>
To: xen-devel@lists.xensource.com
Subject: Failed to create a domain with xen-unstable (Error 22: Invalid argument)
Date: Thu, 14 Jan 2010 12:57:00 +0900	[thread overview]
Message-ID: <fdaac4d51001131957t5ccaf73p8304bce98750b5e7@mail.gmail.com> (raw)

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')

.....

             reply	other threads:[~2010-01-14  3:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-14  3:57 Jun Koi [this message]
2010-01-14  5:06 ` Failed to create a domain with xen-unstable (Error 22: Invalid argument) qingbo yuan
2010-01-14  7:29   ` Xu, Dongxiao
2010-01-14  7:40     ` Jun Koi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fdaac4d51001131957t5ccaf73p8304bce98750b5e7@mail.gmail.com \
    --to=junkoi2004@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).