Forum / NoMachine for ARM / Trouble installing NoMachine on Jetson Nano
- This topic has 1 reply, 2 voices, and was last updated 3 years, 12 months ago by kroy.
-
AuthorPosts
-
November 24, 2020 at 09:07 #30507ArvedParticipant
Hello, I am trying to install ‘nomachine_6.12.3_5_armv7hl.tar.gz’ on my jetson nano per https://www.nomachine.com/download/download&id=111&s=ARM and am getting the following errors:
arved@arved-jetson:/$ sudo /usr/NX/nxserver –install
NX> 700 Starting install at: lun nov 23 18:38:02 2020.
NX> 700 Installing: nxclient version: 6.12.3.
NX> 700 Using installation profile: Ubuntu.
NX> 700 Install log is: /usr/NX/var/log/nxinstall.log.
NX> 700 Compiling the USB module.
NX> 700 Installing: nxplayer version: 6.12.3.
NX> 700 Using installation profile: Ubuntu.
NX> 700 Install log is: /usr/NX/var/log/nxinstall.log.
NX> 700 To connect the remote printer to the local desktop,
NX> 700 the user account must be a member of the CUPS System Group..
NX> 700 Player install completed with warnings.
NX> 700 Please review the install log for details.
NX> 700 Installing: nxnode version: 6.12.3.
NX> 700 Using installation profile: Ubuntu.
NX> 700 Install log is: /usr/NX/var/log/nxinstall.log.
NX> 700 Creating configuration in: /usr/NX/etc/node.cfg.
NX> 700 ERROR: Cannot validate license file.
NX> 700 Displaying file: /usr/NX/share/documents/node/cups-info
CUPS Printing Backend
The NoMachine Node setup procedure could not detect your CUPS installation: either CUPS is not installed on your
system or it was installed in a non-standard path. CUPS is needed in order to enable printing support in your NX
system.
Please note that you can enable printing support for your NX system at any time; to do this make sure that you have
CUPS installed then run:
/usr/NX/scripts/setup/nxnode –printingsetup <pathname>
to specify the location of the CUPS root path.
NX> 700 Node install completed with warnings.
NX> 700 Please review the install log for details.
NX> 700 Installing: nxserver version: 6.12.3.
NX> 700 Using installation profile: Ubuntu.
NX> 700 Install log is: /usr/NX/var/log/nxinstall.log.
NX> 700 Creating configuration in: /usr/NX/etc/server.cfg.
NX> 700 ERROR: Cannot validate license file.
NX> 700 Cannot validate node license file.
NX> 700 Failed to run ‘/usr/NX/bin/nxkeygen’.
/bin/sed: can’t read /var/NX/nx/.ssh/authorized_keys: No such file or directory
/bin/sed: can’t read /var/NX/nx/.ssh/authorized_keys: No such file or directory
/bin/sed: can’t read /var/NX/nx/.ssh/authorized_keys2: No such file or directory
/bin/sed: can’t read /var/NX/nx/.ssh/authorized_keys2: No such file or directory
NX> 700 Server install completed with warnings.
NX> 700 Please review the install log for details.
NX> 700 Install completed with errors at: lun nov 23 18:38:29 2020.
NX> 700 NoMachine was configured to run the following services:
NX> 700 NX service on port: 4000
Who can help?
Arved
November 27, 2020 at 09:15 #30539kroyContributorIt’s look that you have different architecture than the one you have installed. You can check architecture with command:
uname -a
if it’s v8 – uninstall current version
sudo dpkg --purge nomachine && sudo rm -rf /usr/NX
and install correct package.
-
AuthorPosts
This topic was marked as solved, you can't post.