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] XenStore (documentation or more information)

Subject: Re: [Xen-users] XenStore (documentation or more information)
From: "lucianobarreto@xxxxxxxxx" <lucianobarreto@xxxxxxxxx>
Date: Mon, 28 Mar 2011 18:59:15 -0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 28 Mar 2011 15:01:51 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:cc:content-type :content-transfer-encoding; bh=QPymJcptT+KmyF3grz3/t3gHGnC8T8c1HSVua7jAY50=; b=ATJBI/Y0fv5nfdxF9DwoYz0azTYn1v7cMFjshkfeYuiehDiVFXflkVqE1IuXqu2IkQ cYo9bXI35UAHGckPQzvwSBKm49BuyM3YFbxPSj/5aeNRGIJw7xCzSzASZTUEeiFwVYs8 oCN6WAg7Xmr1N8PSIJpJbsl0UnpzMk4cQz1/E=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:cc:content-type :content-transfer-encoding; b=VwMUc3nkofv2qOnBd9wKZS2xaMQdVw0K2GOEX6nL/892Cx9NldUpkKDBxLyHj3gfdi Glz/kwui5TChAa+ScgBlZNn8zHQ2mZTRJ/GAFBs34m3aWv+9dLb2QMJc/qvAz4Ow9xb7 5TjXmkgaUlcJXWbY88uiM0gJq0Xgzuv9QGNpM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <443849.84350.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <AANLkTiksqohLtkKv77k-jA7JZ0kQwFt1bDi2gAyFHGA0@xxxxxxxxxxxxxx> <443849.84350.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I'm trying to run source code presented on XenStore page but have no
Xen Python libraries on DomU. Ill try ur solution.
thanls

2011/3/28 Mark Pryor <tlviewer@xxxxxxxxx>:
>
>
> --- On Mon, 3/28/11, lucianobarreto@xxxxxxxxx <lucianobarreto@xxxxxxxxx> 
> wrote:
>
>> From: lucianobarreto@xxxxxxxxx <lucianobarreto@xxxxxxxxx>
>> Subject: [Xen-users] XenStore (documentation or more information)
>> To: "xenList" <xen-users@xxxxxxxxxxxxxxxxxxx>
>> Date: Monday, March 28, 2011, 1:32 PM
>> Hi everbody, I'm trying to use
>> XenStore to exchange informations
>> between Guest and Host. I just find this page
>> http://wiki.xensource.com/xenwiki/XenStoreReference
>> with a example.
>> But I have a doubt: What packages I need to install on
>> guest to
>> support python xen libraries?
>> Anyone have more informations about XenStore or XenBus?
>> I'm using OpenSuse.
>> Thanks
>
> What python libs? You need this:
>
> # rpm -ql xen-tools-domU
> /bin/domu-xenstore
> /bin/xenstore-chmod
> /bin/xenstore-exists
> /bin/xenstore-list
> /bin/xenstore-ls,
> /bin/xenstore-read
> /bin/xenstore-rm
> /bin/xenstore-write
> /usr/bin/xen-detect
>
> to see the supporting object libs
> # ldd /bin/xenstore-ls
>        linux-vdso.so.1 =>  (0x00007fff67b0e000)
>        libxenstore.so.3.0 => /usr/lib64/libxenstore.so.3.0 
> (0x00007f94ada6f000)
>        libc.so.6 => /lib64/libc.so.6 (0x00007f94ad70f000)
>        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f94ad4f2000)
>        /lib64/ld-linux-x86-64.so.2 (0x00007f94adc79000)
>
>
> if your domU is not openSUSE, then you can copy them over from a known good 
> dom0. Use ldd on dom0 to see supporting Object Libs.
>
> --
> Mark
>
>
>
>



-- 
Luciano Barreto

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

<Prev in Thread] Current Thread [Next in Thread>