Re: [systemd-devel] killmode

2022-05-20 Thread Pascal
will try in this way. thanks for feedback. regards, lacsaP. Le ven. 20 mai 2022 à 19:38, Mike Gilbert a écrit : > On Fri, May 20, 2022 at 1:34 PM Mike Gilbert wrote: > > > > On Fri, May 20, 2022 at 12:54 PM Pascal wrote: > > > > > > not really in the sense that qemu-nbd launches and immediate

Re: [systemd-devel] killmode

2022-05-20 Thread Mike Gilbert
On Fri, May 20, 2022 at 1:34 PM Mike Gilbert wrote: > > On Fri, May 20, 2022 at 12:54 PM Pascal wrote: > > > > not really in the sense that qemu-nbd launches and immediately gives the > > hand back to the script that called it. > > the script ends positively and qemu-nbd is killed by systemd bec

Re: [systemd-devel] killmode

2022-05-20 Thread Mike Gilbert
On Fri, May 20, 2022 at 12:54 PM Pascal wrote: > > not really in the sense that qemu-nbd launches and immediately gives the hand > back to the script that called it. > the script ends positively and qemu-nbd is killed by systemd because it is > considered to be garbage left behind by the script.

Re: [systemd-devel] killmode

2022-05-20 Thread Pascal
not really in the sense that qemu-nbd launches and immediately gives the hand back to the script that called it. the script ends positively and qemu-nbd is killed by systemd because it is considered to be garbage left behind by the script. this is not quite the case of a timeout that systemd termin

[systemd-devel] Questions around cgroups, systemd, containers

2022-05-20 Thread Lewis Gaul
Hi all, I've been trying to get a deeper understanding of Linux cgroups and their use with containers/systemd over the last few months. I have a few questions, but given the amount of context around the questions I've written up my understanding in a blog post at https://www.lewisgaul.co.uk/blog/c

Re: [systemd-devel] killmode

2022-05-20 Thread Mike Gilbert
On Fri, May 20, 2022 at 10:51 AM Pascal wrote: > it is not strictly speaking a long-running process but it is a child who > survives his father and who is killed when his father stops living > successfully ! what a strange world these children live in... ;-) Sorry, I missed this last line. Are

Re: [systemd-devel] killmode

2022-05-20 Thread Mike Gilbert
On Fri, May 20, 2022 at 10:51 AM Pascal wrote: > > hi, > > is it possible to influence the killmode of a script launched by an udev rule > ? > > I have a udev rule that starts a script that itself starts qemu-nbd that gets > killed once the script is finished (qemu-nbd links a block device to an

[systemd-devel] killmode

2022-05-20 Thread Pascal
hi, is it possible to influence the *killmode* of a script launched by an udev rule ? I have a udev rule that starts a script that itself starts qemu-nbd that gets killed once the script is finished (qemu-nbd links a block device to an nbd node). it is not strictly speaking a *long-running proce

Re: [systemd-devel] issues with [email protected] after in 251-rc3

2022-05-20 Thread Zbigniew Jędrzejewski-Szmek
On Thu, May 19, 2022 at 01:42:43PM +0200, Daan De Meyer wrote: > > Am 19.05.22 um 05:32 schrieb Dusty Mabe: > > > I'm requesting help to try to find a problematic commit between > > > v251-rc2..v251-rc3. > > > > > > We have a test in Fedora CoreOS [1] that tests luks and this test > > > started fai