Hello,
after updating from 5.1.1 to 5.2.0 we have the following problem:
- When logging in via SSH, everything works as expected
- When I try to connect per NoMachine client I get an error from Nomachine.
Locking in the logs and doing some debugging it appears that the following
init-command ". /usr/local.nfs/Modules/latest/init/bash" removes the default
paths from PATH. Before the command is executed the PATH is
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin". After the
command PATH is just "/usr/local.nfs/Modules/5.2.0/bin". And then the rest of
our setup fails and NoMachine fails to.
Any idea whats wrong?
Thank You and best regards,
Ralf
Info:
- OS is Ubuntu 20.04
- Self-compiled modules
- Our self-compiled modules are installed below /usr/local.nfs/Modules as e.g.
5.2.0 or 5.1.1. The symlink latest points to the module-version to execute.
|