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] VM does not start

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] VM does not start
From: Louis <louisdurufle@xxxxxxxxx>
Date: Wed, 12 Aug 2009 17:58:02 +0200
Delivery-date: Mon, 17 Aug 2009 07:31:16 -0700
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:content-transfer-encoding; bh=WfE77X4SGAditgwrRcT3bvHQPLXg/VFssgK2gSOQxDE=; b=P801qD+8dHk2VPQfLdJfzyydfzN7WhCVQu5ZzNEBdIZvyVQwQ2Rg02Z4AXXQbtEVRy omL61GKKUcF4RrzAn2Vvmba1vTSh3I53LlvFuFJn/dg7yPs4onbyiP9gfGTv+82HpfZs lsHQ317Nno1zXJzWJHAPkCixCOGdz5KRsdO54=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=ZscvWresKQYA0xsJwBLVzVV/Qhs0bw8b6DPl8DouvzuNuHym7XUvpZsx8F/hKkxcBa 4RQv2R8CZIiOSTMSBpTsGRiQJj/PkfrnqtLOnYr75y5xx0fmySmDz7jKHCr56m8uqjeB jboHloZJMhBIEjWO3Tb9S/+fftZcCU4Bwo/lk=
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
Hello,

I'm running xen on a Core2Quad with 4GB memory.
I have installed the debian packages version with apt.
When I try to launch a VM, installed with the deboostrap program, I
get this error :

Unexpected error: <type 'exceptions.OSError'>

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/lib/xen-3.2-1/bin/xm", line 7, in <module>
    main.main(sys.argv)
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 2528, in main
    _, rc = _run_cmd(cmd, cmd_name, args)
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 2552, in _run_cmd
    return True, cmd(args)
  File "<string>", line 1, in <lambda>
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 1306, in
xm_importcommand
    cmd.main([command] + args)
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1186, in main
    do_console(sxp.child_value(config, 'name', -1))
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1208, in
do_console
    (p, rv) = os.waitpid(cpid, os.WNOHANG)
OSError: [Errno 10] No child processes

My config file :

kernel="/boot/vmlinuz-2.6.26-2-xen-686"
memory = "256"
maxmem = "512"
name = "debian"
vcpus=1
vif = [ 'bridge=xenbr0' ]
disk = [ 'phy:/dev/xen_domU/debian,/dev/hda1,w']

root = "/dev/hda1"
extra="console=xvc0 xencons=xvc0"

I have reinstalled 3 or 4 times my dom0 and I still get the same error.
How can I fix it ?
Thanks you,
Louis

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] VM does not start, Louis <=