After chsh to /usr/local/bin/zsh no root login: PAM Authehtication failed
725 views
Skip to first unread message
meino....@gmx.de
unread,
Aug 25, 2012, 5:17:33 AM8/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagleboard
Hi,
I installed zsh from source on my beaglebone and chsh the shell from
/bin/sh to /usr/local/bin/zsh...
Now I cannot login due to PAM authentication failure.
On my PC this kind of change was without any problem...
Since I was still logged in I could manually edit /etc/password back
to /bin/sh (chsh reported the same auth. fail.) so I have my beagle
back...but what can I do that chsh to zsh dont result in that
problems?
Thank you very much in advance for any help!
Best regards,
mcc
meino....@gmx.de
unread,
Aug 25, 2012, 5:35:05 AM8/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagleboard
Hi,
figured out the problem myself:
make install
in the zsh's source doesnt update /etc/shells...