[systemd-devel] Strange behavior of socket activation units

2022-02-06 Thread Tuukka Pasanen
Hello, I have encountered this kind of problem. This particularly is MariaDB 10.6 installation to Debian. Nearly every application that is restarted/started dies on: Failed to get properties: Unit name mariadb-extra@.socket is missing the instance name. Failed to get properties: Unit name

[systemd-devel] Which distributions copy systemd-networkd 'link' files into the initramfs?

2022-02-06 Thread Kevin P. Fleming
Is this just a Debian (and derivatives) feature, or more common? I just spent nearly an hour trying to figure out why the link file changes I'd made on a system were not working properly, and this was the cause. I even ran 'networkctl status' on an interface that should no longer exist, and it

Re: [systemd-devel] Udevd and dev file creation

2022-02-06 Thread Greg KH
On Sun, Feb 06, 2022 at 01:43:08PM +0530, Nishant Nayan wrote: > While reading the code I came across :- > struct Manager > struct Worker > Can you please provide an overview on these, I did not get a clear cut > explanation on these structs, the code only has its member variables. Those are the

Re: [systemd-devel] Udevd and dev file creation

2022-02-06 Thread Nishant Nayan
While reading the code I came across :- struct Manager struct Worker Can you please provide an overview on these, I did not get a clear cut explanation on these structs, the code only has its member variables. Also what is the variable 'arg_children_max' Why is it specifically set to 8 +