I would like to acces Baobab through X2Go Client (already done in the past) but when I try to login I have this error message. Do you have any hints?
Many thanks
I would like to acces Baobab through X2Go Client (already done in the past) but when I try to login I have this error message. Do you have any hints?
Many thanks
Hi there,
I do not have an Apple computer at hand right now, in the meantime three questions:
Thx, bye,
Luca
Hi there,
I could test on a macOS 10.15.3 Catalina with XQuartz 2.7.11 and X2go 4.1.2.2 (Qt 4.8.7), no problem to connect to baobab2.hpc.unige.ch .
Thx, bye,
Luca
Hi, after several testing and reinstalling X2go, I still have the same problem. The only difference is that my MacOS version is 10.15.5 Catalina with XQuartz 2.7.11 and X2go 4.1.2.2 (Qt 4.8.7)
Cheers
Lorenzo,
Check this link : https://community.hpe.com/t5/system-administration/ssh-session-quot-tput-no-value-for-term-and-no-t-specified/m-p/5255041#M52532
I think your problem might be related to the content of your .bash_profile
file which contains multiple subshells calling tput
.
First of all, I would suggest to connect with SSH instead of X2Go and replace your .bash_profile
file with a simple version of the file, such as the following to check if that solves your problem.
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
Let us know if that works better
Cheers,
Massimo
Hi Massimo,
you were right. I was checking similar post and effectively, by removing most of the rows of .bash_profile file X2Go now works. Many thanks
Lorenzo
My pleasure ! Have a great day