[systemd-devel] Concurrent login / daemon-reload produces abandoned sessions

2021-07-07 Thread Nicolas Bock
Hi, Using systemd-248.3-1ubuntu1 on Ubuntu Impish the following script produces multiple abandoned sessions: $ for i in {1..100}; do sleep 0.2; ssh localhost sudo systemctl daemon-reload & ssh localhost sleep 1 & done $ sleep 2 $ jobs -p | xargs --verbose --no-run-if-empt

[systemd-devel] Mounting a new device to a mount point with an old (auto-generated) but inactive mount unit triggers an immediate unmount

2021-07-07 Thread Christian Rohmann
Hello systemd-devel, we recently replaced a broken drive on a server and ran into a strange issue in regards to a mount 1) It started with the old device not being reachable anymore and therefore the crypt setup and mount was just failing: --- cut --- [...] Jul  2 03:41:11 myserver

[systemd-devel] systemd 249 released

2021-07-07 Thread systemd tag bot
🎆 A new, official systemd release has just 🎉 been 🎊 tagged 🍾. Please download the tarball here: https://github.com/systemd/systemd/archive/v249.tar.gz Changes since the previous release: * When operating on disk images via the --image= switch of various tools (such as

Re: [systemd-devel] Mounting a new device to a mount point with an old (auto-generated) but inactive mount unit triggers an immediate unmount

2021-07-07 Thread Silvio Knizek
Am Mittwoch, dem 07.07.2021 um 15:21 +0200 schrieb Christian Rohmann: > Hello systemd-devel, > > > we recently replaced a broken drive on a server and ran into a strange > issue in regards to a mount > > > > 1) It started with the old device not being reachable anymore and > therefore the cryp