Eu quero mudar o ambiente padrão do shell
e execute chsh -s /bin/zsh
como usuário root,
mas uma mensagem de erro apareceu: chsh: PAM authentication failed
.
Eu acho este tópico http://ubuntuforums.org/showthread.php?t=1702833
mas a resposta não resolveu meu problema
Qualquer ajuda seria apreciada
este é o conteúdo de /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
este é o conteúdo do / 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
eu acho que eu costumava executar chsh -s zsh
isso vai mudar a primeira linha de /etc/passwd
como
root:x:0:0:root:/root:zsh
e chsh
solicitará a senha que você tentar
Acabei de editar o /etc/passwd
arquivo manualmente e está tudo bem.
erro estúpido e obrigado por suas respostas