Hey guys, was trying to get nxserver running on my ubuntu box so that I can access it from my XP desktop and get rid of the extra mouse and keyboard that are hanging around.
I installed the client, node, and server packages from nomachine.com. During the installation of the server I received warnings about not having an SSH daemon on port 22, so I grabbed openssh-server and installed that.
I then tried nxserver --daemon start but received a command not found from bash. I decided that the new directory must not be on the path, so I changed dir to /user/bin/NX/bin and did an ls to verify that the files were present. Tried to execute the same command, with the same result:
bash: nxserver: command not found
I saw some other info on the web that indicated that the files would also be found in /etc/init.d so I went there and tried it with the same result. Also got the same result whether running sudo first or not.
Any ideas? Thanks.
I installed the client, node, and server packages from nomachine.com. During the installation of the server I received warnings about not having an SSH daemon on port 22, so I grabbed openssh-server and installed that.
I then tried nxserver --daemon start but received a command not found from bash. I decided that the new directory must not be on the path, so I changed dir to /user/bin/NX/bin and did an ls to verify that the files were present. Tried to execute the same command, with the same result:
bash: nxserver: command not found
I saw some other info on the web that indicated that the files would also be found in /etc/init.d so I went there and tried it with the same result. Also got the same result whether running sudo first or not.
Any ideas? Thanks.