Displaying 20 results from an estimated 10000 matches similar to: "BUG/fixed : mkdir /var/run/xenstored needed"
2015 Jun 04
1
/var/lib/xenstored & Xen4CentOS
On Thu, Jun 4, 2015 at 11:57 AM, George Dunlap <dunlapg at umich.edu> wrote:
> On Thu, Jun 4, 2015 at 6:03 AM, Sarah Newman <srn at prgmr.com> wrote:
>> 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
2015 Jun 04
0
/var/lib/xenstored & Xen4CentOS
On Thu, Jun 4, 2015 at 6:03 AM, Sarah Newman <srn at prgmr.com> wrote:
> 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
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
2007 Apr 25
0
Revisiting XenD / XenStored performance / scalability issues
Waay back at the end of 3.0.3 dev cycle I brought up the issue of XenD
running far too many xenstore transactions per-request
http://lists.xensource.com/archives/html/xen-devel/2006-10/msg00487.html
Short summary:
# nc -U /var/lib/xend/xend-socket
GET /xend/domain/test
Resulted in approx 16 xenstore transactions for a domain with one disk and
one NIC - this increases as # of devices
2006 Feb 25
4
xen on amd64 stable? which xen, which kernel?
Hi,
I''d be very interested to hear: does anyone have a stable working
amd64 machine (in 64bit mode)? if so, which kernel do you use, and
which version of xen / hg tree do you use?
linux-2.6-xen.hg compiles fine over here, but reboots during boot.
so fast I can''t see anything. (sorry, my laptop has no serial port.
so I can''t capture a log file.) 2.6.16-rc4-git8 plus
2014 Feb 04
3
Bug#737613: xen-hypervisor-4.3-amd: Xen not loading dom0 on Jessie - FATAL error on running /etc/init.d/xen
Package: xen-hypervisor-4.3-amd64
Version: 4.3.0-3+b1
Severity: critical
File: xen-hypervisor-4.3-amd
Justification: breaks the whole system
Dear Maintainer,
Installation is a minimal system designed only to get dom0 working.
The following are the uncommented GRUB commands
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
2010 Oct 21
2
Bug? Mount and fstab
I think this is likely a bug with either mount or glusterfs:
[root at vm-container-0-0 ~]# cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/state/partition /state/partition1 ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults
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
> +
2006 Dec 07
6
problem restarting xenstored
As any other daemon, I''d assume it should be possible to restart xenstored (i.e.
if it crashed or if, during development, a fix was made to it that needs to be
tested). However, as I learned after over a day of digging, things don''t work
anymore after doing so: Since the watches are transient, they''re lost with the
daemon going away.
Right now I specifically need this in
2006 Oct 12
4
xend / xenstored performance & scalability issues
I''ve been trying to track down just why talking to XenD is resulting in so
much CPU time being comsumed by both xend & xenstored. As a test case, I''m
running ''virsh dominfo demo'' which results in a single HTTP request to
Xend to fetch domain info, eg ''GET /xend/domains/demo''
Run this in a tight loop & I''ll see xenstored
2012 Nov 14
2
Bug#693217: Removal of xenstore tdb file before xenstored daemon
Package: xen-utils-common
Version: 4.0.0-1
Consider removal of xenstored tdb file (located at
/var/lib/xenstored/tdb) before start of xenstored daemon during the boot
(or removal during the shutdown/reboot of the server) as proposed by Ian
Campbell during our discussions [1].
[1] http://lists.xen.org/archives/html/xen-users/2012-11/msg00111.html
--
Peter Viskup
2011 Aug 04
4
xl is unable to find xenstored.pid
I just downloaded Xen-4.1.1 from xen.org, compiled it, and installed it.
I then compiled kernel 3.0.0 and added the hypervisor and dom0 kernel in
a grub 2 entry. After booting, I executed "xl list," to confirm the
hypervisor was running. I was greeted with this message:
libxl: error: libxl.c:56:libxl_ctx_init Is xenstore daemon running?
failed to stat /var/run/xenstored.pid: No such
2019 Feb 12
2
[PATCH 08/13] xen init script: rewrite xenstored start logic
Hans van Kranenburg writes ("Re: [PATCH 08/13] xen init script: rewrite xenstored start logic"):
> So the question we should answer first is: What do we allow the user to
> set as value? /bin/bash? And how should the init script deal with that?
If they specify an absolute path, it should be used. Eg,
/home/alice/Xen/xen/tools/xenstore/xenstore
If the user specifies /bin/bash
2012 Dec 02
1
Bug#694931: xenstored not started by init script on domU
Package: xen-utils-4.1
Version: 4.1.3-4
Severity: important
Tags: patch
Bug presented in sid, with patch attached.
Similar bug is also present in stable and testing versions.
How to reproduce:
Install xen-utils-4.1 in a domU, and run:
/etc/init.d/xen start
Expected result:
xenstored running
(or to have any other easy way to get it running within a domU)
xenstored is not just something
2011 Mar 22
2
Bug#619253: xen-utils-4.0: xend service can't start because of xenstored segfault
Package: xen-utils-4.0
Version: 4.0.1-2
Severity: normal
Tags: squeeze
I have 3 VM running. I have upgraded debian squeeze to 6.0.1 (new kernel
package 2.6.32-31) and restarted my server. VM were still running. After
reboot I could not start xend service (from init.d). I got following
errors:
kern.log:
Mar 22 15:07:30 router kernel: [53888.212756] xenstored[7232]: segfault
at 7fff056b5ff8 ip
2011 Apr 12
1
Xen migration fails
Hi,
I have been getting the following error (logged in /var/log/xen/xend.log)
when I try to migrate a VM from one particular host to the other (the
reverse migration works fine). My system was working fine for a long time (i
did several migrations in both the directions). I am using Xen-3.4.3
(installed from source code) with CentOS 5.4. I am using drbd to replicate
the disks.
2008 Jul 17
1
xend communication with xenstored
Hi all,
xend communicates with xenstored using unix domain sockets right? So, would
it be possible to convert the unix domain sockets to tcp/ip sockets and let
xenstored run on a different machine?
Regards,
Hayawardh
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Jul 19
1
Bug#433780: xen-utils-common: /etc/init.d/xend restart should restart xenstored and xenconsole
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: normal
There should be a clean and clearly defined way to restart all the Xen daemons
in the case of error.
If the file /var/lib/xenstored/tdb is corrupt then you must stop xenstored,
rm the file, and then restart it. Currently there is no defined way of doing
this so the solution is to kill -9 the process, rm the file, and then reboot.
--
2006 Mar 20
0
xenstored segfault
xenstored[14588]: segfault at 0000000000000030 rip 0000000000405c1c rsp
00007fffffbc3250 error 6
amd64, x86_64, current xen-unstable, 2.6.16, and I have no idea how
to debug this. fresh installation, happens everytime I try to start
xend (so I can create a first domU).
xenstored is still running, but xend complains that it can''t connect.
how can I help to find the problem?
Regards,
2007 Feb 02
0
Bug#409392: xen-utils-3.0-unstable-1: xenstored creates /dev/xen/evtchn with the wrong minor
Package: xen-utils-3.0-unstable-1
Version: 3.0-unstable+hg11561-1
Severity: grave
Justification: renders package unusable
with the recent unstable kernel, the evtchn device should be created
with major/minor 10, 63. Instead, it's being created with 10, 201. If
fixed manually, xenstored will re-create it with the wrong minor number.
This causes Xen to be entirely unusable, as xenstored is