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

[Xen-users] xenstore-write does not work inside guest OS

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xenstore-write does not work inside guest OS
From: Zhang Qian <zhq527725@xxxxxxxxx>
Date: Sun, 1 Nov 2009 16:23:21 +0800
Delivery-date: Sun, 01 Nov 2009 01:24:10 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=UoJBJ4F1TDEH9fmllofUoqlDjMtAlqrbGPvm+TmS8VY=; b=cF8Iv21VTnOCrDFU7MN9UmX7prIWIk/eWwCry02uv6z/b1bd0TJWfgbjVDSvxSrMIr XfQjthwVU5u1EUmdqQNHwN69a+/Yh9OyWCasPKGpj1V8Oo3ciEPcRBzzWA2NmR1LkPzz EJAjdlnFXsEOC7+tL0SNxp8fbj+LmWDq/o4bc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Y94BrUBv+khCtlJ1WPZQ2/SAqGU82wgYjLVfk+RTYQKx3ZwaKRoUGGsy7LPcBjAufj XPYfSPsMbk0fQEPlo2y0t7iQw3oOvDPTOykYfO0Vl3pMSjH+zpnTyN22OiW8nPorzaYl 5gQ2t+4ls2dLUUnfuiYMCoICyZzHsHlM64zg8=
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
Hi All,

I created a VM, and installed RHEL5.3 in it, then I built and installed xenstore commands with the following steps:
# wget http://bits.xensource.com/oss-xen/release/3.0.3-0/src.tgz/xen-3.0.3_0-src.tgz
# tar xzvf xen-3.0.3_0-src.tgz
# cd xen-3.0.3_0-src/tools/libxc
# make all
# cd xen-3.0.3_0-src/tools/xenstore
# make install

When I run the following command to write something into Xenstore, I got error:
# xenstore-write vm-data/param1 value1
xenstore-write: could not write path vm-data/param1

In the hypervisor host(RHEL5.3 with Xen kernel), I found an error message in the log file of xenstored:
IN  0xd3be2d0 20091101 16:18:55 WRITE (vm-data/param1 value1)
OUT 0xd3be2d0 20091101 16:18:55 ERROR (EACCES )

Seems I can not access some node inf xentore...
Any suggestion?


Thanks and regards,
Qian
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xenstore-write does not work inside guest OS, Zhang Qian <=