Displaying 20 results from an estimated 37 matches for "oxenstor".
Did you mean:
oxenstore
2011 Dec 13
12
[PATCH 0 of 4 V2] oxenstored fixes -- fixes recent pvops kernel hang
Currently PVHVM Linux guests after ddacf5ef684a "xen/pv-on-hvm kexec:
add xs_reset_watches to shutdown watches from old kernel" hang when
run against oxenstored because it does not handle the unknown
XS_RESET_WATCHES operation and does not reply.
The symptom of this issue is a hang during boot at this point:
cpu 1 spinlock event irq 70
CPU 1 irqstacks, hard=dec94000 soft=dec96000
Booting Node 0, Processors #1
smpboot cpu 1: start_ip =...
2010 Aug 21
6
oxenstored in stubdom ?
Hi,
recently on irc channel (##xen) was some "discussion" about xen vs kvm...
There was idea that it would be nice if domUs could survive dom0 restart, but
this needs, for example, to have xenstored running in separate domain.
In 2009 Alex Zeffertt posted some patches
(http://lists.xensource.com/archives/html/xen-devel/2009-04/msg00696.html) to
add this functionallity, but they
2019 Feb 12
2
[PATCH 08/13] xen init script: rewrite xenstored start logic
Hans van Kranenburg writes ("[PATCH 08/13] xen init script: rewrite xenstored start logic"):
> -XENSTORED="$ROOT"/bin/xenstored
> +# In /etc/default/xen, the user can set XENSTORED, which has to be either
> +# 'xenstored' or 'oxenstored'. In here, we add the version specific path.
> +if [ -n "$XENSTORED" ]; then
> + USER_XENSTORED="$ROOT"/bin/$XENSTORED
IMO it would be better to do this only if XENSTORED does not start
with /. So maybe
case "$XENSTORED" in
/*) USER_XENSTORED="...
2015 Jun 04
2
/var/lib/xenstored & Xen4CentOS
By default, /var/lib/xenstored is mounted tmpfs in centos 5 but this doesn't appear to be true for Xen4CentOS. This can cause performance issues as
mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=446089
I'm not sure if this should be part of xencommons, but if not, adding a tmpfs mount should probably be documented on the quick start wiki page.
Thanks, Sarah
2013 Sep 09
4
[PATCH] Fix ocaml build in 4.1; problem with 4.1.6 release
...ease sign-and-tag 4.2.3 and 4.1.6"):
> > Ian - could you also create tarballs as usual?
>
> The 4.1.6 tarball failed its build test. This is due to an actual
> build failure in 4.1.6. See below. This is probably a result of
> 070ab4c505934951f86f42dd8403cf62bc5822f0 "oxenstored: Protect
> oxenstored from malicious domains".
Now confirmed by a local rebuild with 070ab4 reverted.
Possible fix below. This builds but I haven''t tested it.
> It appears that when I backported this change I this change from 4.2.x
> to 4.1.x, I cannot have done a build...
2015 Jun 04
1
/var/lib/xenstored & Xen4CentOS
...quick start wiki page.
>
> Sarah,
>
> Thanks for looking into this.
>
> Adding a tmpfs mount to xencommons, if using the C xenstored, might be
> a good idea -- I'll float that with upstream and see what they say.
>
> As an alternate, can you try using the ocaml-based oxenstored (which
> doesn't use the filesystem as its atomicity mechanism)?
>
> To use oxenstored:
> * Install the xen-ocaml package
> * Reboot dom0
> * Verify that oxenstored is running:
> # ps ax | grep xenstore
> 654 ? S 0:00 /usr/sbin/oxenstored --pid-file
>...
2019 Feb 10
21
[PATCH 00/13] Patch blast of salsa wip.testme branch
The contents are the wip.testme branch currently on salsa. I combined
the wip.initscript and wip.oxenstored into this and added more things
today. I think this is pretty gtg and it's smoke tested (in several
cases by scping files around instead of doing package build), so it
needs a final extra review and test round before putting it in master
branch (which I don't want to force push).
I redid...
2014 Oct 09
0
xen 4.5-unstable, oxenstored cannot start (centos 7, kernel 3.17.0)
...o make install-stubdom
Xen installed and I got xen-4.5-unstable.gz in the /boot.
I have to say that I'm using PXE boot to boot CentOS. Bridged
networking and nfs rootfs works great thanks to Dracut.
I booted xen with PXE boot. It was not a problem.
xl dmesg shows usual xen boot log.
But. The oxenstored is not starting.
Simple sudo xl list just hangs. I looked at the
/var/log/messages and found there some bad looking messages.
I don't know if they are connected somehow but here they
are:
1. xenstored.service and xenconsoled.service
Oct 9 02:03:05 kvmxen-centos7-test1-nb systemd-cgroups-ag...
2019 Feb 12
2
[PATCH 06/13] sysconfig.xencommons.in: Strip and debianize
...: Strip and debianize"):
> Strip all options that are for stuff we don't ship, which is 1)
> xenstored as stubdom and 2) xenbackendd, which seems to be dead code
> anyway. [1]
>
> It seems useful to give the user the option to revert to xenstored
> instead of the default oxenstored if they really want.
>
> In order to configure this, XENSTORED in here needs to contain the name
> without a path, which is different than how the upstream file suggests
> to use it.
>
> However, we don't want to put a version-specific path in here (the user
> keeps the...
2015 Jun 04
0
/var/lib/xenstored & Xen4CentOS
...ount should probably be documented on the quick start wiki page.
Sarah,
Thanks for looking into this.
Adding a tmpfs mount to xencommons, if using the C xenstored, might be
a good idea -- I'll float that with upstream and see what they say.
As an alternate, can you try using the ocaml-based oxenstored (which
doesn't use the filesystem as its atomicity mechanism)?
To use oxenstored:
* Install the xen-ocaml package
* Reboot dom0
* Verify that oxenstored is running:
# ps ax | grep xenstore
654 ? S 0:00 /usr/sbin/oxenstored --pid-file
/var/run/xenstored.pid
(On my to-do list is...
2013 Aug 27
1
[PATCH] hotplug/Linux: add sysconfig tags to xencommons
...t.d/sysconfig.xencommons
@@ -1,15 +1,31 @@
+## Path: System/Virtualization
+## Type: string
+## Default: "none"
+#
# Log xenconsoled messages (cf xl dmesg)
#XENCONSOLED_TRACE=[none|guest|hv|all]
+## Type: string
+## Default: xenstored
+#
# Select xenstored implementation
#XENSTORED=[oxenstored|xenstored]
+## Type: string
+## Default: Not defined, tracing off
+#
# Log xenstored messages
#XENSTORED_TRACE=[yes|on|1]
+## Type: string
+## Default: "/var/lib/xenstored"
+#
# Running xenstored on XENSTORED_ROOTDIR
#XENSTORED_ROOTDIR=/var/lib/xenstored
+## Type: string
+## D...
2011 Oct 31
3
[PATCH] xenstored: Fix processing of zero-length messages
When a message with zero length is sent to xenstore, the body of the
message was not processed until the socket or ring had more data to
read; this will cause deadlocks if the requestor is waiting on a
response to continue.
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
---
tools/xenstore/xenstored_core.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git
2011 Dec 16
0
[xen-unstable test] 10504: regressions - FAIL
...ampbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
changeset: 24415:27736c7944b9
user: Ian Campbell <ian.campbell@citrix.com>
date: Thu Dec 15 16:53:52 2011 +0000
oxenstored: Always log something at start of day (if logging enabled at all)
Otherwise at the default level we rarely log anything at all.
A completely empty log file is a good sign, but only if you know you are
looking in the right place...
Signed-off-by: Ian Campbell <ian...
2011 Dec 16
0
[xen-unstable test] 10511: regressions - FAIL
...ampbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
changeset: 24415:27736c7944b9
user: Ian Campbell <ian.campbell@citrix.com>
date: Thu Dec 15 16:53:52 2011 +0000
oxenstored: Always log something at start of day (if logging enabled at all)
Otherwise at the default level we rarely log anything at all.
A completely empty log file is a good sign, but only if you know you are
looking in the right place...
Signed-off-by: Ian Campbell <ian...
2013 Feb 01
0
xenstore stubdom on Xen 4.2.1 (XSM/FLASK problem)
Hello all,
I am trying to get a xenstore/oxenstore (oxenstore is mirage based) stubdom
to get to work on Xen 4.2.1.
I know that I need to set XSM/FLASK rules and so I have compiled 4.2.1 with
XSM and FLASK.
I already talked with Daniel de Graaf (on the mailinglists) and Steven
Maresca on IRC about this thing. Daniel already wrote a XSM/FLASK rul...
2019 Feb 12
2
[PATCH 08/13] xen init script: rewrite xenstored start logic
...one instead, nice!
>
> And do you agree that exploding when an explicit choice has been made by
> the user + that binary can't be started is the right thing?
Yes.
> If I would accidentally set 'xensrtored' as value, because I explicitely
> want to run xenstored and not oxenstored, and the typo is because I'm in
> a hurry because a gigantic security hole in oxenstored was found, I
> don't want the init script to silently still start oxenstored, because
> -x /[...]/xensrtored fails.
Indeed.
Ian.
--
Ian Jackson <ijackson at chiark.greenend.org.uk>...
2013 Feb 11
0
[xen-unstable test] 16014: regressions - FAIL
...Tb support on smaller memory systems
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
changeset: 26522:ffd30e7388ad
user: Ian Jackson <Ian.Jackson@eu.citrix.com>
date: Thu Feb 07 14:21:47 2013 +0000
oxenstored: Enforce a maximum message size of 4096 bytes
The maximum size of a message is part of the protocol spec in
xen/include/public/io/xs_wire.h
Before this patch a client which sends an overly large message can
cause a buffer read overrun.
Note if a badly-behaved...
2011 Feb 08
8
XEN 4.0.2-rc2 - using OCAML xenstored -- xend not starting?
Hi All,
I just tried a new installation of Ubuntu 10.04 (64bit) + Xen and am
having some trouble starting XEN. I am using the latest mercurial checkout
(4.0.2-rc2) and the only change I made was to Config.mk to enable building
the OCAML version of xenstored. " CONFIG_OCAML_XENSTORED ?= y". I am using
the same kernel I built earlier for a similar Ubuntu 10.04-64bit / Xen
4.0.0
2017 Jan 26
3
Selinux Problem
Hello,
Am Donnerstag, 26. Januar 2017, 10:54:20 CET schrieb Johnny Hughes:
> On 01/26/2017 10:06 AM, G?nther J. Niederwimmer wrote:
> > Hello,
> >
> > CentOS 7.(3) Xen 4.4,
> >
> > Can I find any Doc for selinux with XEN, I found many Problems with
> > selinux on Dom0 ?
> >
> > Or have I to disable selinux when I install XEN.
> >
>
2014 Dec 17
0
Virt SIG Meeting minutes for 16 Dec 2014
...Evolution> kbsingh: not needed. but could be useful to. [14:57]
<kbsingh> if xapi is going in, its going to be needed
<Evolution> as I understand it right now the ocaml packages used *replace* the
system libs.
<gwd> kbsingh: AFAIK the core xen packages only need ocaml for oxenstored
<kbsingh> gwd: and at the moment were using the cxenstored ?
<kbsingh> i guess the real question is - are we accepting SCL's into sig's
other than the scl-sig [14:58]
* gwd doesn't know
<jonludlam> cxenstored is not default in xen these days is it?
<gwd> jo...