---
Makefile.am | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9420879..4933e6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1259,8 +1259,7 @@ DISTCLEANFILES = \
EXTRA_DIST += \
$(gperf_gperf_m4_sources) \
-
currently it would only be included if configure was ran with --enable-gnuefi
---
Makefile.am | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 70d4dc0..9420879 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2601,6 +2601,8 @@
This patch simplify swapon usage in systemd. The command swapon(8)
since util-linux v2.26 supports -o list. The idea is exactly the
same like for mount(8). The -o specifies options in fstab-compatible
way. For systemd it means that it does not have to care about things
like discard or another
Patchset imported to github.
Pull request:
https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1432545498-10891-2-git-send-email-Marc-Antoine%40Perennou.com
--
Generated by https://github.com/haraldh/mail2git
___
systemd-devel
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 4933e6f..8e38010 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3128,7 +3128,7 @@ pkginclude_HEADERS += \
src/systemd/sd-bus.h \
src/systemd/sd-bus-protocol.h \
Patchset imported to github.
Pull request:
https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1432548683-7591-1-git-send-email-kzak%40redhat.com
--
Generated by https://github.com/haraldh/mail2git
___
systemd-devel mailing
From: Jan Synacek jsyna...@redhat.com
Journald options SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
RuntimeMaxUse=, RuntimeKeepFree= and RuntimeMaxFileSize= can now be
specified as a percentage of the available space. Ditto for coredump
options MaxUse=, KeepFree=, ExternalSizeMax=,
Hi
On Sun, May 24, 2015 at 3:00 PM, Thomas Ritter th.rit...@gmx.at wrote:
Dear group,
Since a while I am experimenting with systemd and kdbus, till now with
excellent results.
Recently I tried to bump all versions to LATEST/HEAD, and ran into some
issues.
My short question:
Is there a
Lennart Poettering lenn...@poettering.net schrieb:
On Sat, 18.04.15 17:38, Kai Krakow (hurikha...@gmail.com) wrote:
Hello!
Sometimes I'm seeing messages like this:
[ 5780.379921] systemd-resolved[685]: Assertion 'n 0' failed at
/var/tmp/portage/sys-apps/systemd-219-
Lennart Poettering lenn...@poettering.net schrieb:
[...]
systemd-219 on the host, 218 in the container.
This is fixed in git since a while now, please test.
Yes, works for me in v220. Thanks.
--
Replies to list only preferred.
___
systemd-devel
Applied. Thanks!
Tom
On Mon, May 25, 2015 at 11:18 AM, Marc-Antoine Perennou
marc-anto...@perennou.com wrote:
currently it would only be included if configure was ran with --enable-gnuefi
---
Makefile.am | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git
Applied. Thanks!
Tom
On Mon, May 25, 2015 at 12:11 PM, Karel Zak k...@redhat.com wrote:
This patch simplify swapon usage in systemd. The command swapon(8)
since util-linux v2.26 supports -o list. The idea is exactly the
same like for mount(8). The -o specifies options in fstab-compatible
Applied, with minor fix. Please verify that it still works for you!
Tom
On Mon, May 25, 2015 at 11:18 AM, Marc-Antoine Perennou
marc-anto...@perennou.com wrote:
---
Makefile.am | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
Works fine, thanks!
On 25 May 2015 at 17:04, Tom Gundersen t...@jklm.no wrote:
Applied, with minor fix. Please verify that it still works for you!
Tom
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
Lennart Poettering lenn...@poettering.net schrieb:
On Fri, 08.05.15 20:53, Kai Krakow (hurikha...@gmail.com) wrote:
# systemd-nspawn -b --link-journal=try-guest --network-macvlan=enp4s0
# --
bind=/usr/portage --bind-ro=/usr/src --machine=test
Spawning container test on
Applied. Thanks!
Tom
On Mon, May 25, 2015 at 1:35 PM, Marc-Antoine Perennou
marc-anto...@perennou.com wrote:
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 4933e6f..8e38010 100644
--- a/Makefile.am
+++ b/Makefile.am
@@
Hello all,
in 220, path_is_mount_point() now always fails with -20 ENOTDIR when
calling it on files. This is problematic as it's perfectly valid to
have bind-mounted files; in fact, systemd's machine_id_setup() itself
creates a /run/machine-id → /etc/machine-id bind mount if /etc is
read-only at
Martin Pitt [2015-05-25 21:06 +0200]:
Alternatively we could pass a parent_path to fd_is_mount_point(),
compute that in path_is_mountpoint(), and don't specify one (or maybe
we even can specify it easily, I didn't check) in rm_rf_children() as
file bind mounts don't seem relevant there. This
This allows us to drop the special sigterm handling in spawn_wait()
as this will now be passed directly to the worker event loop.
We now log failing processe at 'warning' leve, otherwise the
behavior is unchanged.
---
src/test/test-udev.c| 7 --
src/udev/udev-event.c | 177
The behavior is mostly unchanged, but rather than only ever calling these
functions at
fixed points in the event loop, they are called directly whenever they are
invoked.
---
src/udev/udevd.c | 80 +++-
1 file changed, 44 insertions(+), 36
Also move builtin and rules initialization from main loop to
event_queue_start().
No functional change.
---
src/udev/udevd.c | 42 +-
1 file changed, 25 insertions(+), 17 deletions(-)
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 91fe3d9..e309def
---
units/systemd-udevd.service.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in
index 32f04d9..e7216d6 100644
--- a/units/systemd-udevd.service.in
+++ b/units/systemd-udevd.service.in
@@ -23,3 +23,4 @@ RestartSec=0
Rather than trying to schedule new events on every main-loop iteration, do it
explicitly when
processing an event finishes, a worker is killed, a new uevent is received, or
the event queue
is explicitly restarted.
---
src/udev/udevd.c | 13 ++---
1 file changed, 10 insertions(+), 3
I hit this issue after upgrading a system that used keyscript to Jessie,
and it would no longer boot with systemd [1].
That led me to look into adding a password agent for my use case, and/or
creating a generic one that would invoke keyscripts as a workaround...
On Wed, Feb 05, 2014 at
---
src/udev/udevd.c | 378 ++-
1 file changed, 177 insertions(+), 201 deletions(-)
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index c9b0ed5..8cffd81 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -41,6 +41,8 @@
#include
Otherwise building faild with kernel headers v3.16
---
configure.ac | 2 +-
src/shared/missing.h | 11 +--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 48cedb5ab61a..0818dd80cf0c 100644
--- a/configure.ac
+++ b/configure.ac
@@
26 matches
Mail list logo