Bug 1414158

Summary: systemctl --user crashes
Product: [Fedora] Fedora Reporter: Philippe Troin <phil>
Component: systemdAssignee: systemd-maint
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: johannbg, lnykryn, msekleta, muadda, ssahani, s, systemd-maint, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-22 03:42:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Philippe Troin 2017-01-17 22:14:21 UTC
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:

Comment 1 Zbigniew Jędrzejewski-Szmek 2017-01-18 19:16:16 UTC
It looks like you systemd --user instance is not running.

What does "systemctl status user@`id -u`" show?

Comment 2 Philippe Troin 2017-01-22 03:42:44 UTC
Never mind, it got fixes with one of the recent updates.
Now systemctl --user is happy.