Open DaanDeMeyer opened 2 years ago
It would be nice to work out so that the community could get c8s->c9s upgrades working with dnf system-upgrade.
Maybe a call to systemctl daemon-reexec
at the right time would help?
So, what's the state here? is this even an upstream issue?
So, what's the state here? is this even an upstream issue?
Do we support upgrades from such old versions? I guess at least in principle we do, we always tried to make daemon-reexec from old versions work.
But this is strange. In systemd.rpm
's %post
, systemctl daemon-reexec
is done. So we must be running the latest systemd by the time the transfiletrigger macros are called. So maybe something is borked in the downstream rpm packaging that prevents the reexec from happening? I think this needs to be debugged downstream; right now it seems that the upstream macros are correct and this should work without any issues.
systemd version the issue has been seen with
v250
Used distribution
Linux kernel version used (
uname -a
)CPU architecture issue was seen on
Expected behaviour you didn't see
Unexpected behaviour you saw
Steps to reproduce the problem
Additional program output to the terminal or log subsystem illustrating the issue
cc @keszybz I'm not really sure if we intend to support this use case or not but it'd be nice if we could support it.