From freenx-knx Mon May 19 15:46:11 2008 From: "Justin Lunning" Date: Mon, 19 May 2008 15:46:11 +0000 To: freenx-knx Subject: Re: [FreeNX-kNX] Can't install Freenx on clean Fedora 9 Message-Id: <20080519154611.727de459 () npoffice ! org> X-MARC-Message: https://marc.info/?l=freenx-knx&m=121121201318138 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============0523549789==" This is a multi-part message in MIME format. --===============0523549789== Content-Type: multipart/alternative; boundary="-----------ddbc243f60ca856aeef5b07764e0b135" This is a multi-part message in MIME format. -------------ddbc243f60ca856aeef5b07764e0b135 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Sean, Let's start with the error you received and ignore the warnings for no= w.=20 The error you received was... > Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string i= n > nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this > version of FreeNX. You got this message because the nxloadconfig script is looking for a = 1.5.0,=20 2.1.0, or 3.1.0 backend. You are using the 3.2.0 backend as indicated= by=20 the 'nx-3.2.0-27 fc9 i386' rpm package. The 3.2.0 backend will work f= ine.=20 You will just have to update the nxloadconfig script and have it searc= h for=20 the 3.2.0 backend. Look for the line that says... [ -z "$(strings $PATH=5FBIN/nxagent | egrep 'NXAGENT - Version 1.5.0|N= XAGENT - =20 Version 2.[01].0|NXAGENT - Version 3.[01].0')" ] && \ ... and change it to... [ -z "$(strings $PATH=5FBIN/nxagent | egrep 'NXAGENT - Version 1.5.0|N= XAGENT -=20 Version 2.[01].0|NXAGENT - Version 3.[01].0|NXAGENT - Version 3.2.0')"= ] &&=20 \ After that, run './nxsetup install' again. Justin =5F=5F=5F=5F=5F =20 From: sean darcy [mailto:seandarcy2@gmail.com] To: freenx-knx@kde.org Sent: Sat, 17 May 2008 14:08:19 -0400 Subject: [FreeNX-kNX] Can't install Freenx on clean Fedora 9 rpm -qa | grep nx freenx-server-0.7.2-8.fc9.i386 nxclient-3.2.0-9.i386 nx-3.2.0-27.fc9.i386 =20 I couldn't connect, so on the server: =20 ./nxsetup --test =20 ----> Testing your nxserver configuration ... Warning: Could not find nxdesktop in /usr/libexec/nx. RDP sessions won= 't=20 work. Warning: Could not find nxviewer in /usr/libexec/nx. VNC sessions won'= t=20 work. Warning: Invalid value=20 "APPLICATION=5FLIBRARY=5FPRELOAD=3D/usr/lib/nx/libX11.so.6.2:/usr/lib/= nx/libXext.so.6.4:/usr/lib/nx/libXcomp.so:/usr/lib/nx/libXcompext.so:/us= r/lib/nx/libXrender.so.1.2".=20 /usr/lib/nx/libXcomp.so could not be found. Users will not be able to= =20 run a single application in non-rootless mode. Warning: Invalid value "COMMAND=5FSTART=5FKDE=3Dstartkde" Users will not be able to request a KDE session. Warning: Invalid value "COMMAND=5FSTART=5FCDE=3Dcdwm" Users will not be able to request a CDE session. Warning: Invalid value "COMMAND=5FSMBMOUNT=3Dsmbmount". You'll not be = able=20 to use SAMBA. Warning: Invalid value "COMMAND=5FSMBUMOUNT=3Dsmbumount". You'll not b= e able=20 to use SAMBA. Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in= =20 nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this= =20 version of FreeNX. =20 Errors occured during config check. Please correct the configuration file. =20 I tried to set it up again: =20 ./nxsetup ------> You did select no action. FreeNX guesses that you want to =5Finstall=5F the server. Type "y" to abort the installation at this point in time. "N" is the default and continues installation. Use "./nxsetup --help" to get more detailed help hints. =20 Do you want to abort now=3F [y/N] =20 ------> It is recommended that you use the NoMachine key for easier setup. If you answer "y", FreeNX creates a custom KeyPair and expects you to setup your clients manually. "N" is default and uses the NoMachine key for installation. =20 Do you want to use your own custom KeyPair=3F [y/N] Setting up /etc/nxserver ...done Setting up /var/lib/nxserver/db ...done Setting up /var/log/nx/nxserver.log ...done Adding user "nx" to group "utmp" ...done Setting up known=5Fhosts and authorized=5Fkeys2 ...done Setting up permissions ...done Setting up cups nxipp backend ...done =20 ----> Testing your nxserver configuration ... Warning: Could not find nxdesktop in /usr/libexec/nx. RDP sessions won= 't=20 work. Warning: Could not find nxviewer in /usr/libexec/nx. VNC sessions won'= t=20 work. Warning: Invalid value=20 "APPLICATION=5FLIBRARY=5FPRELOAD=3D/usr/lib/nx/libX11.so.6.2:/usr/lib/= nx/libXext.so.6.4:/usr/lib/nx/libXcomp.so:/usr/lib/nx/libXcompext.so:/us= r/lib/nx/libXrender.so.1.2".=20 /usr/lib/nx/libXcomp.so could not be found. Users will not be able to= =20 run a single application in non-rootless mode. Warning: Invalid value "COMMAND=5FSTART=5FKDE=3Dstartkde" Users will not be able to request a KDE session. Warning: Invalid value "COMMAND=5FSTART=5FCDE=3Dcdwm" Users will not be able to request a CDE session. Warning: Invalid value "COMMAND=5FSMBMOUNT=3Dsmbmount". You'll not be = able=20 to use SAMBA. Warning: Invalid value "COMMAND=5FSMBUMOUNT=3Dsmbumount". You'll not b= e able=20 to use SAMBA. Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in= =20 nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this= =20 version of FreeNX. =20 Errors occured during config check. Please correct the configuration file. =20 =20 Now nxclient put libXcomp in: =20 /usr/NX/lib/libXcomp.so =20 which is not the nxsetup search path. =20 What am I missing=3F =20 sean =20 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F Were you helped on this list with your FreeNX problem=3F Then please write up the solution in the FreeNX Wiki/FAQ: http://openfacts.berlios.de/index-en.phtml=3Ftitle=3DFreeNX=5FFAQ Don't forget to check the NX Knowledge Base: http://www.nomachine.com/kb/=20 =20 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F FreeNX-kNX mailing list --- FreeNX-kNX@kde.org https://mail.kde.org/mailman/listinfo/freenx-knx =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F =20 =20 -------------ddbc243f60ca856aeef5b07764e0b135 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =20 =20 Hi Sean,

Let's start with the error you received and ignore the w= arnings=20 for now.
The error you received was...

> Error: Could not = find=20 1.5.0 or 2.[01].0 or 3.[01].0 version string in
> nxagent. NX 1.5.= 0 or=20 2.[01].0 or 3.[01].0 backend is needed for this
> version of=20 FreeNX.

You got this message because the nxloadconfig script is l= ooking=20 for a 1.5.0,
2.1.0, or 3.1.0 backend.  You are using the 3.2.0 = backend as=20 indicated by
the 'nx-3.2.0-27 fc9 i386' rpm package.  The 3.2.0= backend will=20 work fine.
You will just have to update the nxloadconfig script and = have it=20 search for
the 3.2.0 backend.

Look for the line that says...<= br>
[=20 -z "$(strings $PATH=5FBIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGE= NT -=20
Version 2.[01].0|NXAGENT - Version 3.[01].0')" ] && \
... and=20 change it to...

[ -z "$(strings $PATH=5FBIN/nxagent | egrep 'NXAG= ENT -=20 Version 1.5.0|NXAGENT -
Version 2.[01].0|NXAGENT - Version 3.[01].0|= NXAGENT=20 - Version 3.2.0')" ] &&
\

After that, run './nxsetup = install'=20 again.

Justin


From: sean darcy [mailto:seandarcy2@gmail.com]
To: freenx-knx@kde.org
Sent: Sat, 17 May 2008 14:08= :19 -0400
Subject: [FreeNX-kNX] Can't install Freenx on clean = Fedora 9

rpm -qa | grep nx
freenx-server-0.7.2-8.fc9.i386
nxclient-3.2.0-9.i386
nx-3.2.0-27.fc9.i386

I couldn't connect, so on the server:

./nxsetup --test

----> Testing your nxserver configuration ...
Warning: Could not find nxdesktop in /usr/libexec/nx. RDP sessions won't=
work.
Warning: Could not find nxviewer in /usr/libexec/nx. VNC sessions won't =
work.
Warning: Invalid value
"APPLICATION=5FLIBRARY=5FPRELOAD=3D/usr/lib/nx/libX11.so.6.2:/usr/lib/nx= /libXext.so.6.4:/usr/lib/nx/libXcomp.so:/usr/lib/nx/libXcompext.so:/usr/= lib/nx/libXrender.so.1.2".
/usr/lib/nx/libXcomp.so could not be found. Users will not be able to run a single application in non-rootless mode.
Warning: Invalid value "COMMAND=5FSTART=5FKDE=3Dstartkde"
Users will not be able to request a KDE session.
Warning: Invalid value "COMMAND=5FSTART=5FCDE=3Dcdwm"
Users will not be able to request a CDE session.
Warning: Invalid value "COMMAND=5FSMBMOUNT=3Dsmbmount". You'll not be ab= le
to use SAMBA.
Warning: Invalid value "COMMAND=5FSMBUMOUNT=3Dsmbumount". You'll not be = able
to use SAMBA.
Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this version of FreeNX.

Errors occured during config check.
Please correct the configuration file.

I tried to set it up again:

./nxsetup
------> You did select no action.
FreeNX guesses that you want to =5Finstall=5F the server.
Type "y" to abort the installation at this point in time.
"N" is the default and continues installation.
Use "./nxsetup --help" to get more detailed help hints.

Do you want to abort now=3F [y/N]

------> It is recommended that you use the NoMachine key for
easier setup. If you answer "y", FreeNX creates a custom
KeyPair and expects you to setup your clients manually.
"N" is default and uses the NoMachine key for installation.

Do you want to use your own custom KeyPair=3F [y/N]
Setting up /etc/nxserver ...done
Setting up /var/lib/nxserver/db ...done
Setting up /var/log/nx/nxserver.log ...done
Adding user "nx" to group "utmp" ...done
Setting up known=5Fhosts and authorized=5Fkeys2 ...done
Setting up permissions ...done
Setting up cups nxipp backend ...done

----> Testing your nxserver configuration ...
Warning: Could not find nxdesktop in /usr/libexec/nx. RDP sessions won't=
work.
Warning: Could not find nxviewer in /usr/libexec/nx. VNC sessions won't =
work.
Warning: Invalid value
"APPLICATION=5FLIBRARY=5FPRELOAD=3D/usr/lib/nx/libX11.so.6.2:/usr/lib/nx= /libXext.so.6.4:/usr/lib/nx/libXcomp.so:/usr/lib/nx/libXcompext.so:/usr/= lib/nx/libXrender.so.1.2".
/usr/lib/nx/libXcomp.so could not be found. Users will not be able to run a single application in non-rootless mode.
Warning: Invalid value "COMMAND=5FSTART=5FKDE=3Dstartkde"
Users will not be able to request a KDE session.
Warning: Invalid value "COMMAND=5FSTART=5FCDE=3Dcdwm"
Users will not be able to request a CDE session.
Warning: Invalid value "COMMAND=5FSMBMOUNT=3Dsmbmount". You'll not be ab= le
to use SAMBA.
Warning: Invalid value "COMMAND=5FSMBUMOUNT=3Dsmbumount". You'll not be = able
to use SAMBA.
Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this version of FreeNX.

Errors occured during config check.
Please correct the configuration file.


Now nxclient put libXcomp in:

/usr/NX/lib/libXcomp.so

which is not the nxsetup search path.

What am I missing=3F

sean

=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
Were you helped on this list with your FreeNX problem=3F
Then please write up the solution in the FreeNX Wiki/FAQ:
http://openfacts.berlios.de/index-en.phtml=3Ftitle=3DFreeNX=5FFA= Q
Don't forget to check the NX Knowledge Base:
http://www.nom= achine.com/kb/

=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
FreeNX-kNX mailing list --- FreeNX-kNX@kde.org
https= ://mail.kde.org/mailman/listinfo/freenx-knx
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F

-------------ddbc243f60ca856aeef5b07764e0b135-- --===============0523549789== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ________________________________________________________________ Were you helped on this list with your FreeNX problem? Then please write up the solution in the FreeNX Wiki/FAQ: http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ Don't forget to check the NX Knowledge Base: http://www.nomachine.com/kb/ ________________________________________________________________ FreeNX-kNX mailing list --- FreeNX-kNX@kde.org https://mail.kde.org/mailman/listinfo/freenx-knx ________________________________________________________________ --===============0523549789==--