0

After a system upgrade (Ubuntu 22 to 23), dbus service org.freedesktop.systemd1 is broken.

$ busctl | grep systemd1
org.freedesktop.systemd1 - - -  (activatable) - -       -

$ busctl tree org.freedesktop.systemd1
Failed to introspect object / of service org.freedesktop.systemd1: Failed to activate service 'org.freedesktop.systemd1': timed out (service_start_timeout=25000ms)
No objects discovered.

Snapd is broken in the ripple effect.

How to start dbus service org.freedesktop.systemd1? How to reactivate it at startup?

3
  • What's the current value of $DBUS_SESSION_BUS_ADDRESS? Commented Apr 29, 2024 at 7:14
  • the system dbus socket lives at /run/dbus/system_bus_socket Commented Apr 30, 2024 at 5:24
  • I wasn't asking about the system bus. Commented Apr 30, 2024 at 5:25

1 Answer 1

0

org.freedesktop.systemd1 does not want to start when the disk is full.

The solution is to make space and reboot.

$ journalctl --vacuum-time=2months
$ rm -rf /var/cache/apt/archives/*
$ reboot

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.