voglio cambiare la shell predefinita env
ed esegui chsh -s /bin/zsh
come utente root,
ma un messaggio di errore è comparso: chsh: PAM authentication failed
.
trovo questa discussione http://ubuntuforums.org/showthread.php?t=1702833
ma la risposta non ha risolto il mio problema
Qualsiasi aiuto sarebbe apprezzato
questo è il contenuto di /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
questo è il contenuto di / 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
trovo che ero solito eseguire chsh -s zsh
questo cambierà la prima riga di /etc/passwd
come
root:x:0:0:root:/root:zsh
e chsh
ti chiederà la password per ogni tentativo
ho appena modificato il /etc/passwd
file manualmente e tutto è ok.
stupido errore e grazie per le tue risposte