Re: [systemd-devel] Prefix delegation and IPv6 subnetting

2022-07-08 Thread Peter Mattern
If you're on a distribution running recent version of software, note that prefix delegation is completely dysfunctional as of 251 [1]. [1] https://github.com/systemd/systemd/issues/23546

Re: [systemd-devel] resolved vs. DNS servers listening on Linux dummy interfaces

2022-05-09 Thread Peter Mattern
> use DNSStubListenerExtra= It's indeed this directive I'm using on the downstream interface. Maybe I should have mentioned that. Configuration / results (MACs etc. obfuscated, but all correct on the running system): # head -n-0 /etc/systemd/network/linux-dummy_local0.{netdev,network} ==>

Re: [systemd-devel] resolved vs. DNS servers listening on Linux dummy interfaces

2022-05-09 Thread Peter Mattern
Hi, Petr. > Do you need any systemd-resolved specific features? Primarily, it's about the way directive Domains allows for directing queries to particular DNS servers based on the queries' domains. I'm using it to restrict the ISP's DNS server to the ISP's domain, use a local DNS server for

Re: [systemd-devel] 628c89cc (tentative devices) + disk/by-label udev rule

2015-06-17 Thread Peter Mattern
to labels in /dev/disk/by-label so far. On a side note several partitions tagged by the same partition label will probably exist on nearly every system. As /dev/disk/by-partlabel seems to reference only one per label I wonder whether this directory makes any sense at all. Regards, Peter

Re: [systemd-devel] Swap gets activated twice (through fstab and gpt generators)

2015-01-23 Thread Peter Mattern
, see section Description) systemd-gpt-auto-generator is supposed to behave like this by now already. So maybe a bug in systemd-gpt-auto-generator manifesting only in the context of BIOS + GPT? Regards, Peter Mattern ___ systemd-devel mailing list

Re: [systemd-devel] Long waiting for swap device

2015-01-09 Thread Peter Mattern
Similar findings can result from running systemd ≥ 209 on a kernel compiled without CONFIG_FHANDLE. You may want to check this on your system. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

[systemd-devel] [PATCH] man (5) machine-info: add hostnamed chassis type embedded

2014-12-20 Thread Peter Mattern
man machine-info lacks hostnamed chassis type embedded as introduced in 218. The following lines should fix this. --- man/machine-info.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/machine-info.xml b/man/machine-info.xml index c654daa..9bf2bcb 100644 ---

Re: [systemd-devel] systemctl list-dependencies: consider BindsTo as well?

2014-11-23 Thread Peter Mattern
Thanks for fixing this. May I suggest to adjust man systemctl accordingly, too? Necessary parts would be the one about option --reverse and command list-dependencies. As for the latter I'd suggest another change while you're at it. Phrase required and wanted units is rather ambiguous as it

[systemd-devel] systemctl list-dependencies: consider BindsTo as well?

2014-11-21 Thread Peter Mattern
Hello. Right now systemctl's command list-dependencies is considering parameters Wants and Requires only. But given that command's purpose I was wondering whether it wouldn't make sense to have it consider BindsTo as well. Regards, Peter Mattern

Re: [systemd-devel] Calendar Timers: setting system clock may trigger jobs from the past

2014-08-11 Thread Peter Mattern
Separating the unit to sync time from the ones featuring OnCalendar by time-sync.target (or any arbitrary target used as separating wall) worked exactly as expected on ARM and is indeed a workaround for the problem. Couldn't reproduce the need to set DefaultDependencies=No in the units

[systemd-devel] Condition* options linked by AND if stated more than once

2014-08-07 Thread Peter Mattern
If one of these options gets stated more than once the different instances seem to be linked by a logical AND, too. This prevents overwriting these options via snippets in /etc, e. g. systemd-timesyncd.service still won't run in KVM with a snippet

Re: [systemd-devel] Condition* options linked by AND if stated more than once

2014-08-07 Thread Peter Mattern
First, thank you very much for your quick responses. I had missed the description in man systemd.unit (If any of these options is assigned the empty string, ... at the end of the paragraph about Condition*, right?) and a snippet as posted by Michal works (I had already checked this myself but

[systemd-devel] Calendar Timers: setting system clock may trigger jobs from the past

2014-08-04 Thread Peter Mattern
implementation. I don't know whether something could or should be done about this (personally I think yes), but thought it might make some sense to report here. Regards, Peter Mattern ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http