Re: [systemd-devel] What condition(s) do .device units wait for?

2023-09-15 Thread Andrei Borzenkov
On 16.09.2023 07:53, Philip Couling wrote: I'm trying to understand what a system is timing out waiting for a device in /etc/fstab when a simple "mount -av" will succeed. To reach systemd, initramfs has already mounted the device as the base layer to an overlay mount used as the root file system

Re: [systemd-devel] What condition(s) do .device units wait for?

2023-09-15 Thread Mantas Mikulėnas
.device units wait for *udev* to broadcast the uevent about that device being added, which happens after udev has 1. received the initial kernel uevent (either real or produced by systemd-udev-trigger.service) and 2. finished processing all its .rules for that device (which means everything that ru

[systemd-devel] What condition(s) do .device units wait for?

2023-09-15 Thread Philip Couling
I'm trying to understand what a system is timing out waiting for a device in /etc/fstab when a simple "mount -av" will succeed. To reach systemd, initramfs has already mounted the device as the base layer to an overlay mount used as the root file system, so it's definitely ready to use in the Linu

Re: [systemd-devel] How can I prevent systemd.network from auto-deleting my manually-assigned static IPv4 addresses?

2023-09-15 Thread Jeremy Friesner
Ian Pilcher https://mailto:[email protected]>> wrote: > Why are you running systemd-networkd at all? That’s a really good question — the decision wasn’t made by me. I think the people in charge of updating the device’s Linux distribution were just thinking along general principles that syst

Re: [systemd-devel] Fedora 38 and signed PCR binding

2023-09-15 Thread Aleksandar Kostadinov
Will appreciate any pointers about debugging and fixing this! On Tue, Sep 12, 2023 at 2:55 AM Aleksandar Kostadinov wrote: > > On Mon, Sep 11, 2023 at 2:57 PM Lennart Poettering > wrote: > > > > On Mo, 11.09.23 14:48, Aleksandar Kostadinov ([email protected]) wrote: > > > > > Hi again. I tried