Re: [systemd-devel] [PATCH] journald: fix syslog facility for messages coming from kmsg

2014-07-27 Thread Michal Sekletar
On Sat, Jul 26, 2014 at 09:11:47PM +0200, Zbigniew Jędrzejewski-Szmek wrote: Hm, what was wrong with the facility before? I think that we should always add SYSLOG_FACILITY field. Now, if (priority LOG_FACMASK) == LOG_KERN we don't do that. We set SYSLOG_IDENTIFIER to kernel tough. But missing

[systemd-devel] [PATCH] parse_boolean: require exact matches

2014-07-27 Thread Ansgar Burchardt
Require exact matches in all cases instead of treating strings starting with 't' ('f') as true (false). This is required for config_parse_protect_system to parse ProtectSystem=full correctly: it uses parse_boolean and only tries a more specific parsing function if that did not return a valid

[systemd-devel] [PATCH] drop_duplicates: copy full BindMount struct

2014-07-27 Thread Ansgar Burchardt
At least t-ignore = f-ignore; is missing here. Just copy the full struct to be sure. --- src/core/namespace.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/namespace.c b/src/core/namespace.c index 5466b7b..fe95377 100644 --- a/src/core/namespace.c +++

Re: [systemd-devel] race conditions after SIGTERM

2014-07-27 Thread Reindl Harald
after that happend a few minutes ago systemd on F19: https://bugzilla.redhat.com/show_bug.cgi?id=1123557 since the sleep 1 was enough over months and now sleep 6 between systemctl stop and rsync is also not relieable my only conclusion is that systemd don't care about the still running MAINPID of

[systemd-devel] [PATCH] man: fix outdated example in systemd.network

2014-07-27 Thread Hong Shick Pak
The docs for the DHCP= was updated, but not the example. --- man/systemd.network.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index dc34154..b0a9792 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@