Felix Miata composed on 2024-09-23 23:45 (UTC-0400):
# tail of journal Sep 23 23:27:51 systemd[1]: Starting User Login Management... Sep 23 23:27:51 systemd-logind[2198]: Failed to connect to system bus: No such file or directory Sep 23 23:27:51 systemd-logind[2198]: Failed to fully start up daemon: No such file or directory Sep 23 23:27:51 systemd[1]: systemd-logind.service: Main process exited, code=exited, status=1/FAILURE Sep 23 23:27:51 systemd[1]: systemd-logind.service: Failed with result 'exit-code'. Sep 23 23:27:51 systemd[1]: Failed to start User Login Management. Sep 23 23:27:51 systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 5. Sep 23 23:27:51 systemd[1]: dbus.socket: Start request repeated too quickly. Sep 23 23:27:51 systemd[1]: dbus.socket: Failed with result 'start-limit-hit'. Sep 23 23:27:51 systemd[1]: Failed to listen on D-Bus System Message Bus Socket.
…
This was why: # systemctl list-unit-files | grep dbus dbus-broker.service disabled enabled … Enabling was the fix. https://bugzilla.opensuse.org/show_bug.cgi?id=1229813 dbus.socket does not start dbus-broker.service