Systemd error in F41

I’ve noticed two things now with the new systemd. Anyone else seeing this?

  1. systemd: 256.7-1.fc41: Tainted: unmerged-bin
  2. On update always receive:
Running trigger-install scriptlet: systemd-0:256.7-1.fc41.x86_64
>>> Finished trigger-install scriptlet: systemd-0:256.7-1.fc41.x86_64
>>> Scriptlet output:
>>> Reload daemon failed: Transport endpoint is not connected
>>> Failed to connect to bus: Broken pipe
>>> 
>>> Running trigger-post-uninstall scriptlet: systemd-0:256.7-1.fc41.x86_64
>>> Finished trigger-post-uninstall scriptlet: systemd-0:256.7-1.fc41.x86_64
>>> Scriptlet output:
>>> Reload daemon failed: Transport endpoint is not connected
>>> 
>>> Running trigger-post-uninstall scriptlet: systemd-0:256.7-1.fc41.x86_64
>>> Finished trigger-post-uninstall scriptlet: systemd-0:256.7-1.fc41.x86_64
>>> Scriptlet output:
>>> Failed to start jobs: Transport endpoint is not connected
>>> 
Complete!

This is expected. That taint has been shown for a while. For F42, we plan to merge sbin and bin (Changes/Unify bin and sbin - Fedora Project Wiki).

Hmm, that is not expected. Looks like a problem with dbus. Please open a bug with the logs (‘journalctl -b --no-hostname’).

1 Like

I’ve seen that, or something similar, and I had a suspicion that is some interaction between dbus-broker detecting updated config files and systemd needed the system dbus for restarting deamons that may need restarting. I may be wrong, thou. I haven’t seen this for the last 2 or 3 months.

I observe something similar. At my side it looks:

Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64c41.x86_64h
Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64
Scriptlet output:
Failed to connect to user scope bus via machine transport: No medium found
Failed to connect to user scope bus via machine transport: No medium found

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:
Failed to connect to user scope bus via machine transport: No medium found

Running trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64c41.x86_64h
Finished trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64
Scriptlet output:
Failed to connect to user scope bus via machine transport: No medium found

Is that related?

I’m having the exact same issue on three different machines running Fedora 41:

Running post-install scriptlet: snapd-selinux-0:2.66.1-0.fc41.noarch
Finished post-install scriptlet: snapd-selinux-0:2.66.1-0.fc41.noarch
Scriptlet output:
Failed to resolve typeattributeset statement at /var/lib/selinux/targeted/tmp/modules/200/snappy/cil:223
Failed to resolve AST
semodule: Failed!

Running post-uninstall scriptlet: snapd-0:2.65.1-2.fc41.x86_64
Finished post-uninstall scriptlet: snapd-0:2.65.1-2.fc41.x86_64
Scriptlet output:
Failed to connect to user scope bus via machine transport: No medium found
Failed to connect to user scope bus via machine transport: No medium found

Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64c41.x86_64h
Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64
Scriptlet output:
Failed to start jobs: Failed to enqueue some jobs, see logs for details: Invalid argument

Running trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64
Finished trigger-install scriptlet: systemd-0:256.8-1.fc41.x86_64
Scriptlet output:
Failed to connect to user scope bus via machine transport: No medium found
Failed to connect to user scope bus via machine transport: No medium found

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:
Failed to connect to user scope bus via machine transport: No medium found

Running trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64c41.x86_64h
Finished trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64
Scriptlet output:
Failed to start jobs: Failed to enqueue some jobs, see logs for details: Invalid argument

Running trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64
Finished trigger-post-uninstall scriptlet: systemd-0:256.8-1.fc41.x86_64
Scriptlet output:
Failed to connect to user scope bus via machine transport: No medium found

I opened a bug: dnf5 systemd update: Failed to connect to bus: Broken pipe

1 Like