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

RE: [XenARM] [Question] Where do I have to locate the xenarm tools?

To: <yjhyun.yoo@xxxxxxxxxxx>, <xen-arm@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [XenARM] [Question] Where do I have to locate the xenarm tools?
From: "Seehwan Yoo" <shyoo@xxxxxxxxxxxxxx>
Date: Wed, 13 May 2009 16:28:18 +0900
Cc:
Delivery-date: Wed, 13 May 2009 00:28:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <0KJK00FIQ8CMXG@xxxxxxxxxxxxxxxx>
List-help: <mailto:xen-arm-request@lists.xensource.com?subject=help>
List-id: Xen ARM development <xen-arm.lists.xensource.com>
List-post: <mailto:xen-arm@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=unsubscribe>
References: <0KJK00FIQ8CMXG@xxxxxxxxxxxxxxxx>
Sender: xen-arm-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcnTbuioXNdyTg0NRXW4tyIY6Ly2WwAAYkHA

I double checked, and dom0 works fine now.

Many thanks!

 

From: Junghyun Yoo [mailto:yjhyun.yoo@xxxxxxxxxxx]
Sent: Wednesday, May 13, 2009 11:03 AM
To: Seehwan Yoo; xen-arm@xxxxxxxxxxxxxxxxxxx
Subject: Re: [XenARM] [Question] Where do I have to locate the xenarm tools?

 

Hi,

 

Regarding the location of xenarm tool in Dom0 file system and the arm-python build, please refer to the 2.2.3 in Secure Xen on ARM user guide v1.1.

 

You can find the guide in the following link: http://wiki.xensource.com/xenwiki/XenARM?action="">

 

Junghyun Yoo

------- Original Message -------
Sender : Seehwan Yoo<shyoo@xxxxxxxxxxxxxx>
Date : 2009-05-12 14:07 (GMT+09:00)
Title : [XenARM] [Question] Where do I have to locate the xenarm tools?


Hello, I am Seehwan Yoo.

Thanks for the efforts in advance.

 

1.     I am working in XenARM for days, and I dont know where to put the xenarm tools in the filesystem.
Temporarily, I put python libs at the /lib, some xen tools at the /usr/sbin, xend
s python modules at the /lib/python2.4/xen.
I hope the user manual contain the info about the basic filesystem and lib locations so that anyone can use XenARM with the basic settings.
It would be great if you can publish the version that used in the manual.

2.     I faced the same problem about the ELF versions.
I have used the same build tool for the arm-python and Xen, and guest Linux.
It seems like select.so is built from the arm-python using a cross-compiler (e.g. arm-linux-gcc),
but it complains the versions.
Could you tell me how to modify/resolve the problem?

Ps. All EABI settings are off in my system incl. the local host.

 

Followings are the message that I can see.

------------------------------------------------------------------------------------------

[root@falinux ~]$ xend start
Traceback (most recent call last):
  File "/usr/sbin/xend", line 33, in ?
    from xen.xend.server import SrvDaemon
  File "/lib/python2.4/xen/xend/server/SrvDaemon.py", line 26, in ?
    import relocate
  File "/lib/python2.4/xen/xend/server/relocate.py", line 26, in ?
    from xen.xend import XendDomain
  File "/lib/python2.4/xen/xend/XendDomain.py", line 33, in ?
    import XendDomainInfo
  File "/lib/python2.4/xen/xend/XendDomainInfo.py", line 49, in ?
    from xen.xend.XendBootloader import bootloader
  File "/lib/python2.4/xen/xend/XendBootloader.py", line 15, in ?
    import os, select, errno
ImportError: /lib/python2.4/lib-dynload/select.so: ELF file version does not match current one

 

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