mar0ni Posted February 22, 2021 Posted February 22, 2021 Hi, after apt upgrade, armbian-zsh package is upgraded and breaks ZShell on Armbian Focal Desktop. During initial setup of Armbian on Odroid C4, zsh has been selected as default shell. After recent upgrade of armbian-zsh package, shell is switched back to bash w/o notice. Unfortunately, armbian-config is not able to switch between shells, so I am stuck with bash and cannot return to zsh. Is there a way to switch between the shells manually and enable some kind of debug log to see what is going wrong switching shells? BTW: Switching between bash and zsh on a clean recent Armbian Focal Desktop installation is also not possible. So the problems seem not to be related directly.
Werner Posted February 22, 2021 Posted February 22, 2021 15 minutes ago, mar0ni said: armbian-config is not able to switch between shells, Any error messages? Can you try something crazy like running it with bash -x armbian-config | tee output.log
mar0ni Posted February 22, 2021 Author Posted February 22, 2021 running armbian-config that way, menu navigation is broken
Werner Posted February 22, 2021 Posted February 22, 2021 Welp....was worth a try Please provide armbianmonitor -u for further investigation
mar0ni Posted February 23, 2021 Author Posted February 23, 2021 Here you go http://ix.io/2QuZ Please let me know what I can do to support the hunting
tparys Posted February 24, 2021 Posted February 24, 2021 Any chance this might work for you? $ sudo chsh -s /bin/zsh <username> And logout / log back in.
mar0ni Posted March 10, 2021 Author Posted March 10, 2021 Fixed by probably this commit and available with release v21.02.3. 1
Recommended Posts