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
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
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
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
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
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
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
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
Nice! Applied all 10.
Zbyszek
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
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
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
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
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
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
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
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
---
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
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
---
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
---
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
---
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
---
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
--
---
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.
---
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
---
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
---
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
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 |
---
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
28 matches
Mail list logo