Hi all,
I’m trying to get systemd-homed working (f.e https://www.reddit.com/r/openSUSE/comments/ofik9h/systemdhomed_in_tumbleweed/)
zypper install systemd-experimental
systemctl enable systemctl enable --now systemd-homed.service
pam-config -a --systemd_home
and manually tweaking /etc/nsswitch.conf file
passwd: compat systemd
group: compat systemd
shadow: compat systemd
After those steps I am
- able to create users with
homectl create tux -G wheel --disk-size=10G --storage=luks
- activate the home directory with
homectl activate tux
but I can’t login as tux. Console login, gdm login and su all fail with different error messages.
I suspected PAM session initialization problem but removing / setting all required modules to optional didn’t help.
So, does anyone here have any ideas how to fix or debug this problem?
–
Bert