[systemd-devel] With UEFI secure boot and dm-verity, how does one find the user data partition?

2025-10-18 Thread Demi Marie Obenour
This isn't systemd-specific, but I know that at least some systemd developers recommend using UEFI secure boot + dm-verity, which leads to this problem. I also don't know a better place to ask for help on this. How do OSs using dm-verity and UKIs find the user data partition? On some systems it i

Re: [systemd-devel] Multiprofile UKIs on Type 1 entries

2025-10-18 Thread Itxaka Serrano Garcia
Also a small thing, there is nothing on the docs on how to select a profile via Type 1 entries, is that even possible? Does it go into the efi stanza like EFI_FILE@PROFILE_NUMBER or something? Cheers, Itxaka On Mon, Sep 22, 2025 at 4:35 PM Itxaka Serrano Garcia < [email protected]> w

Re: [systemd-devel] timedatectl set-ntp

2025-10-18 Thread Alipour Alipour
Thanks, it became clear On Wed, Oct 1, 2025 at 11:10 AM Mantas Mikulėnas wrote: > On Wed, Oct 1, 2025 at 6:56 AM Alipour Alipour > wrote: > >> Hi, >> >> Is there a config file to control (enable/disable) the `timedatectl` NTP >> service status without using the `timedatectl set-ntp` command lin

[systemd-devel] sysctl.d file prefix

2025-10-18 Thread freedesktop
Hello, I've noticed the files shipped in systemd/sysctl.d are prefixed 50, e.g. 50-default.conf and 50-pid-max.conf. Nowadays, these are typically installed by distributions to /usr/lib. However, sysctl.d(5) notes: It is recommended to use the range 10-40 for configuration files in /usr/

Re: [systemd-devel] DHCPv6 configuration with NixOS

2025-10-18 Thread Andrei Borzenkov
24.09.2025 19:29, Mark VanDyke wrote: >>> The following relevant portion in my working networking config. >> >> You did not show any of the systemd/networkd conf files. > > True. Let me start over. > > In the "old" situation I configure the system with "legacy scripts" as > they call it, which do

[systemd-devel] Systemd timers run repeatedly after time skip

2025-10-18 Thread Jeremy Herbert
Hi, I am not sure if this is a bug or just me not understanding the behaviour correctly (the latter is more likely). Perhaps related to https://github.com/systemd/systemd/issues/6036 I have a system that doesn't have access to time or an RTC for about 10 minutes after boot. When the system powers

[systemd-devel] DHCPv6 configuration with NixOS

2025-10-18 Thread Mark VanDyke
Greetings all, For my NixOS powered router I would like to migrate the networking to systemd, but no matter what I do, I can't get IPv6 to work. I have disabled the firewall, IPv4 is working fine, but IPv6 is not. The following relevant portion in my working networking config. -- ne

Re: [systemd-devel] DHCPv6 configuration with NixOS

2025-10-18 Thread Barry Scott
> On 23 Sep 2025, at 21:47, Mark VanDyke wrote: > > The following relevant portion in my working networking config. > > You did not show any of the systemd/networkd conf files. What software are you using for dhcp? In my case my ISP provides a PPPoE interface that does a lot of the heavy

Re: [systemd-devel] Multiprofile UKIs on Type 1 entries

2025-10-18 Thread Itxaka Serrano Garcia
On Mon, Sep 22, 2025 at 4:18 PM Lennart Poettering wrote: > On Mo, 22.09.25 15:01, Itxaka Serrano Garcia ( > [email protected]) wrote: > > > Hello folks, > > > > we are investigating a bit around multi-profile UKIs and cmdlines and > while > > this works as expected, we noticed that

Re: [systemd-devel] Multiprofile UKIs on Type 1 entries

2025-10-18 Thread Itxaka Serrano Garcia
On Tue, Sep 23, 2025 at 4:11 PM Lennart Poettering wrote: > On Di, 23.09.25 09:26, Itxaka Serrano Garcia ( > [email protected]) wrote: > > > Also a small thing, there is nothing on the docs on how to select a > profile > > via Type 1 entries, is that even possible? Does it go into th

Re: [systemd-devel] Credentials and SELinux - Am I missing something?

2025-10-18 Thread Demi Marie Obenour
On 9/24/25 00:38, Lennart Poettering wrote: > On Di, 23.09.25 18:26, Demi Marie Obenour ([email protected]) wrote: > >> On 9/23/25 17:56, Luca Boccassi wrote: >>> On Tue, 23 Sept 2025 at 22:45, Ian Pilcher wrote: This was discussed in this issue[1], but the issue was closed without

Re: [systemd-devel] Credentials and SELinux - Am I missing something?

2025-10-18 Thread Demi Marie Obenour
On 9/23/25 17:56, Luca Boccassi wrote: > On Tue, 23 Sept 2025 at 22:45, Ian Pilcher wrote: >> This was discussed in this issue[1], but the issue was closed without >> any real resolution. (Giving a confined service access to everything >> labeled var_run_t is most definitely not acceptable.) > >

Re: [systemd-devel] timedatectl set-ntp

2025-10-18 Thread Mantas Mikulėnas
On Wed, Oct 1, 2025 at 6:56 AM Alipour Alipour wrote: > Hi, > > Is there a config file to control (enable/disable) the `timedatectl` NTP > service status without using the `timedatectl set-ntp` command line? > > I.e. where does `timedatectl` save its NTP service status when you use the > `timedat