Unable to install oh-my-zsh in crostini |
||||
Issue descriptionChrome version: 68.0.3416.0 OS: Chrome Repro steps: 1. open crostini via terminal app 2. run `sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"` 3. enter corp password when asked to chsh Expected: Default shell changed to zsh, installation of oh-my-zsh proceeds. Actual: PAM: Authentication failure
,
May 3 2018
What password am I supposed to use?
,
May 6 2018
By default user accounts in the container don't have a password, but in this case the problem seems to be with that install script. See https://github.com/robbyrussell/oh-my-zsh/issues/1224 What I did to make it work was, after running the script (and getting the error), running sudo chsh -s $(which zsh) insert_username_here. Your username would be ndesaulniers. Resolving this issue as it isn't a problem with crostini.
,
May 9 2018
,
May 17 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by vapier@chromium.org
, May 2 2018