[systemd-devel] Correct way to read from journal after poll() returns

2024-10-07 Thread Etienne Cordonnier
Hello, I am updating a system from systemd v250 to systemd v255. There is some small utility on the system using sd_journal_add_match() to react on coredumps being printed to the journal: sd_journal_open(...); poll_fd = sd_journal_get_fd(...); sd_journal_seek_tail(...); sd_journal_previous(...); s

[systemd-devel] Passing Kernel Params from systemd-boot for Secure Boot UKI

2024-10-07 Thread Mah, Yock Gen
My Mariner OS is built with following features: 1, Unified Kernel Image (kernel+initrd+cmdline) 2. Systemd-boot as boot loader 3. Secure Boot enabled 4. Multi boot Systemd-boot config files looks like below ``` root@YockgenOS [ ~ ]# cat /boot/efi/loader/entries/sos1.conf Title Yockgen OS1 UKI

Re: [systemd-devel] Mapped device not becoming active

2024-10-07 Thread Mantas Mikulėnas
On Mon, Oct 7, 2024 at 11:23 AM Lennart Poettering wrote: > On Fr, 04.10.24 15:03, Fredrik Hugosson (h...@axis.com) wrote: > > > On 2024-09-11 14:28, Lennart Poettering wrote: > > > On Mi, 11.09.24 11:43, Fredrik Hugosson (fredrik.hugos...@axis.com) > wrote: > > > > > > > Hi! > > > > > > > > I'm

Re: [systemd-devel] Mapped device not becoming active

2024-10-07 Thread Lennart Poettering
On Fr, 04.10.24 15:03, Fredrik Hugosson (h...@axis.com) wrote: > On 2024-09-11 14:28, Lennart Poettering wrote: > > On Mi, 11.09.24 11:43, Fredrik Hugosson (fredrik.hugos...@axis.com) wrote: > > > > > Hi! > > > > > > I'm trying to use the > > > systemd-cryptsetup@.service