View previous topic :: View next topic |
Author |
Message |
mega_flow Tux's lil' helper
Joined: 26 Jun 2016 Posts: 94 Location: Belgium
|
Posted: Sun Nov 03, 2024 9:49 pm Post subject: systemd-256 and useflag homed |
|
|
systemd-256 is stable now but login faild with systemd-homed
U need to add /usr/lib/systemd-home-fallback-shell to /etc/shell
to make systemd-homed login function again. _________________ default/linux/amd64/23.0/no-multilib/gnome/systemd gnome:46 |
|
Back to top |
|
|
rab0171610 Guru
Joined: 24 Dec 2022 Posts: 418
|
Posted: Mon Nov 04, 2024 2:34 am Post subject: |
|
|
I do not use homed. I am assuming you are using the systemd-homed service to manage logins?
What is the output of:
Verify that it appears on the last line:
Code: |
# /etc/shells: valid login shells
/bin/bash
/bin/csh
/bin/dash
/bin/esh
/bin/fish
/bin/ksh
/bin/mksh
/bin/sash
/bin/sh
/bin/tcsh
/bin/yash
/bin/zsh
/usr/bin/bash
/usr/bin/csh
/usr/bin/dash
/usr/bin/esh
/usr/bin/fish
/usr/bin/ksh
/usr/bin/mksh
/usr/bin/sash
/usr/bin/sh
/usr/bin/tcsh
/usr/bin/yash
/usr/bin/zsh
/usr/lib/systemd-home-fallback-shell |
|
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1946
|
Posted: Mon Nov 04, 2024 11:37 pm Post subject: |
|
|
This was fixed already in baselayout. |
|
Back to top |
|
|
|