search for: xen_lock_dir

Displaying 12 results from an estimated 12 matches for "xen_lock_dir".

2016 May 24
2
Xen4CentOS 6 64bit - domUs don't shutdown on dom0 after "yum upgrade" to 4.6.1
...ting CentOS-6 - xen - testing 102 # rpm -qf /etc/xen/scripts/hotplugpath.sh xen-runtime-4.6.1-9.el6.x86_64 # rpm -V xen-runtime Confirmed installation of 4.6.1-9 from virt-xen-testing. Confirmed files "as packaged". # grep LOCK /etc/xen/scripts/hotplugpath.sh XEN_LOCK_DIR="/var/lock" The XEN_LOCK_DIR still points to the wrong directory. Am I missing something? -- exvito
2016 May 25
0
Xen4CentOS 6 64bit - domUs don't shutdown on dom0 after "yum upgrade" to 4.6.1
...102 > # rpm -qf /etc/xen/scripts/hotplugpath.sh > xen-runtime-4.6.1-9.el6.x86_64 > # rpm -V xen-runtime > > Confirmed installation of 4.6.1-9 from virt-xen-testing. Confirmed > files "as packaged". > > # grep LOCK /etc/xen/scripts/hotplugpath.sh > XEN_LOCK_DIR="/var/lock" > > The XEN_LOCK_DIR still points to the wrong directory. > Am I missing something? Yes, you are missing someting. :-) XEN_LOCK_DIR is used for a number of different things; but *only* "I am alive" init script files should live in /var/lock/subsys. (Presu...
2016 Apr 11
2
Xen4CentOS 6 64bit - domUs don't shutdown on dom0 after "yum upgrade" to 4.6.1
George, Thanks a lot for your investigation and feedback. I confirm it works as expected after the change you proposed. Cheers, -- exvito
2016 Apr 11
0
Xen4CentOS 6 64bit - domUs don't shutdown on dom0 after "yum upgrade" to 4.6.1
...iagnosing this? > Thanks in advance. Hey exvito, I finally got a chance to look at this. It turns out that one of the paths was incorrectly changed between 4.4 and 4.6. To fix your problem, after upgrading to 4.6, please edit the following file: /etc/xen/scripts/hotplugpath.sh and replace XEN_LOCK_DIR="/var/lock" with XEN_LOCK_DIR="/var/lock/subsys" I'll be working on a proper fix with upstream -- I'll post here when I've got packages with the backported change to test. What's happening is that the CentOS init scripts only shut down services that indicate...
2016 Apr 07
2
Xen4CentOS 6 64bit - domUs don't shutdown on dom0 after "yum upgrade" to 4.6.1
Hello all, I'm addressing the mailing list following the suggestion of gwd on #centos-virt @freenode IRC. The subject says most of it. Here are the details : - Was running 4.4.x and configured such that /etc/xen/auto domUs would be saved/restored on dom0 shutdown/bootup. - Installation was based on "centos-release-xen" such that "yum upgrade" brough Xen to 4.6.1. After
2013 Jan 25
14
[PATCH] tools: revert to using /var and /etc/
...-- config/StdGNU.mk | 7 ------- 2 files changed, 0 insertions(+), 11 deletions(-) diff --git a/config/NetBSD.mk b/config/NetBSD.mk index 12c8a34..141de7c 100644 --- a/config/NetBSD.mk +++ b/config/NetBSD.mk @@ -6,10 +6,6 @@ PRIVATE_BINDIR = $(BINDIR) DLOPEN_LIBS = -ifeq ($(PREFIX),/usr) XEN_LOCK_DIR = /var/lib -else -XEN_LOCK_DIR = $(PREFIX)/var/lib -endif WGET = ftp diff --git a/config/StdGNU.mk b/config/StdGNU.mk index 3febe8d..25fc594 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -41,17 +41,10 @@ XENFIRMWAREDIR = $(PREFIX)/lib/xen/boot PRIVATE_PREFIX = $(LIBDIR)/xen PRIVATE_B...
2013 Apr 27
1
Bug#706283: xen-utils-common: Broken paths in /etc/xen/scripts/hotplugpath.sh
...SHAREDIR="/usr/share" -PRIVATE_BINDIR="/usr/lib/xen/bin" -XENFIRMWAREDIR="/usr/lib/xen/boot" +PRIVATE_BINDIR="/usr/lib/xen-/bin" +XENFIRMWAREDIR="/usr/lib/xen-/boot" XEN_CONFIG_DIR="/etc/xen" XEN_SCRIPT_DIR="/etc/xen/scripts" XEN_LOCK_DIR="/var/lock" -XEN_RUN_DIR="/var/run/xen" -XEN_PAGING_DIR="/var/lib/xen/xenpaging" The dpkg-new version is missing the version number in the xen path. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (500, 'testing') Architecture:...
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...sr/local/lib/xen-/bin" LIBDIR="/usr/local/lib/x86_64-linux-gnu" SHAREDIR="/usr/local/share" PRIVATE_BINDIR="/usr/local/lib/xen-/bin" XENFIRMWAREDIR="/usr/local/lib/xen-/boot" XEN_CONFIG_DIR="/etc/xen" XEN_SCRIPT_DIR="/etc/xen/scripts" XEN_LOCK_DIR="/var/lock" XEN_RUN_DIR="/var/run/xen" XEN_PAGING_DIR="/var/lib/xen/xenpaging" /etc/xen/scripts/qemu-ifup changed: echo 'config qemu network with xen bridge for ' $* bridge=$2 if [ ! -e "/sys/class/net/$bridge" ] && [ -z "${bridge##xenbr...
2011 May 30
7
libxl build errors in xen-unstable
...mp.tmp; echo "XENFIRMWAREDIR=\"/usr/lib/xen/boot\"" >> _libxl_paths.h.tmp.tmp; echo "XEN_CONFIG_DIR=\"/etc/xen\"" >> _libxl_paths.h.tmp.tmp; echo "XEN_SCRIPT_DIR=\"/etc/xen/scripts\"" >> _libxl_paths.h.tmp.tmp; echo "XEN_LOCK_DIR=\"/var/lock\"" >> _libxl_paths.h.tmp.tmp; if ! cmp _libxl_paths.h.tmp.tmp _libxl_paths.h.tmp; then mv -f _libxl_paths.h.tmp.tmp _libxl_paths.h.tmp; fi cmp: _libxl_paths.h.tmp: No such file or directory sed -e "s/\([^=]*\)=\(.*\)/#define \1 \2/g" _libxl_paths.h.tmp &gt...
2011 Mar 21
9
Build problem: note: ''xtl_createlogger_stdiostream'' is defined in DSO .. so try adding it to the linker command line... libxenctrl.so.4.0: could not read symbols: Invalid operation
...mp.tmp; echo "XENFIRMWAREDIR=\"/usr/lib/xen/boot\"" >> _libxl_paths.h.tmp.tmp; echo "XEN_CONFIG_DIR=\"/etc/xen\"" >> _libxl_paths.h.tmp.tmp; echo "XEN_SCRIPT_DIR=\"/etc/xen/scripts\"" >> _libxl_paths.h.tmp.tmp; echo "XEN_LOCK_DIR=\"/var/lock\"" >> _libxl_paths.h.tmp.tmp; if ! cmp _libxl_paths.h.tmp.tmp _libxl_paths.h.tmp; then mv -f _libxl_paths.h.tmp.tmp _libxl_paths.h.tmp; fi sed -e "s/\([^=]*\)=\(.*\)/#define \1 \2/g" _libxl_paths.h.tmp >_libxl_paths.h.2.tmp if ! cmp _libxl_paths.h.2.tmp...
2012 May 30
10
[xen-unstable test] 12988: regressions - FAIL
flight 12988 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/12988/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-oldkern 4 xen-build fail REGR. vs. 12979 Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-qemuu-win7-amd64 12
2013 Apr 18
9
[PATCH v5 1/2] libxl: Introduce functions to add and remove USB devices to an HVM guest
This patch exposes a generic interface which can be expanded in the future to implement USB for PVUSB, qemu, and stubdoms. It can also be extended to include other types of USB other than host USB (for example, tablets, mice, or keyboards). For each device removed or added, one of two protocols is available: * PVUSB * qemu (DEVICEMODEL) The caller can additionally specify "AUTO", in