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] xend, xm error.

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xend, xm error.
From: Ji Hoo <jihoo79@xxxxxxxxx>
Date: Mon, 06 Jul 2009 17:04:08 +0900
Delivery-date: Mon, 06 Jul 2009 01:07:30 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=gCxFQ+CLiYDwhpMPPnc1+1TFDhaLfl2aPL1xN/gt6S0=; b=MHejsLEmlID4dZbhGAQYDMoIPk76DAtpyspin965xLfgwa3ANcQzHgZXVLv3f/+N+v Pg4+fffWJ2itvDd8MKbww58LTKab8Hc5oUkRrbHA2t7fI6uJjBKTVqkBrPhJjMDPUlbk EQzYoLfMZUo8L8r6pJyUGx/wDv2yIwZBtxebI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Gfy+V9Q17/aYNRtRZ8irzRMhtB29rtzrF1e25PTsUvg5CiVL5xh3cAG8oyiuZ1G1yU tw42KOgQEd8c25WazQdxIsEKBjdk3XusDfV3rKKzvHbPW/GRenT17zB+rObLwgcoUWLo j4Cu5WFwYMMGPlaB18bCTu2E/r5OnjJY5lsp8=
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
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)
Hi ~

I downloaded http://bits.xensource.com/oss-xen/release/3.4.0/xen-3.4.0-xen.tar.gz.
And I did make world, make install.
After changing some config parameter, I succeeded to boot dom 0.

but xm, xend doesn't working.
below is what I got.

root@ubuntu:~/xen-3.4.0# xend
Traceback (most recent call last):
 File "/usr/sbin/xend", line 36, in <module>
   from xen.xend.server import SrvDaemon
ImportError: No module named xen.xend.server

root@ubuntu:~/xen-3.4.0# xm
Traceback (most recent call last):
 File "/usr/sbin/xm", line 5, in <module>
   from xen.xm import main
ImportError: No module named xen.xm


I added the path to xm file like sys.path.append('blahblah').
But it still complain "No module named blahblah".

Maybe it's a simple path problem. But I can't find what the problem is.
I use ubuntu 9.04, gcc-3.4.6.

Could anybody help me ?


JiHoo.


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xend, xm error., Ji Hoo <=