Not sure if it’s relevant, but I’ve noticed that version <10.6, same message "Failed to connect to system scope bus via local transport: No such file or directory" appeared twice on a Zero 3 without the extra ports hat during reboot. While I previously ignored the errors during reboots, the issue is more visible with new 10.6 dietpi-banner option to display systemd status, and results in:
systemd status : Failed to connect to system scope bus via local transport: No such file or directory
No services failed
If I understand things correctly, the issue is that systemd attempts to initialize the missing ports and fails gracefully with a benign error… and then gracefully fails again when attempting to tear down the missing ports during a reboot.
My only concerned is that it will cause confusion… and like me, drive people to the forum to figure out if the error message is critical or not. I would hope that there is someway to check for the existence of the extra port hat, and if so, only initialize the available ports vs attempting to blindly initialize them and fail gracefully, while leaving bogus error messages behind.