From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Colp Subject: Re: XenStore Date: Tue, 16 Sep 2008 22:16:33 -0600 Message-ID: <48D084A1.9080703@cs.ubc.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Julian Munster Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org If you want to do this, then what you have to do is give the second domU permission to read the node. So if you're in dom1 and you want dom2 to be able to read node A, then you have to set the permissions of node A to give dom2 read access. There are two ways to do this. If dom1 owns node A, then it can set the permissions. If it doesn't, then dom0 will have to do it. Patrick Julian Munster wrote: > Hi, > I was wondering if somebody could help me! I'm trying to write to the > xenstore from a domU and read what I have written from inside another domU. > I seem to have some permission problems....? Is there a place within > xenstore that anybody can write to and read from? > Thanks > Julian > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel