Running xenstore-ls (or any /usr/bin/xenstore* tool) in a PV guest used to work fine around last summer. Trying to run on a recent system, I get: xenstore-ls: xs_domain_open: No such file or directory I tried rebuilding the xenstore tools from scratch in a PV guest ("make install" on a xen-unstable tip tree) thinking there was some kind of shlib mismatch, but same result. Any ideas? Thanks, Dan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Does your domU have /proc/xen/xenbus? -- Keir On 01/05/2009 18:14, "Dan Magenheimer" <dan.magenheimer@oracle.com> wrote:> Running xenstore-ls (or any /usr/bin/xenstore* tool) in > a PV guest used to work fine around last summer. Trying > to run on a recent system, I get: > > xenstore-ls: xs_domain_open: No such file or directory > > I tried rebuilding the xenstore tools from scratch in > a PV guest ("make install" on a xen-unstable tip tree) > thinking there was some kind of shlib mismatch, but > same result. > > Any ideas? > > Thanks, > Dan > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
OK, I see. I am on an upstream kernel so I have to mount xenfs on /proc/xen (if COMPAT_XENFS is set... it is) or mount it somewhere else and export XENSTORED_PATH="somewhere else". Sorry for the noise. Thanks, Dan> -----Original Message----- > From: Keir Fraser [mailto:keir.fraser@eu.citrix.com] > Sent: Friday, May 01, 2009 11:29 AM > To: Dan Magenheimer; Xen-Devel (E-mail) > Subject: Re: [Xen-devel] xenstore tools in guest broken? > > > Does your domU have /proc/xen/xenbus? > > -- Keir > > On 01/05/2009 18:14, "Dan Magenheimer" > <dan.magenheimer@oracle.com> wrote: > > > Running xenstore-ls (or any /usr/bin/xenstore* tool) in > > a PV guest used to work fine around last summer. Trying > > to run on a recent system, I get: > > > > xenstore-ls: xs_domain_open: No such file or directory > > > > I tried rebuilding the xenstore tools from scratch in > > a PV guest ("make install" on a xen-unstable tip tree) > > thinking there was some kind of shlib mismatch, but > > same result. > > > > Any ideas? > > > > Thanks, > > Dan > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
You may need to add a xenfs mount to the fstab. Try mount -t xenfs none /proc/xen And then try the xenstore tools again. -- Trolle On Fri, May 1, 2009 at 1:14 PM, Dan Magenheimer <dan.magenheimer@oracle.com>wrote:> Running xenstore-ls (or any /usr/bin/xenstore* tool) in > a PV guest used to work fine around last summer. Trying > to run on a recent system, I get: > > xenstore-ls: xs_domain_open: No such file or directory > > I tried rebuilding the xenstore tools from scratch in > a PV guest ("make install" on a xen-unstable tip tree) > thinking there was some kind of shlib mismatch, but > same result. > > Any ideas? > > Thanks, > Dan > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel