similar to: [PATCH][xenstore] adds a -w (wide) flag to xenstore-ls to support seeing full contents of xenstore entries

Displaying 20 results from an estimated 20000 matches similar to: "[PATCH][xenstore] adds a -w (wide) flag to xenstore-ls to support seeing full contents of xenstore entries"

2013 Jul 06
1
[PATCH 1/2] xenstore: don't die on access-denied child nodes in 'xenstore ls'
Signed-off-by: Matthew Daley <mattjd@gmail.com> --- tools/xenstore/xenstore_client.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/tools/xenstore/xenstore_client.c b/tools/xenstore/xenstore_client.c index 3ac214b..996ee64 100644 --- a/tools/xenstore/xenstore_client.c +++ b/tools/xenstore/xenstore_client.c @@ -134,8 +134,13 @@ static void do_ls(struct
2013 Apr 17
0
libxl device xenstore entries cleanup
Hi, Currently libxl removes entries from xenstore "device/" tree only in case of: a) domain destroy (clean all domain directory) b) dom0-initiated device remove But this doesn''t cover all the cases. At least this isn''t done: a) backend domain shutdown, backend-initiated remove b) backend domain destroy (here backend driver doesn''t have chance to signal
2011 Aug 15
0
XenStore path entries
Good Afternoon, I''m using XenStore to make an experiment and share values between Dom''s U and Dom0. Since today I''m having problems with more than 300 entries per path. I dont know but last week I haven''t this problem. Anyone know the limitation of entries per path on XenStore? When I use it on Dom0 I don''t get any problem. Thanks -- Luciano Barreto
2013 Apr 19
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
On Thu, 11 Apr 2013, Ian Campbell wrote: > On Thu, 2013-04-11 at 05:09 +0100, Jim Fehlig wrote: > > > + /* This will fill xenstore info about free and dom0 memory - if missing, > > > + * should be called before starting first domain */ > > > + if (libxl_get_free_memory(libxl_driver->ctx, &free_mem)) { > > > + VIR_ERROR(_("cannot
2012 Jan 05
1
[PATCH] add feature flag to xenstore for XS_RESET_WATCHES
# HG changeset patch # User Olaf Hering <olaf@aepfle.de> # Date 1325788840 -3600 # Node ID 2f5a98692acde9e74d4009f50f83a8aa08296310 # Parent 3a22ed3ec534799b3cab55b0dc0a7380e701ecbe add feature flag to xenstore for XS_RESET_WATCHES Tell guest about availibilty of xenstoreds XS_RESET_WATCHES function. Guests can not issue this command unconditionally because some buggy toolstacks (such as
2006 Aug 02
0
[PATCH] xenstore-chmod
Hello, I''ve modified tools/xenstore/xenstore_client.c to include a new utility, xenstore-chmod. This utility permits developers and administrators to manually change the permissions on arbitrary locations in XenStore from the command line. This is often helpful if you''re trying to debug an application that relies on XenStore and is encountering difficulties with permissions.
2013 Apr 11
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
On Thu, 2013-04-11 at 05:09 +0100, Jim Fehlig wrote: > > + /* This will fill xenstore info about free and dom0 memory - if missing, > > + * should be called before starting first domain */ > > + if (libxl_get_free_memory(libxl_driver->ctx, &free_mem)) { > > + VIR_ERROR(_("cannot get free memory info")); > > + goto error; >
2012 Mar 22
1
Question: How to see existing xenstore watches
Hi, for debugging purposes I would like to see the existing xenstore watches and the waiters for the watch. The problem is, we got a EEXIST from xenstored while trying to set a watch from our guest. Is there a possibility to see this on the running xenstored? Thanks. Dietmar. -- Company details: http://ts.fujitsu.com/imprint.html
2006 Oct 17
0
[PATCH] misc compile fixes for tools on Solaris
# HG changeset patch # User john.levon@sun.com # Date 1161090738 25200 # Node ID 74d0bc37ec06da88b0c38a1c34c8cc95bc28bdbd # Parent 7a86cb5bb6b6e9164bec378b5fb0a270625a2452 A couple of simple compile fixes for tools/ on Solaris. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/config/Linux.mk b/config/Linux.mk --- a/config/Linux.mk +++ b/config/Linux.mk @@ -21,6 +21,7 @@
2007 Oct 05
0
[PATCH][TOOLS] xenstore: Make code more secure
Hi! Attached patch adds length checks mainly by replacing sprintf with snprintf in order to make the code more secure in general. The little header fiddlings are build fixes for OpenBSD. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz
2013 Jan 11
1
xenstore entry for "can migrate" or "can suspend"?
I''m looking for what I need to write to xenstore from a VM to say whether or not it supports migration and/or suspension. On older versions of NetBSD, suspend/migration isn''t supported and on newer versions it still has issues. Therefore I want to let the XenServer toolstack, etc. not offer the option to the end user. -- Stephen
2012 May 03
1
Bug#640381: error xenstore-read: couldn't read path backend/vbd/6/768/node
tail /var/log/xen/xen-hotplug.log xenstore-read: couldn't read path backend/vbd/6/768/node /etc/xen/scripts/xen-hotplug-cleanup: line 24: [: !=: unary operator expected /etc/xen/scripts/xen-hotplug-cleanup: line 24: [: !=: unary operator expected xenstore-read: couldn't read path backend/vbd/6/5632/node xenstore-read: couldn't read path backend/vbd/6/768/node
2010 Jul 12
0
xenstore-write segfault
Hi All , I am using xen 3.2.0 which i have built form source ,I could initially boot Dom 0 and some DomUs. But today when i tried to boot a DomU with birdge enabled it didnt work giving an error .... Error: Device 0 (vif) could not be connected. Hotplug scripts not working. After that I checked my var/log/messages and It gave lots of xenstore-write
2010 Aug 03
1
oops when access xenstore in hvm guest
Hi,     I use follow code get xenstore ring and event channel, then i wrapped writing and reading function to operate it ,but it came to oops:     struct xenstore_domain_interface {     char req[XENSTORE_RING_SIZE]; /* Requests to xenstore daemon. */     char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */     XENSTORE_RING_IDX req_cons, req_prod;     XENSTORE_RING_IDX rsp_cons,
2016 Mar 30
1
Re: Accessing xenstore from libvirt
Daniel P. Berrange wrote: > On Wed, Mar 30, 2016 at 10:53:45AM +0200, Marin Bek wrote: >> Hi, >> >> is it possible to access xenstore through libvirt? Or at least any other >> programatic means other than calling xenstore-read/write through shell? >> >> I understand it is somewhat of a security risk but still... > > No, we don't expose this kind of
2012 Feb 02
0
xenstore-write: could not write path backend/vbd/1/2050/hotplug-error
After a few times of building xen by source, I can''t start domU anyway. I tried "yum erase xen kernel-xen" and "yum install xen kernel-xen" again, but the problem is still exist. There are xenstore-write errors in /var/log/xen/xen-hotplug.log: xenstore-write: could not write path backend/vbd/1/2050/hotplug-error xenstore-write: could not write path
2012 Aug 24
2
Bug#666135: XenStore tdb vs. reboot
Hello, I noticed a strace delay when running "virsh list" on my Xen-4.1.3 test server. On further investigation I noticed that in XenStore there were multiple /vm/$UUID entries suffixed by -$VERSION, especially I hat 16 entries for my dom0. For each reboot of the host I get a new entry. After disabling Xend I get the following output after a reboot: > root at xen5:~# xenstore-ls
2012 Aug 24
2
Bug#666135: XenStore tdb vs. reboot
Hello, I noticed a strace delay when running "virsh list" on my Xen-4.1.3 test server. On further investigation I noticed that in XenStore there were multiple /vm/$UUID entries suffixed by -$VERSION, especially I hat 16 entries for my dom0. For each reboot of the host I get a new entry. After disabling Xend I get the following output after a reboot: > root at xen5:~# xenstore-ls
2012 Oct 22
0
access xenstore from Dom U
Hey, I am new to Xen. Recently I have some problems about using xenstore to setup communication between Dom 0 and Dom U. I have successfully installed Xen on Centos 6 and launch a Dom U with Centos 5. "xm" and "virsh" works fine on my machine. I can also use comments for xenstore to access values in Dom 0, such as xenstore-list, xenstore-read, and xenstore-write. But I
2008 Apr 08
0
Allow xenstore client utilities to be built statically.
The attached patches enable the xenstore client utilities (xenstore-read/write and friends) to be built statically and against uclibc. This is useful for utility domains where a small userspace is desired. Both static building with glibc and linking with uclibc seem to have problems with threading and so the static version of the library is built without thread support. This is OK since none of