Sebastian Ramacher, le mar. 05 août 2025 19:28:28 +0200, a ecrit: > > diff --git a/debian/debhelper.in/libc.postinst > > b/debian/debhelper.in/libc.postinst > > index b5a84a4f..33b1062e 100644 > > --- a/debian/debhelper.in/libc.postinst > > +++ b/debian/debhelper.in/libc.postinst > > @@ -163,7 +163,7 @@ then > > # (if systemd --help fails the system might still be quite broken but > > # that seems better than the kernel panic that results if systemd > > # cannot reexec itself). > > - if command -v systemd >/dev/null; then > > + if systemd --help >/dev/null 2>/dev/null; then > > systemctl daemon-reexec > > Are there cases where systemd --help would succeed but systemdctl > daemon-reexec cold still be broken?
Concerning this bug, no: the issue is with the (old) systemd binary itself that is missing the old libsystemd-core library. So testing that systemd successfully runs confirms that the matching libsystemd-core library is there (either old or new). Samuel

