<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
GBR wrote:
<blockquote cite="mid493d17730601040524k25f9d084l@mail.gmail.com"
 type="cite">I link /usr/NX/bin/nxagent in /usr/bin<br>
and authentication ok!! =]<br>
but...<br>
  <br>
if i use client windows, occurs this error:<br>
  <br>
NXPROXY - Version 1.5.0<br>
  <br>
Copyright  2001, 2005 NoMachine.<br>
See <a href="http://www.nomachine.com/">http://www.nomachine.com/</a>
for more information.<br>
  <br>
Info: Proxy running in client mode with pid '3856'.<br>
Info: Connecting to remote host '<a href="http://10.62.102.249:5040">10.62.102.249:5040</a>'.<br>
Info: Connection to remote proxy '<a href="http://10.62.102.249:5040">10.62.102.249:5040</a>'
established.<br>
Info: Synchronizing local and remote caches.<br>
Info: Handshaking with remote proxy completed.<br>
info: Not using NX delta compression.<br>
Info: Using lan link parameters 16384/8/0/0.<br>
Info: Using pack method '16m-jpeg-9' with session 'unix-kde'.<br>
Info: Not using ZLIB stream compression.<br>
Info: Not using remote ZLIB stream compression.<br>
Info: Not using persistent cache.<br>
Info: Using remote server '<a href="http://10.62.102.249:5040">10.62.102.249:5040</a>'.<br>
Info: Starting X protocol compression.<br>
Warning: Cookie mismatch in the authentication data.<br>
Info: End of session requested by remote proxy.<br>
Info: Shutting down the link and exiting.<br>
  <br>
in client linux is ok!<br>
  <br>
anyone know this?<br>
  <br>
  <br>
  <div><span class="gmail_quote">2006/1/4, Brendan <<a
 href="mailto:brendan@carramar.com">brendan@carramar.com</a>>:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div><span class="e" id="q_10894f18c9307df2_0"> <a
 href="mailto:terander@guard.zapto.org" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">terander@guard.zapto.org</a>
wrote:
    </span></div>
    <blockquote
 cite="http://mid1081.10.1.1.170.1136315995.squirrel@10.1.1.1"
 type="cite">
      <div><span class="e" id="q_10894f18c9307df2_2">
      <blockquote type="cite">
        <pre>Hi Sr.s,

I need help, the auth is ok, but after occurs this error:

nxserver.log

NX> 705 Session display: 1017
NX> 703 Session type: unix-kde
NX> 701 Proxy cookie: dbeb0924eabd1f6a3fa015caa8b8526a

NX> 702 Proxy IP: <a href="http://10.62.102.167" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">10.62.102.167</a>
NX> 706 Agent cookie: e411ccab27218aabb20696fce9bd16a5
NX> 704 Session cache: unix-kde

NX> 707 SSL tunneling: 0
NX> 1004 Error: Session did not start.
NX> 504 Session startup failed.
NX> 999 Bye
NX> 1004 Error: nxagent failed to start. Session timed out.
                Blocking 1017 again ...

NX> 1001 Bye.
NX> 504 Session startup failed.
    </pre>
      </blockquote>
      <pre>Have you tried to enable ssl encryption in the client ? If you're server
is behind a fw/router that does port-forwarding of ssh (TCP/22), then you
need to enable ssl.

If not, you can try starting nxagent in a console-window to see if you get

any errors - there was a discussion here earlier on how to do that.
If I remember correctly, I think I had something similar to this after a
upgrade of FreeNX, and in my case it was only resolved by completely

removing FreeNX + config, and reinstall it... (but this may be something
completely different since my memory may be faulty on this ;-))

       /Terje

_______________________________________________
FreeNX-kNX mailing list

<a href="mailto:FreeNX-kNX@kde.org" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">FreeNX-kNX@kde.org</a>
<a href="https://mail.kde.org/mailman/listinfo/freenx-knx"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://mail.kde.org/mailman/listinfo/freenx-knx</a>
  </pre>
      </span></div>
    </blockquote>
I recently built freenx from scratch on a Sparc/Debian box, and had
problems with nxagent, which was hard to troubleshoot.  I've written up
the details, and will post it somewhere useful sometime, but here's the
section on how I managed to get nxagent working.  Note that I used the
commercial directory structure (/usr/NX), not the freenx structure
under var.......<br>
    <tt><br>
    </tt>
    <blockquote><tt>Library Troubleshooting</tt><br>
      <tt>-----------------------</tt><br>
      <tt>12.  After authentication, my session startup failed.</tt><span
 class="q"><br>
      <br>
      <tt>    NX> 1004 Error: nxagent failed to start. Session timed
out.</tt><br>
      </span> <tt>    NX> 1001 Bye.</tt><br>
      <br>
      <tt>So it looks like nxagent isn't working.  Trying to run
nxagent
manually fails, so it looks like I haven't built it yet.  Or rather, it
has installed it elsewhere!  I searched and found the (new) version and
copied it across:</tt><br>
      <tt>    cp /usr/X11R6/bin/nxagent /usr/NX/bin</tt><br>
      <br>
      <tt>However, nxagent was still failing.  Tried to test it using
instructions from the mailing list:</tt><br>
      <tt>    LD_LIBRARY_PATH="/usr/NX/lib" /usr/NX/bin/nxagent :1000</tt><br>
      <br>
      <tt>    /usr/NX/bin/nxagent: error while loading shared
libraries:
/usr/NX/lib/libXext.so.6: ELF file data encoding not big-endian</tt><br>
      <br>
      <tt>Again, it appears that the make install in the X11 directory
copies stuff into the X11R6 directory, so I need to update the NX/lib:</tt><br>
      <br>
      <tt>    cp /usr/X11R6/lib/libXext.so.6.4 /usr/NX/lib/</tt><br>
      <tt>    cp /usr/X11R6/lib/libXrender.so.1.2 /usr/NX/lib/</tt><br>
      <tt>    cp /usr/X11R6/lib/libX11.so.6.2 /usr/NX/lib/</tt><br>
      <br>
      <tt>Yes, I know, I should have linked it.  But it was late!</tt><br>
    </blockquote>
    <br>
    <br>
Of course, your problem could be completely different, but you never
know!<br>
    <br>
regards,<br>
    <br>
Brendan.<br>
    <span class="sg"><br>
    <pre cols="72">
    </pre>
    </span><br>
_______________________________________________<br>
FreeNX-kNX mailing list<br>
    <a onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:FreeNX-kNX@kde.org">FreeNX-kNX@kde.org</a><br>
    <a onclick="return top.js.OpenExtLink(window,event,this)"
 href="https://mail.kde.org/mailman/listinfo/freenx-knx" target="_blank">https://mail.kde.org/mailman/listinfo/freenx-knx</a><br>
    <br>
    <br>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
---------||----------<br>
.: Guilherme BR :.<br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
FreeNX-kNX mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeNX-kNX@kde.org">FreeNX-kNX@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/freenx-knx">https://mail.kde.org/mailman/listinfo/freenx-knx</a>
  </pre>
</blockquote>
I have the same problem, and I have read that this is because the new
!M client (1.5) plays differently to the old one (ver 1.4).  The answer
may lie in setting a variable in the freenx server
[yourpathhere]/NX/etc/node.conf, I just haven't got around to trying it
yet.  The parameter is something like:<br>
<br>
ENABLE_1_5_0_BACKEND<br>
<br>
If you do a search I'm sure you'll find lots of stuff.<br>
<br>
regards,<br>
<br>
Brendan.<br>
<pre class="moz-signature" cols="72">

</pre>
</body>
</html>