FS#36994 - [systemd] `systemctl --user` fails after systemd-207

Attached to Project: Arch Linux
Opened by Maciej Mazur (mamciek) - Thursday, 19 September 2013, 21:19 GMT
Last edited by Dave Reisner (falconindy) - Thursday, 19 September 2013, 21:26 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After upgrading to systemd 207, systemd user session starts automatically, which is fine, but command systemctl gives an error

$ systemctl --user
Failed to issue method call: Process /bin/false exited with status 1

Regular systemctl (or sudo systemctl) works fine.

There is nothing interesting in journal except:

$ journalctl --user
-- Reboot --
Sep 19 19:38:55 mamciek systemd[511]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
Sep 19 19:38:55 mamciek systemd[511]: Mounted /sys/kernel/config.
Sep 19 19:38:55 mamciek systemd[511]: Stopped target Sound Card.
Sep 19 19:38:55 mamciek systemd[511]: Stopped target Bluetooth.
Sep 19 19:38:55 mamciek systemd[511]: Starting Default.
Sep 19 19:38:55 mamciek systemd[511]: Reached target Default.
Sep 19 19:38:55 mamciek systemd[511]: Startup finished in 38ms.

I have confirmed this on two systems: one fresh install and one older one.

Additional info:
* package version(s) 207-3
This task depends upon

Closed by  Dave Reisner (falconindy)
Thursday, 19 September 2013, 21:26 GMT
Reason for closing:  Upstream
Additional comments about closing:  Known upstream and plenty of info on the forums about this. systemd --user has never been declared ready for use.

Loading...