[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freenx-knx
Subject:    Re: [FreeNX-kNX] Can't install Freenx on clean Fedora 9
From:       "Justin Lunning" <jlunning () new ! org>
Date:       2008-05-19 15:46:11
Message-ID: 20080519154611.727de459 () npoffice ! org
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Sean,

Let's start with the error you received and ignore the warnings   for now. 
The error you received was...

> 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.

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

Look for the line that says...

[   -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGENT -   
Version 2.[01].0|NXAGENT - Version 3.[01].0')" ] && \

... and   change it to...

[ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT -   Version 1.5.0|NXAGENT - 
Version 2.[01].0|NXAGENT - Version 3.[01].0|NXAGENT   - Version 3.2.0')" ] && 
\

After that, run './nxsetup install'   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_LIBRARY_PRELOAD=/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_START_KDE=startkde"
            Users will not be able to request a KDE session.
  Warning: Invalid value "COMMAND_START_CDE=cdwm"
            Users will not be able to request a CDE session.
  Warning: Invalid value "COMMAND_SMBMOUNT=smbmount". You'll not be able 
  to use SAMBA.
  Warning: Invalid value "COMMAND_SMBUMOUNT=smbumount". 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 _install_ 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? [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? [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_hosts and authorized_keys2 ...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_LIBRARY_PRELOAD=/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_START_KDE=startkde"
            Users will not be able to request a KDE session.
  Warning: Invalid value "COMMAND_START_CDE=cdwm"
            Users will not be able to request a CDE session.
  Warning: Invalid value "COMMAND_SMBMOUNT=smbmount". You'll not be able 
  to use SAMBA.
  Warning: Invalid value "COMMAND_SMBUMOUNT=smbumount". 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?
  
  sean
  
  ________________________________________________________________
       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
  ________________________________________________________________
  
      


[Attachment #5 (text/html)]

<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>



 
 


Hi Sean,<br><br>Let's start with the error you received and ignore the warnings 
for now. <br>The error you received was...<br><br>&gt; Error: Could not find 
1.5.0 or 2.[01].0 or 3.[01].0 version string in<br>&gt; nxagent. NX 1.5.0 or 
2.[01].0 or 3.[01].0 backend is needed for this<br>&gt; version of 
FreeNX.<br><br>You got this message because the nxloadconfig script is looking 
for a 1.5.0, <br>2.1.0, or 3.1.0 backend.&nbsp; You are using the 3.2.0 backend as 
indicated by <br>the 'nx-3.2.0-27 fc9 i386' rpm package.&nbsp; The 3.2.0 backend will \
 work fine. <br>You will just have to update the nxloadconfig script and have it 
search for <br>the 3.2.0 backend.<br><br>Look for the line that says...<br><br>[ 
-z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 1.5.0|NXAGENT - 
<br>Version 2.[01].0|NXAGENT - Version 3.[01].0')" ] &amp;&amp; \<br><br>... and 
change it to...<br><br>[ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - 
Version 1.5.0|NXAGENT - <br>Version 2.[01].0|NXAGENT - Version 3.[01].0|NXAGENT 
- Version 3.2.0')" ] &amp;&amp; <br>\<br><br>After that, run './nxsetup install' 
again.<br><br>Justin<br><br><blockquote style="border-left: 2px solid rgb(0, 0, 255); \
padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr><b>From:</b> sean darcy \
[mailto:<a href="mailto:seandarcy2@gmail.com">seandarcy2@gmail.com</a>]<br><b>To:</b> \
<a href="mailto:freenx-knx@kde.org">freenx-knx@kde.org</a><br><b>Sent:</b> Sat, 17 \
May 2008 14:08:19 -0400<br><b>Subject:</b> [FreeNX-kNX] Can't install Freenx on clean \
Fedora 9<br><br>rpm -qa | grep nx<br> freenx-server-0.7.2-8.fc9.i386<br>
nxclient-3.2.0-9.i386<br>
nx-3.2.0-27.fc9.i386<br>
<br>
I couldn't connect, so on the server:<br>
<br>
./nxsetup --test<br>
<br>
----&gt; Testing your nxserver configuration ...<br>
Warning: Could not find nxdesktop in /usr/libexec/nx. RDP sessions won't <br>
work.<br>
Warning: Could not find nxviewer in /usr/libexec/nx. VNC sessions won't <br>
work.<br>
Warning: Invalid value <br>
"APPLICATION_LIBRARY_PRELOAD=/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". \
                <br>
/usr/lib/nx/libXcomp.so could not be found. Users will not be able to <br>
run a single application in non-rootless mode.<br>
Warning: Invalid value "COMMAND_START_KDE=startkde"<br>
          Users will not be able to request a KDE session.<br>
Warning: Invalid value "COMMAND_START_CDE=cdwm"<br>
          Users will not be able to request a CDE session.<br>
Warning: Invalid value "COMMAND_SMBMOUNT=smbmount". You'll not be able <br>
to use SAMBA.<br>
Warning: Invalid value "COMMAND_SMBUMOUNT=smbumount". You'll not be able <br>
to use SAMBA.<br>
Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in <br>
nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this <br>
version of FreeNX.<br>
<br>
   Errors occured during config check.<br>
   Please correct the configuration file.<br>
<br>
I tried to set it up again:<br>
<br>
./nxsetup<br>
------&gt; You did select no action.<br>
         FreeNX guesses that you want to _install_ the server.<br>
         Type "y" to abort the installation at this point in time.<br>
         "N" is the default and continues installation.<br>
         Use "./nxsetup --help" to get more detailed help hints.<br>
<br>
  Do you want to abort now? [y/N]<br>
<br>
------&gt; It is recommended that you use the NoMachine key for<br>
         easier setup. If you answer "y", FreeNX creates a custom<br>
         KeyPair and expects you to setup your clients manually.<br>
         "N" is default and uses the NoMachine key for installation.<br>
<br>
  Do you want to use your own custom KeyPair? [y/N]<br>
Setting up /etc/nxserver ...done<br>
Setting up /var/lib/nxserver/db ...done<br>
Setting up /var/log/nx/nxserver.log ...done<br>
Adding user "nx" to group "utmp" ...done<br>
Setting up known_hosts and authorized_keys2 ...done<br>
Setting up permissions ...done<br>
Setting up cups nxipp backend ...done<br>
<br>
----&gt; Testing your nxserver configuration ...<br>
Warning: Could not find nxdesktop in /usr/libexec/nx. RDP sessions won't <br>
work.<br>
Warning: Could not find nxviewer in /usr/libexec/nx. VNC sessions won't <br>
work.<br>
Warning: Invalid value <br>
"APPLICATION_LIBRARY_PRELOAD=/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". \
                <br>
/usr/lib/nx/libXcomp.so could not be found. Users will not be able to <br>
run a single application in non-rootless mode.<br>
Warning: Invalid value "COMMAND_START_KDE=startkde"<br>
          Users will not be able to request a KDE session.<br>
Warning: Invalid value "COMMAND_START_CDE=cdwm"<br>
          Users will not be able to request a CDE session.<br>
Warning: Invalid value "COMMAND_SMBMOUNT=smbmount". You'll not be able <br>
to use SAMBA.<br>
Warning: Invalid value "COMMAND_SMBUMOUNT=smbumount". You'll not be able <br>
to use SAMBA.<br>
Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in <br>
nxagent. NX 1.5.0 or 2.[01].0 or 3.[01].0 backend is needed for this <br>
version of FreeNX.<br>
<br>
   Errors occured during config check.<br>
   Please correct the configuration file.<br>
<br>
<br>
Now nxclient put libXcomp in:<br>
<br>
/usr/NX/lib/libXcomp.so<br>
<br>
which is not the nxsetup search path.<br>
<br>
What am I missing?<br>
<br>
sean<br>
<br>
________________________________________________________________<br>
     Were you helped on this list with your FreeNX problem?<br>
    Then please write up the solution in the FreeNX Wiki/FAQ:<br>
  <a href="http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ">http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ</a><br>
  Don't forget to check the NX Knowledge Base:<br>
                 <a href="http://www.nomachine.com/kb/">http://www.nomachine.com/kb/</a> \
<br> <br>
________________________________________________________________<br>
       FreeNX-kNX mailing list --- <a \
                href="mailto:FreeNX-kNX@kde.org">FreeNX-kNX@kde.org</a><br>
      <a href="https://mail.kde.org/mailman/listinfo/freenx-knx">https://mail.kde.org/mailman/listinfo/freenx-knx</a><br>
 ________________________________________________________________<br>
<br>
</blockquote>
<style>
 BODY {font:10pt Tahoma,Verdana,sans-serif;}
</style>
</body></html>



________________________________________________________________
     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
________________________________________________________________

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic