-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login broken with systemd 256 and homed-managed home dir #371
Comments
I have the same problem with systemd 256.x and encrypted home directory. The only way to workaround and pass is to log in from another tty which will mounts and decrypts your home dir and then you can login throu lightdm. |
I've experienced the same problem in Manjaro on 3 different PCs. |
There is a simple workaround that works fine for me: while logged on as your-user, append the systemd-generated passwd-line to he system passwd database: sudo getent passwd your-user >>/etc/passwd I guess this might have side effects, but so far I have not seen any. |
Thanks for this. I will test it in my next boot.
Definitely, but I don’t think if it introduces any security issues. |
I have the same problem. But home is btrfs-Subvolume (no encryption) btw. |
Stopped being able to log in after upgrading to systemd 256. Running arch linux / xfce4 (xorg) and a systemd-homed managed home directory with default (luks) storage.
Successful auth prints:
and kicks me back to the password prompt.
Works fine with systemd 255 or a non-encrypted home directory. Did a bit of digging and it looks like after the upgrade
org.freedesktop.Accounts
started reporting my user's home dir as "/" while it's not activated. Trieduser-authority-in-system-dir=true
as a workaround, but login still fails trying to mkdir in root.The text was updated successfully, but these errors were encountered: