Skip to content

Troubleshoot dbus connections

Pier edited this page Aug 19, 2025 · 6 revisions
dbus-send --system --print-reply --dest=org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager.ListUnits

dbus-send --system --print-reply --dest=org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager.ListUnitFiles

1 Fetch the list of units on the user session bus

RUST_LOG="info"  sysd-manager  --user --test unit_list

2 Fetch the list of units on the system bus

__RUST_LOG="info" sysd-manager  --system --test unit_list__

__3 Fetch the list of unit files on the user session bus

RUST_LOG="info" sysd-manager --user --test unit_file_list 

4 Fetch the list of unit files on the system bus

RUST_LOG="info" sysd-manager --system --test unit_file_list 

Clone this wiki locally