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

Re: [Xen-users] Xen on Jaunty

To: xen-users@xxxxxxxxxxxxxxxxxxx, Jason TRuiz <jason.t.ruiz@xxxxxxxxxxx>
Subject: Re: [Xen-users] Xen on Jaunty
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Thu, 16 Jul 2009 07:09:12 -0700 (PDT)
Cc:
Delivery-date: Thu, 16 Jul 2009 07:10:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1247753352; bh=pNpGrDw4jMSjgLI31aL7MYVnf2VbjBPvpwAFDrUnVzY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=p7PWuQ7V7hqmNCPNE7KoMOT9FYRZqRC8SCBSPReXL7xiLtT9ZuovC5YrPw7Tjp9gR7vYqjHSUP8c8zlYkKrtaelQLpJLfVFoOMo+/EBKGYFt0t+XUh606a2AhL3oUnhI2QetJUytBVLK9tk9j/jX/tafbSZkxV2LzXsaaQHF7hs=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=44nUKadVnGXMTC8NXxu98xaY5jrNb53d7kPkQfu9hQw/WZLjsJFaUsHsoZO9qrNCLsC5yJwd93fuhkdwDsCQoYVYzealkrrZZTRpfb/63SfF23DiA73QcbKXdeT/fKXMhEkRvXOaW4/u5m/duFesQkOEuyXmSxZFbtSG/yCnw7o=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
>Traceback (most recent call last):
> File "/usr/sbin/xm", line 8, in <module>
> from xen.xm import main
>ImportError: No module named xen.xm

Set in Config.mk
PYTHON = python
PYTHON_PREFIX_ARG =

Tuning Config.mk results Xen packages to be placed into /usr/local/lib/python2.6/dist-packages due to Changeset 19594 in xen-3.4-testing.hg. Otherwise, Xen packages would go to /usr/lib/python2.6/site-packages, which is not default location for python 2.6 on Ubuntu 9.04 ( vs F11 ). Thus you won’t be able to start xend in Dom0. Same thing happens when building Xen Unstable on Ubuntu 9.04 Server.

If you need more details for pvops kernel :-

http://bderzhavets.wordpress.com/2009/06/25/setup-xen-3-4-1-dom0-on-top-of-ubuntu-9-04-server-via-marc-a-dahlhauss-udev-patch/

If you need more details for xenified kernel :-

http://bderzhavets.wordpress.com/2009/07/07/building-xenified-2-6-30-1-kernel-via-xen-patches-2-6-30-2-tar-bz2/

Boris.

--- On Thu, 7/16/09, Ruiz, Jason T <jason.t.ruiz@xxxxxxxxxxx> wrote:

From: Ruiz, Jason T <jason.t.ruiz@xxxxxxxxxxx>
Subject: [Xen-users] Xen on Jaunty
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Thursday, July 16, 2009, 9:23 AM

I decided to give this a try as I'm out of fun things to do, but I'm at my wits end on this one. I have compiled a 2.6.30 kernel with Xen enabled, and compiled and installed Xen 3.4 from source. 2 major problems I have noticed is that after configuring grub per the documentation I've found, it either reboots my PC after grub loads the config, or stays at a black screen. The second problem is the error below:
 
Traceback (most recent call last):
  File "/usr/sbin/xm", line 8, in <module>
    from xen.xm import main
ImportError: No module named xen.xm
 
 
Sincerely,

Jason T. Ruiz
 
 

-----Inline Attachment Follows-----

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>