[systemd-devel] Networkd defaulting to interface UP when BindCarrier points to non-existing interface

2024-03-04 Thread Jordi Auge
Hello, I'm using the BindCarrier option on some vlan interfaces so networkd will mirror the up/down state of another interface, and I'm mirroring the state of an interface that will be created by another program, after networkd has done its initial config. The problem I have is the

[systemd-devel] systemd-oomd kill a lot of process instead of one service

2024-03-04 Thread maxime . deroucy
Hello, I am running an uptodate archlinux, with gnome desktop. Please find the logs attached. In those logs we see that systemd-oomd is triggered, and select this scope for killing:

Re: [systemd-devel] mkosi config to build minimal Ubuntu 22.04 VM image?

2024-03-04 Thread Daan De Meyer
Hi Paul, Please see the config included in the mkosi repository itself: https://github.com/systemd/mkosi/blob/main/mkosi.conf and https://github.com/systemd/mkosi/tree/main/mkosi.conf.d. This should help you get started. https://mkosi.systemd.io/bootable.html shows how to build a minimal bootable

[systemd-devel] ExecReload and dynamic arguments (start control process with arguments)

2024-03-04 Thread Vadim Nevorotin
Hi! We're trying to pack our services to systemd units, but we've run into a number of problems. One of them - how to support different "reload" modes? We need to start some control process in the context of service (like ExecReload does), but this process supports some arguments and we need to

Re: [systemd-devel] Finding a block device quickly with libblkid

2024-03-04 Thread Karel Zak
On Fri, Mar 01, 2024 at 06:30:15PM +, Eric Curtin wrote: > We are looking into optimizing the boot sequence of a device with many > partitions. Nice topic :-) > On boot in the default systemd implementation, all the block devices > are queried via libblkid and the various symlinks are set up