Re: [systemd-devel] Issue with ukify in mkosi Build Process

2024-11-21 Thread Daan De Meyer
Hi, As documented in HACKING.md, add `ExtraSearchPaths=build` to mkosi.local.conf in the [Host] section to have mkosi use executables from the systemd build directory. Cheers, Daan On Thu, 21 Nov 2024 at 18:04, Vishwanath Chandapur wrote: > > Hi, > > I am attempting to build the latest version

Re: [systemd-devel] Masking mount units

2024-11-21 Thread Andrei Borzenkov
21.11.2024 20:47, Phillip Susi wrote: Andrei Borzenkov writes: commit 142b8142d7bb84f07ac33fc00527a4d48ac8ef9f Author: Tom Yan Date: Wed Jan 9 23:35:24 2019 +0800 mount/generators: do not make unit wanted by its device unit As device units will be reloaded by systemd whenever th

Re: [systemd-devel] Masking mount units

2024-11-21 Thread Phillip Susi
Andrei Borzenkov writes: > commit 142b8142d7bb84f07ac33fc00527a4d48ac8ef9f > Author: Tom Yan > Date: Wed Jan 9 23:35:24 2019 +0800 > > mount/generators: do not make unit wanted by its device unit > > As device units will be reloaded by systemd whenever the > corresponding device genera

[systemd-devel] Issue with ukify in mkosi Build Process

2024-11-21 Thread Vishwanath Chandapur
Hi, I am attempting to build the latest version of *systemd* using *mkosi* *build *to create a bootable image, but I am encountering an error during the process. Am I doing anything wrong here? Build system: Fedora 39 Commands used: git clone https://github.com/systemd/mkosi.git ln -s $PWD/mkosi

Re: [systemd-devel] systemd-bless-boot not updating the loader.conf?

2024-11-21 Thread Itxaka Serrano Garcia
On Thu, Nov 21, 2024 at 2:45 PM Lennart Poettering wrote: > On Do, 21.11.24 14:35, Itxaka Serrano Garcia ( > itxaka.gar...@spectrocloud.com) wrote: > > > Hey folks, > > > > we are currently implementing systemd-boot boot assessment on Kairos, > where > > we have a few entries under /loader/entrie

Re: [systemd-devel] systemd-bless-boot not updating the loader.conf?

2024-11-21 Thread Lennart Poettering
On Do, 21.11.24 14:35, Itxaka Serrano Garcia (itxaka.gar...@spectrocloud.com) wrote: > Hey folks, > > we are currently implementing systemd-boot boot assessment on Kairos, where > we have a few entries under /loader/entries/ > > We made it so they start at threes tries so the config fails are for

[systemd-devel] systemd-bless-boot not updating the loader.conf?

2024-11-21 Thread Itxaka Serrano Garcia
Hey folks, we are currently implementing systemd-boot boot assessment on Kairos, where we have a few entries under /loader/entries/ We made it so they start at threes tries so the config fails are for example active+3.conf On boot, we can see the filename renamed properly to active+2-1.conf unti

Re: [systemd-devel] [EXT] [PATCH] libblkid: fix spurious ext superblock checksum mismatches

2024-11-21 Thread Karel Zak
On Tue, Nov 19, 2024 at 09:49:57AM GMT, Theodore Ts'o wrote: > The O_DIRECT read isn't a magic bullet. Hmm... the nice thing about this patch is that it only uses O_DIRECT when necessary (if the ordinary method fails). This means that it does not add complexity or overhead to regular FS probing.