Description of problem: Running systemctl --user crashes immediately. Version-Release number of selected component (if applicable): systemd-231-11.fc25.x86_64 How reproducible: Always Steps to Reproduce: 1. Run "systemctl --user" Actual results: % systemctl --user Failed to list units: Process org.freedesktop.systemd1 exited with status 1 [1] 28986 exit 1 systemctl --user Expected results: I'd expect to see which units are running under the user systemd session. Additional info:
It looks like you systemd --user instance is not running. What does "systemctl status user@`id -u`" show?
Never mind, it got fixes with one of the recent updates. Now systemctl --user is happy.