There are often errors seen with systemd when doing an upgrade using dnf5.
Dnf5 also has problems with displaying messages in that it does not erase an earlier message line before displaying the new one.
In my last update, every message at the end that begins with Running
has failed to remove the earlier message related to whatever?. Note the trailing characters on each such line
>>> Running post-transaction scriptlet: kernel-core-0:6.11.10-300.fc41.x86_641.x86_64
^^^^^^^^
>>> Finished post-transaction scriptlet: kernel-core-0:6.11.10-300.fc41.x86_64
>>> Scriptlet output:
>>> Generating grub configuration file ...
>>> Adding boot menu entry for UEFI Firmware Settings ...
>>> done
>>>
>>> Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64c41.x86_64h4
^^^^^^^^^^^^
>>> Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64
>>> Scriptlet output:
>>> Reload daemon failed: Transport endpoint is not connected
>>> Failed to start jobs: Transport endpoint is not connected
>>>
>>> Running trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_6486_64
^^^^^
>>> Finished trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64
>>> Scriptlet output:
>>> Reload daemon failed: Transport endpoint is not connected
>>>
>>> Running trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64fc41.noarch
^^^^^^^^^^
>>> Finished trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64
>>> Scriptlet output:
>>> Failed to start jobs: Transport endpoint is not connected
>>>
I marked the errors above
I believe there is already a bug report on this but I did not search for it.