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,<br><br>I need help, the auth is ok, but after occurs this error:<br><br>nxserver.log<br><br>NX> 705 Session display: 1017<br>NX> 703 Session type: unix-kde<br>NX> 701 Proxy cookie: dbeb0924eabd1f6a3fa015caa8b8526a
<br>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><br>NX> 706 Agent cookie: e411ccab27218aabb20696fce9bd16a5<br>NX> 704 Session cache: unix-kde
<br>NX> 707 SSL tunneling: 0<br>NX> 1004 Error: Session did not start.<br>NX> 504 Session startup failed.<br>NX> 999 Bye<br>NX> 1004 Error: nxagent failed to start. Session timed out.<br>                Blocking 1017 again ...
<br>NX> 1001 Bye.<br>NX> 504 Session startup failed.<br>    </pre>
  </blockquote>
  <pre>Have you tried to enable ssl encryption in the client ? If you're server<br>is behind a fw/router that does port-forwarding of ssh (TCP/22), then you<br>need to enable ssl.<br><br>If not, you can try starting nxagent in a console-window to see if you get
<br>any errors - there was a discussion here earlier on how to do that.<br>If I remember correctly, I think I had something similar to this after a<br>upgrade of FreeNX, and in my case it was only resolved by completely<br>
removing FreeNX + config, and reinstall it... (but this may be something<br>completely different since my memory may be faulty on this ;-))<br><br>       /Terje<br><br>_______________________________________________<br>FreeNX-kNX mailing list
<br><a href="mailto:FreeNX-kNX@kde.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">FreeNX-kNX@kde.org</a><br><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><br>  </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">-- <br>------------------------------------------------<br>Email:    <a href="mailto:brendan@carramar.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">brendan@carramar.com</a><br>
LinkedIn: <a href="https://www.linkedin.com/e/fps/675274/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://www.linkedin.com/e/fps/675274/</a><br><br></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>