Re: [systemd-devel] host0 virtual link suddenly default down in systemd-nspawn container

2019-09-09 Thread Ansgar Burchardt
Johannes Ernst writes: > I've been running the same systemd-nspawn container for some time, always > with the same options: > > systemd-nspawn -b -n -D dir -M name --bind /home -x > > It would always bring up the virtual ethernet link immediately during > boot of the container. But since a

Re: [systemd-devel] about administator Authentication agents

2015-11-23 Thread Ansgar Burchardt
On Mon, 2015-11-23 at 15:09 +0100, Michael Biebl wrote: > 2015-11-23 13:32 GMT+01:00 Mantas Mikulėnas : > > I remember Debian had an oddly restrictive policy for systemd bus > > access > > (though it seems to be fixed now?). > > The Debian systemd package never diverged from

Re: [systemd-devel] How does systemd discover template instances?

2015-10-16 Thread Ansgar Burchardt
Michael Chapman writes: > On Thu, 15 Oct 2015, Stuart Longland wrote: >> Assuming I have a few files distributed in the base package: >> /lib/systemd/system/comms-drivers.service >> /lib/systemd/system/comms-drivers@.service >> >> Ordinarily, one would tell

Re: [systemd-devel] [HEADSUP] systemd-222 around the corner

2015-07-08 Thread Ansgar Burchardt
Hi, Colin Guthrie gm...@colin.guthr.ie writes: Bit late now, but does anyone else have the issue that calling systemctl reload will kill off any machines registered in machined. To me the problem commit is 9b420b3cfb8b93daf50e4cdbc92b05f2209ef893. machined: make sure to track machine unit

[systemd-devel] systemd-networkd: option for IPv6 privacy extension?

2015-06-14 Thread Ansgar Burchardt
Hi, I'm wondering if systemd-networkd could provide an option to control the IPv6 privacy extension? It is controlled via a sysctl setting: net.ipv6.conf.${interface}.use_tempaddr with three values: = 0 : disable Privacy Extensions == 1 : enable Privacy Extensions, but prefer public

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

2014-08-04 Thread Ansgar Burchardt
Lennart Poettering lenn...@poettering.net writes: On Sun, 27.07.14 15:19, Ansgar Burchardt (ans...@debian.org) wrote: 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

[systemd-devel] Support for pre-restart check

2014-07-30 Thread Ansgar Burchardt
Hi, while looking at how to convert sysvinit scripts to service files in Debian, I noticed that some scripts do an additional sanity check during the restart action. That is, they run an extra command to validate the configuration and only restart the service on success. Systemd doesn't seem to

Re: [systemd-devel] Support for pre-restart check

2014-07-30 Thread Ansgar Burchardt
Hi, On 07/30/2014 13:26, Jóhann B. Guðmundsson wrote: On 07/30/2014 10:22 AM, Ansgar Burchardt wrote: while looking at how to convert sysvinit scripts to service files in Debian, I noticed that some scripts do an additional sanity check during the restart action. That is, they run an extra

[systemd-devel] [PATCH] Correct references to ProtectSystem and ProtectHome in documentation

2014-07-28 Thread Ansgar Burchardt
--- NEWS | 2 +- man/systemd.exec.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 71017fa..d6cbc5a 100644 --- a/NEWS +++ b/NEWS @@ -299,7 +299,7 @@ CHANGES WITH 214: moved to /run/systemd/resolve/. If you have a symlink

[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 +++

[systemd-devel] Reason for IgnoreSIGPIPE=true by default

2014-07-25 Thread Ansgar Burchardt
Hi, I'm wondering what the reason for IgnoreSIGPIPE to default to true is. The documentation just states that Defaults to true because SIGPIPE generally is useful only in shell pipelines. But I don't think that this alone is a good reason to change the default. It can confuse programs

[systemd-devel] [PATCH] NEWS: fix typo

2014-02-25 Thread Ansgar Burchardt
--- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 73a1dc2..41ed127 100644 --- a/NEWS +++ b/NEWS @@ -30,7 +30,7 @@ CHANGES WITH 210: * logind will now watch SW_DOCK switches and inhibit reaction to the lid switch if it is pressed.

[systemd-devel] [PATCH] man: fix a typo

2014-02-17 Thread Ansgar Burchardt
--- man/journald.conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 03bcd0c..9516432 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -400,7 +400,7 @@ and