I updated my L14 this morning and rebooted it. After updating it, terminal windows no longer open. What is strange is that I cannot even ssh in from another linux machine. I can run single line commands through ssh. Any suggestions on how I should proceed to debug this?
Everything else seems to work; firefox, chromium, etc. only terminal windows (I have also tried xtermals, etc) don’t work.
You do not need to do anything special with the encrypted drive before reinstallation. The instructions have not been updated in over five years since @mladen worked on them, so I am not too surprised @JCS wants to rewrite it for the upcoming Crimson release.
I found the problem. It is in the bashrc file. I simply renamed the file and the terminal started work. Strange thing is that if I then source the bashrc file once the terminal is open, it works.
I updated the machine this morning and it created an infinite loop between .bashrc and .bash_profile. I suspect it might have been:
bsdutils:amd64 1:2.36.1-8
util-linux:amd64 2.36.1-8
bsdextrautils:amd64 2.36.1-8
Indeed. In fact, I clearly put something in my .bashrc that should be in the .bash_profile. I was looking for the baseline copies of both so I could compare them with mine.