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] Kernel.org 2.6.30.3 and Xen 3.4.0

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Kernel.org 2.6.30.3 and Xen 3.4.0
From: ryan b <powersword@xxxxxxxxx>
Date: Tue, 28 Jul 2009 12:46:52 +0800
Delivery-date: Tue, 28 Jul 2009 04:34:07 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=8KuyRCb11OjKmb8wj/RQoBksxaNO5rkasurizAHe/qY=; b=TMQAM+Nb2ukpDuu1nf9XjpaVrFjZNomOQtJCsuamuRKbtBLPvwvdE4uEQPO6Ddmsa0 PiVjE5i+/9KJqrciP+NJxWZ0KFMb50y8QLN0JeNvx0BRx412wcs4wTpHRkYwCt7CDCfo 8E36AYpFLihVoV0FCF6uZLDOBYXzQb6baLqJQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Dpjrvg3IVgPyqtisidoVbQ1a3HGYO3Vi7J4bvhTVGOXMhanECoY33PY+CrUPesi3Va /JYt9x/fgrS5t5nVCywNeyaN5ZPHBpCfTk0clxrW/rA+9iLG0zIiqhI2Rv3kuqtx/shK lS+ugVFhzLq6FdNXFavZA0Hda6NzPY+No6ayU=
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
Greetings.

I compiled Xen 3.4.0 on my athlon 64 machine and made a practice ubuntu virtual machine on a partition. Booting the ubuntu guest using the 2.6.18.8-xen domU kernel works great and I can access it on using the xm create -c command. I tried to make a new domU kernel based on 2.6.30.3 and placed it inside the ubuntu filesystem. I modified the guest configuration file to use that kernel and this is the output it gave

[root@localhost xen]# xm create ubuntut -c
/usr/lib/python2.6/site-packages/xen/util/acmpolicy.py:20: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
Using config file "/etc/xen/ubuntut".
Started domain Ubuntut (id=43)
Unexpected error: <type 'exceptions.OSError'>

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/sbin/xm", line 7, in <module>
    main.main(sys.argv)
  File "usr/lib/python2.6/site-packages/xen/xm/main.py", line 2979, in main
  File "usr/lib/python2.6/site-packages/xen/xm/main.py", line 3003, in _run_cmd
  File "<string>", line 1, in <lambda>
  File "usr/lib/python2.6/site-packages/xen/xm/main.py", line 1360, in xm_importcommand
  File "usr/lib/python2.6/site-packages/xen/xm/create.py", line 1371, in main
  File "usr/lib/python2.6/site-packages/xen/xm/create.py", line 1398, in do_console
OSError: [Errno 10] No child processes

Please take a look at this message. I have included the files that may be useful in your research concerning this problem.

Thank you.

Regards,

Ryan

Attachment: ubuntut
Description: Binary data

Attachment: domain-builder-ng.log
Description: Binary data

Attachment: qemu-dm-Ubuntut.log
Description: Binary data

Attachment: xend.log
Description: Binary data

Attachment: xend-debug.log
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Kernel.org 2.6.30.3 and Xen 3.4.0, ryan b <=