Re: "systemd --user" not starting upon login

2015-12-05 Thread Pavel Volkov

On суббота, 5 декабря 2015 г. 14:01:23 MSK, Ansgar Burchardt wrote:

Does the user manager get started when logging in locally?  If not, make
sure dbus and libpam-systemd are installed.



That's right, libpam-systemd wasn't installed. Now it works.



Re: "systemd --user" not starting upon login

2015-12-05 Thread Ansgar Burchardt
Pavel Volkov  writes:
> "systemd --user" instance is not autostarted here on Jessie when
> logging remotely via SSH.

Does the user manager get started when logging in locally?  If not, make
sure dbus and libpam-systemd are installed.

If only ssh is the problem, make sure the PAM configuration for ssh
includes the pam_systemd module.  Usually /etc/pam.d/sshd should just
include "common-session" which should have pam_systemd.  Also make sure
PAM is not disabled in sshd_config (I think this also disables starting
PAM sessions).

Ansgar



"systemd --user" not starting upon login

2015-12-05 Thread Pavel Volkov

Hello,
"systemd --user" instance is not autostarted here on Jessie when logging 
remotely via SSH.
In other distributions this is taken care of by default, I'm not sure how 
to enable systemd user mode on Debian. Please help.