[FreeNX-kNX] freenx on slax ... access disabled

mahejn at gmx.de mahejn at gmx.de
Thu Aug 4 14:21:13 UTC 2005


hail to the king of 'remote access'

i want to use freenx on a slackware like distribution called slax, perhaps u know it. there are no precompiled packages
availible so i did it for my own using the following script:


#!/bin/sh
find -name '*.tar.gz' -exec tar -xzf {} \;

cd nxcomp && ./configure && makec
cd ..

cd nxproxy && ./configure && make
cd ..

cd nx-X11 && make World
cd ..

cd nxcompext && ./configure && make
cd ..

#cd nxviewer && xmkmf -a && cp -a /usr/X11R6/lib/libXp.so* ../nx-X11/exports/lib && make
#cd ..

#cd nxdesktop && ./configure --prefix=/usr --sharedir=/usr/lib/NX && make
#cd ..

mkdir -p /usr/lib/NX/lib

cp -a ./nx-X11/lib/X11/libX11.so* /usr/lib/NX/lib
cp -a ./nx-X11/lib/Xext/libXext.so* /usr/lib/NX/lib
cp -a ./nx-X11/lib/Xrender/libXrender.so* /usr/lib/NX/lib

cp -a ./nxcomp/libXcomp.so* /usr/lib/NX/lib

cp -a ./nxcompext/libXcompext.so* /usr/lib/NX/lib

cp -a ./nx-X11/programs/Xserver/nxagent /usr/bin
chmod 755 /usr/bin/nxagent

echo /usr/lib/NX/lib >> /etc/ld.so.conf
ldconfig

tar -xzvf freenx*
cd freenx*

cp nxclient /usr/bin
cp nxnode /usr/bin
cp nxserver /usr/bin
cp nxkeygen /usr/bin
cp nxnode-login /usr/bin
cp nxsetup /usr/bin
cp nxloadconfig /usr/bin

bash /etc/rc.d/rc.sshd start

/usr/bin/nxsetup --install --setup-nomachine-key --clean --purge
#/usr/bin/nxserver --adduser root
#/usr/bin/nxserver --passwd root

echo FERTIG

compiling seems to be okay, but i have one problem: i cannot access the system from windows using the nomachine client. 
"Server not installed or NX remote access disabled"

reeding the forum shows me, this is a know problem but all the advices didnt not solve my problem
(i noticed there is an NX user installed on my system but no home directonary .. does it matter)
.. are there any hidden tricks to get the server running.

greetings mahejn




More information about the FreeNX-kNX mailing list