Chcę zmienić domyślną env powłoki
i uruchom chsh -s /bin/zsh
jako użytkownik root,
ale pojawił się komunikat o błędzie: chsh: PAM authentication failed
.
znajduję ten wątek http://ubuntuforums.org/showthread.php?t=1702833
ale odpowiedź nie rozwiązała mojego problemu
każda pomoc będzie mile widziana
to jest zawartość /etc/pam.d/chsh
#
# The PAM configuration file for the Shadow `chsh' service
#
# This will not allow a user to change their shell unless
# their current one is listed in /etc/shells. This keeps
# accounts with special shells from changing them.
auth required pam_shells.so
# This allows root to change user shell without being
# prompted for a password
auth sufficient pam_rootok.so
# The standard Unix authentication modules, used with
# NIS (man nsswitch) as well as normal /etc/passwd and
# /etc/shadow entries.
@include common-auth
@include common-account
@include common-session
taka jest zawartość / etc / shells
# /etc/shells: valid login shells
/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/tmux
/usr/bin/screen
/bin/zsh
/usr/bin/zsh
stwierdzam, że kiedyś to uruchomiłem chsh -s zsh
, zmieni pierwszą linię /etc/passwd
jako
root:x:0:0:root:/root:zsh
i chsh
poprosi o hasło przy każdej próbie
po prostu edytuję /etc/passwd
plik ręcznie i wszystko jest w porządku.
głupi błąd i dziękuję za twoje odpowiedzi