Session startup errors
If you get the following errors on the remote desktop (in the VNC viewer):
then this usually indicates that you have a directory with non-system binaries
(such as /opt/anaconda3/bin) in the path on the remote machine.
(This might be set in the remote user’s .bashrc,
.profile, .cshrc, .login, etc.)
To prevent these binaries from being used instead of the system binaries,
remove that directory from the path, e.g., by setting
starform@ltsp11:~> PATH=/usr/local/bin:/usr/bin:/bin
Kill the server with the failed session and start the server (and the viewer) again.
|