Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] daemon: fix build without systemd-journal"
2015 Jan 19
1
[PATCH] build: check for single libsystemd before libsystemd-journal
Since systemd 209, all the functionalities of the former libsystemd-*
(including libsystemd-journal) have been merged into a single
libsystemd, with the former libraries left as compatibility ones.
Thus, first look for libsystemd, and if not found try again with the
libsystemd-journal as used before.
---
configure.ac | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff
2013 Aug 19
1
OPTGROUP_SD_JOURNAL_NOT_AVAILABLE
Current master fails to build if certain systemd functionality is not
available at build time, daemon/journal.c has
OPTGROUP_SD_JOURNAL_NOT_AVAILABLE at the end of the file. Is this a
typo, what should be done in that case?
2013 Aug 19
1
[PATCH] tests: change noinst to check
This change avoids the hard requirement for qemu-tools during package
build.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
The current OPTGROUP_SD_JOURNAL_NOT_AVAILABLE failure blocks a complete build for me,
I think the build got past the point of the failure fixed by this patch.
tests/data/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
2013 Aug 20
1
[PATCH] lib: avoid pragma usage in journal.c
journal.c: In function 'guestfs__journal_get':
journal.c:120:9: error: #pragma GCC diagnostic not allowed inside functions
journal.c:121:9: error: #pragma GCC diagnostic not allowed inside functions
journal.c:123:9: error: #pragma GCC diagnostic not allowed inside functions
make[3]: *** [libguestfs_la-journal.lo] Error 1
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
Not compiled.
2018 Apr 10
0
[PATCH v2 4/5] daemon: move Mount.umount_all to new Mount_utils module
This way the Mount module contains only the OCaml implementations of
mount-related daemon APIs.
This is simple refactoring, with no functional changes.
---
daemon/Makefile.am | 2 ++
daemon/inspect.ml | 2 +-
daemon/inspect_fs.ml | 2 +-
daemon/mount.ml | 61 -------------------------------------
daemon/mount.mli | 2 --
daemon/mount_utils.ml | 83
2017 Jul 17
0
[PATCH v9 04/11] daemon: Implement umount_all in OCaml.
Unlike previous ‘daemon: Reimplement ...’ patches, this does not
reimplement the umount_all API completely (yet, but this
implementation could be completed in future and then replace the C
one). However it is necessary to have a version of umount_all which
we can call from the OCaml inspection code.
---
daemon/mount.ml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2017 Aug 09
0
[PATCH v12 05/11] daemon: Implement umount_all in OCaml.
Unlike previous ‘daemon: Reimplement ...’ patches, this does not
reimplement the umount_all API completely (yet, but this
implementation could be completed in future and then replace the C
one). However it is necessary to have a version of umount_all which
we can call from the OCaml inspection code.
---
daemon/mount.ml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
flight 8091 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8091/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-i386-rhel6hvm-intel 12 guest-localmigrate/x10 fail REGR. vs. 8071
Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-xl-pcipt-intel 9
2011 Dec 09
1
[xen-4.1-testing test] 10458: trouble: broken/fail/pass
flight 10458 xen-4.1-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/10458/
Failures and problems with tests :-(
Tests which did not succeed and are blocking:
test-amd64-i386-xl-credit2 3 host-install(3) broken
test-amd64-amd64-xl-sedf 3 host-install(3) broken
test-amd64-amd64-xl-winxpsp3 3 host-install(3) broken
2012 Mar 16
0
[xen-unstable test] 12252: regressions - FAIL
flight 12252 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/12252/
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. 12249
build-i386 4 xen-build fail REGR. vs. 12249
Tests which are failing intermittently
2011 Oct 06
0
[xen-4.1-testing test] 9194: regressions - FAIL
flight 9194 xen-4.1-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/9194/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-amd64-xl-sedf 7 debian-install fail REGR. vs. 9185
Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-xl-pcipt-intel 9
2012 Feb 24
0
[xen-unstable test] 12043: regressions - FAIL
flight 12043 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/12043/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 12031
test-amd64-i386-rhel6hvm-intel 7 redhat-install fail REGR. vs. 12031
test-amd64-i386-xl-winxpsp3-vcpus1 7
2012 Jul 04
0
[xen-unstable test] 13460: regressions - FAIL
flight 13460 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/13460/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-pv 18 leak-check/check fail REGR. vs. 13459
test-amd64-amd64-pv 18 leak-check/check fail REGR. vs. 13459
test-amd64-i386-xl 18
2012 Feb 08
0
[PATCH] remove references to removed libflask from setup.py
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1328707901 -3600
# Node ID b730f1f980bdc1edcebf7dbbbb5253ccafcd8c04
# Parent 3574f4d67843733ccaabab5f8ebb859c99d7314a
remove references to removed libflask from setup.py
Build in SLES11 SP1/2 fails after libflask removal.
> building ''flask'' extension
> error: ../../tools/flask/libflask/libflask.so: No
2011 Sep 20
0
[PATCH] linux-2.6.18/Input: mousedev - handle mice that use absolute coordinates
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1316530721 -7200
# Node ID 56c7b8e10d3ba46e34d7a1be3b708da6f999b1a0
# Parent f4f25124b1b6d926b6e19a499bf4a3fdc97f0157
linux-2.6.18/Input: mousedev - handle mice that use absolute coordinates
After commit 1083:211849d9d511 the mouse multiplexer /dev/input/mice
does not receive updates because the base kernel lacks a change from
2012 Feb 15
1
[PATCH] man/xl.cfg: mention not yet documented options
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1329300057 -3600
# Node ID 5a1cbd1af275e6ed1ef673852f8ac5247c09669c
# Parent 5fb2aa61197db9676c11fbcf3ed24f30ac8fab9f
man/xl.cfg: mention not yet documented options
Add dummy entries for parsed but undocumented cfg file options to xl.cfg:
for i in `
grep -Ew
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
2013 Aug 12
0
Bug#719506: Bug#719506: xen: FTBFS with perl 5.18: POD errors
tag 719506 +patch
thanks
On Mon, 2013-08-12 at 17:40 +0200, Dominic Hargreaves wrote:
> This package FTBFS with perl 5.18 (which will soon be uploaded to
> unstable) owing to a stricter pod2man:
>
> pod2text man/xl.pod.1 txt/man/xl.1.txt.tmp
> man/xl.pod.1 around line 854: Expected text after =item, not a bullet
> POD document had syntax errors at /usr/bin/pod2text line 84.
2012 Mar 28
0
[PATCH] tools/memshr: fix build errors caused by Werror
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1332942876 -7200
# Node ID d0fe664fca8a7e7db8b46b2f6c267acc88fa9c78
# Parent 4bd752a4cdf323c41c50f8cd6286f566d67adeae
tools/memshr: fix build errors caused by Werror
-O2 -Wall -Werror triggers these warnings:
cc1: warnings being treated as errors
interface.c: In function ''memshr_daemon_initialize'':
2014 Jan 13
0
[PATCH] New API: copy-attributes.
This allows one to copy attributes (like permissions, xattrs,
ownership) from a file to another.
---
daemon/daemon.h | 3 +
daemon/file.c | 72 ++++++++++++++++++++++
daemon/xattr.c | 69 +++++++++++++++++++++
fish/Makefile.am | 1 +
fish/test-file-attrs.sh | 157 ++++++++++++++++++++++++++++++++++++++++++++++++
generator/actions.ml | 38 ++++++++++++