[systemd-devel] systemd-networkd & DHCPv6 Prefix Delegation

2014-11-29 Thread Anthony Messina
Does systemd-networkd provide the capability to request prefix delegation via DHCPv6? I haven't been able to find any information on this topic, and I don't see it in the TODO either. I'm thinking this might be a useful feature. Thanks. -A -- Anthony - https://messinet.com/ - https://messin

Re: [systemd-devel] [systemd-commits] 4 commits - man/systemd.mount.xml man/systemd.swap.xml src/core src/fstab-generator src/journal src/shared

2014-11-29 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Nov 30, 2014 at 12:54:40AM +0100, Lennart Poettering wrote: > On Wed, 26.11.14 12:22, Zbigniew Jędrzejewski-Szmek > (zbys...@kemper.freedesktop.org) wrote: > > > New commits: > > commit 3d82301321afdcc4f2f8786883bd15b1a64c6e83 > > Author: Zbigniew J??drzejewski-Szmek > > Date: Wed Nov

Re: [systemd-devel] [PATCH] NEWS: Document new .conf.d configuration directories

2014-11-29 Thread Lennart Poettering
On Sat, 29.11.14 15:46, Josh Triplett (j...@joshtriplett.org) wrote: > On Sun, Nov 30, 2014 at 12:23:07AM +0100, Lennart Poettering wrote: > > Applied! Thanks! > > Thanks for the fast response! > > Out of curiosity, what's the process/criteria to apply for commit > access? (I have an fd.o accou

Re: [systemd-devel] [systemd-commits] 4 commits - man/systemd.mount.xml man/systemd.swap.xml src/core src/fstab-generator src/journal src/shared

2014-11-29 Thread Lennart Poettering
On Wed, 26.11.14 12:22, Zbigniew Jędrzejewski-Szmek (zbys...@kemper.freedesktop.org) wrote: > New commits: > commit 3d82301321afdcc4f2f8786883bd15b1a64c6e83 > Author: Zbigniew J??drzejewski-Szmek > Date: Wed Nov 26 15:05:55 2014 -0500 > > journald: proceed even if some sockets are unknown

Re: [systemd-devel] [PATCH] NEWS: Document new .conf.d configuration directories

2014-11-29 Thread Josh Triplett
On Sun, Nov 30, 2014 at 12:23:07AM +0100, Lennart Poettering wrote: > Applied! Thanks! Thanks for the fast response! Out of curiosity, what's the process/criteria to apply for commit access? (I have an fd.o account already.) I didn't see any documented on the systemd homepage. - Josh Triplett

Re: [systemd-devel] Unbounded journal~ file accumulation

2014-11-29 Thread Lennart Poettering
On Wed, 26.11.14 21:59, Moyer, Keith (keith.mo...@netapp.com) wrote: > Running v215-6 via Debian jessie > > In my situation, it is common to have unclean reboots. On the > subsequent boot, a system@journal~ file is created. The problem > is that these journal~ files do not trigger any clean

Re: [systemd-devel] [PATCH] NEWS: Document new .conf.d configuration directories

2014-11-29 Thread Lennart Poettering
On Sat, 29.11.14 14:01, Josh Triplett (j...@joshtriplett.org) wrote: Applied! Thanks! > Also provide guidance to distributions, to make sure they don't start > dropping files in the configuration directories in /etc/. > --- > NEWS | 13 + > 1 file changed, 13 insertions(+) > > diff

[systemd-devel] [PATCH] NEWS: Document new .conf.d configuration directories

2014-11-29 Thread Josh Triplett
Also provide guidance to distributions, to make sure they don't start dropping files in the configuration directories in /etc/. --- NEWS | 13 + 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 0d3ab2b..8fc0720 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,19 @@ CHANGES WITH

Re: [systemd-devel] [PATCH 01/10] man/logind.conf.xml: Make "man logind.conf.d" work too

2014-11-29 Thread Zbigniew Jędrzejewski-Szmek
Nice! Applied all 10. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] systemctl: add edit verb

2014-11-29 Thread Ronny Chevalier
2014-11-28 23:41 GMT+01:00 Zbigniew Jędrzejewski-Szmek : > On Fri, Nov 28, 2014 at 09:48:55PM +0100, Ronny Chevalier wrote: >> 2014-10-29 16:22 GMT+01:00 Ronny Chevalier : >> > It helps editing units by either creating a drop-in file, like >> > /etc/systemd/system/my.service.d/override.conf, or by

Re: [systemd-devel] [PATCH] Documentation changes to reflect that isolate is for target and snapshot only and that no extension filenames default to .target.

2014-11-29 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Nov 29, 2014 at 11:30:58AM -0500, Chris Atkinson wrote: > Subject: [PATCH] Documentation changes to reflect that isolate is for target > and snapshot only and that no extension filenames default to .target. Actually you can isolate anything that has AllowIsolate=true. Existing documentatio

Re: [systemd-devel] [PATCH] Documentation changes to reflect that isolate is for target and snapshot only and that no extension filenames default to .target.

2014-11-29 Thread Chris Atkinson
On Fri, 28 Nov 2014 23:43:33 +0100 Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Nov 28, 2014 at 03:37:25PM -0500, Chris Atkinson wrote: > > See > > > > http://lists.freedesktop.org/archives/systemd-devel/2014-November/025644.html > > > > et seq. > Hi, > your patch is line-wrapper. Please resend

Re: [systemd-devel] [RFC PATCH] proc, pidns: Add highpid

2014-11-29 Thread Andy Lutomirski
On Fri, Nov 28, 2014 at 7:34 PM, Eric W. Biederman wrote: > Andy Lutomirski writes: > >> Pid reuse is common, which means that it's difficult or impossible >> to read information about a pid from /proc without races. > > Sigh. > > What we need are not race free pids, but a file descriptor based p

[systemd-devel] [PATCH] cgroup: Handle error when destroying cgroup

2014-11-29 Thread Ross Lagerwall
If a cgroup fails to be destroyed (most likely because there are still processes running as part of a service after the main pid exits), don't free and remove the cgroup unit from the manager. This fixes a regression introduced by the cgroup rework in v205 where systemd would forget about processe

Re: [systemd-devel] [RFC PATCH] proc, pidns: Add highpid

2014-11-29 Thread Andy Lutomirski
On Nov 28, 2014 9:24 PM, "Greg KH" wrote: > > On Fri, Nov 28, 2014 at 03:05:01PM -0800, Andy Lutomirski wrote: > > Pid reuse is common, which means that it's difficult or impossible > > to read information about a pid from /proc without races. > > > > This introduces a second number associated wit

[systemd-devel] TimeoutStopSec is ignored (regression)

2014-11-29 Thread Ross Lagerwall
Hi, On recent versions of systemd, unit_kill_context doesn't set wait_for_exit to true which means that service_enter_signal sends SIGTERM, immediately moves into stop-sigkill and sends SIGKILL, ignoring TimeoutStopSec and often killing processes without giving them a chance to cleanup. Reverting

[systemd-devel] [PATCH] cgroup-util: Don't send SIGCONT after SIGKILL

2014-11-29 Thread Ross Lagerwall
--- src/shared/cgroup-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/cgroup-util.c b/src/shared/cgroup-util.c index bc5030e..e595d89 100644 --- a/src/shared/cgroup-util.c +++ b/src/shared/cgroup-util.c @@ -195,7 +195,7 @@ int cg_kill(const char *controller, c

[systemd-devel] mate desktop user service file

2014-11-29 Thread arnaud gaboury
I only use some settings from mate desktop (clipboard, appearance...) thus looking for a service file to start mate-settings-daemon. /home/gabx/.config/systemd/user/mate-settings-daemon.service - [Unit] Description=Mate settings daemon [Service] Type=daemon ExecSt

[systemd-devel] [PATCH 10/10] journald-remote: Support journal-remote.conf.d and journal-upload.conf.d directories in the usual search paths

2014-11-29 Thread Josh Triplett
--- src/journal-remote/journal-remote.c | 8 src/journal-remote/journal-upload.c | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/journal-remote/journal-remote.c b/src/journal-remote/journal-remote.c index a5d40cb..6ec5ad2 100644 --- a/src/journal-remote/j

[systemd-devel] [PATCH 08/10] resolved: Support resolved.conf.d directories in the usual search paths

2014-11-29 Thread Josh Triplett
--- Makefile-man.am | 5 + man/resolved.conf.xml| 16 +++- src/resolve/resolved-conf.c | 9 + src/resolve/resolved.conf.in | 3 +++ 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/Makefile-man.am b/Makefile-man.am index 01d3408..36e0

[systemd-devel] [PATCH 09/10] timesyncd: Support timesyncd.conf.d directories in the usual search paths

2014-11-29 Thread Josh Triplett
--- Makefile-man.am| 7 ++- man/timesyncd.conf.xml | 17 +++-- src/timesync/timesyncd-conf.c | 9 + src/timesync/timesyncd.conf.in | 3 +++ 4 files changed, 25 insertions(+), 11 deletions(-) diff --git a/Makefile-man.am b/Makefile-man.am index 3

[systemd-devel] [PATCH 07/10] coredump: Support coredump.conf.d directories in the usual search paths

2014-11-29 Thread Josh Triplett
--- Makefile-man.am | 6 -- man/coredump.conf.xml | 14 +++--- src/journal/coredump.c| 9 + src/journal/coredump.conf | 3 +++ 4 files changed, 23 insertions(+), 9 deletions(-) diff --git a/Makefile-man.am b/Makefile-man.am index 593dc40..01d3408 100644 --

[systemd-devel] [PATCH 06/10] bootchart: Support bootchart.conf.d directories in the usual search paths

2014-11-29 Thread Josh Triplett
--- Makefile-man.am | 6 -- man/bootchart.conf.xml | 21 +++-- src/bootchart/bootchart.c| 7 +++ src/bootchart/bootchart.conf | 3 +++ 4 files changed, 25 insertions(+), 12 deletions(-) diff --git a/Makefile-man.am b/Makefile-man.am index 2a0d73e.

[systemd-devel] [PATCH 05/10] systemd-sleep: Support sleep.conf.d directories in the usual search paths

2014-11-29 Thread Josh Triplett
--- Makefile-man.am | 5 + man/systemd-sleep.conf.xml | 15 --- man/systemd-suspend.service.xml | 3 ++- src/shared/sleep-config.c | 7 --- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/Makefile-man.am b/Makefile-man.am index e0c1

[systemd-devel] [PATCH 03/10] core: Support system.conf.d and user.conf.d directories in the usual search paths

2014-11-29 Thread Josh Triplett
--- Makefile-man.am | 12 +++- man/systemd-system.conf.xml | 25 - man/systemd.xml | 10 ++ src/core/main.c | 9 - src/core/system.conf| 3 +++ src/core/user.conf | 3 +++ 6 files changed, 47 in

[systemd-devel] [PATCH 04/10] journald: Support journald.conf.d directories in the usual search paths

2014-11-29 Thread Josh Triplett
--- Makefile-man.am | 5 + man/journald.conf.xml | 14 +++--- src/journal/journald-server.c | 9 + src/journal/journald.conf | 3 +++ 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Makefile-man.am b/Makefile-man.am index f025be0..e0

[systemd-devel] [PATCH 02/10] man: Factor out a common snippet for .d directories and precedence

2014-11-29 Thread Josh Triplett
Several manpages contain duplicate text describing a standard set of .d configuration directories, with the usual sorting, precedence, overrides, and so on. Factor this common text out using XInclude before proliferating it even further. --- Makefile-man.am| 1 + man/binfmt.d.xml |

[systemd-devel] [PATCH 01/10] man/logind.conf.xml: Make "man logind.conf.d" work too

2014-11-29 Thread Josh Triplett
--- Makefile-man.am | 5 + man/logind.conf.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/Makefile-man.am b/Makefile-man.am index f817a05..906a968 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1110,8 +1110,13 @@ MANPAGES += \ man/logind.conf.5 \ man/syst