Hello @jurgen,
As I understand you installed NoMachine on your custom Linux distro build by Yocto. Now the main problem with the installation is missing HOME dir of user nx:
/var/NX/nx
You can:
1. Uninstall NoMachine:
$sudo /usr/NX/scripts/setup/nxserver --uninstall
$sudo rm -rf /usr/NX
2. Create the dir:
$sudo mkdir -p /var/NX/nx
3. Install NoMachine again in the same way
$/usr/NX/nxserver --install debian
If it doesn’t work you can try to install NoMachine by choosing different sysetm:
nxserver –install {SYSTEM}
SYSTEM:
redhat Red Hat Enterprise 4 and later.
suse SLED 10 and later, SLES 10 and later, Open SUSE 10 and later.
slackware
mandriva Mandriva 2009 and later.
debian Debian 4.0 and later.
Ubuntu 8.04 and later.
fedora Fedora 10 and later.