WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: NoMachine NX client  (Read 5525 times)

Offline blazej

  • Newbie
  • *
  • Posts: 7
NoMachine NX client
« on: July 17, 2009, 01:24:20 PM »
Hi
Did anyone try to run it under tc? I've installed .tar.gz from their website
in /usr. It seems to connect to the server, but then the connection is lost
with the 'data error'. Below is the log
message. I think my network connection is ok, I'm using nxclient on another
machine with no problems.
Any clues?


NXPROXY - Version 3.3.0

Copyright (C) 2001, 2007 NoMachine.
See http://www.nomachine.com/ for more information.

Info: Proxy running in client mode with pid '5685'.
Session: Starting session at 'Fri Jul 17 21:05:46 2009'.
Info: Connection with remote proxy completed.
Warning: Unrecognized session type 'unix-desktop'. Assuming agent session.
Info: Using ADSL link parameters 512/24/1/0.
Info: Using cache parameters 4/4096KB/16384KB/16384KB.
Info: Using pack method 'adaptive-7' with session 'unix-desktop'.
Info: Using ZLIB data compression 1/1/32.
Info: Using ZLIB stream compression 4/4.
Info: No suitable cache file found.
Info: Forwarding X11 connections to display ':0.0'.
Info: Listening to font server connections on port '11567'.
Session: Session started at 'Fri Jul 17 21:05:47 2009'.
Info: Established X server connection.
Info: Using shared memory parameters 1/4096K.
Error: Decompression of data failed. Error is 'data error'.
Error: Failure reading from the peer proxy.
Error: Connection with remote peer broken.
Error: Please check the state of your network and retry.
Session: Terminating session at 'Fri Jul 17 21:05:52 2009'.
Session: Session terminated at 'Fri Jul 17 21:05:52 2009'.

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: NoMachine NX client
« Reply #1 on: July 17, 2009, 02:20:35 PM »
you probably need to compile the source for TC; i myself use ssh with the -XC switch, and you have a less complicated way to your server; try it with:

$ ssh -XC your_login at IP_of_your_server

Offline blazej

  • Newbie
  • *
  • Posts: 7
Re: NoMachine NX client
« Reply #2 on: July 19, 2009, 11:37:22 AM »
some update:

Seems that the nxclient installation on the Tiny Core netbook works fine
- I set up NX server on my desktop machine and I'm able to connect to it
and work normally.

For some reason however I cannot connect to the other server
which is outside my LAN (this 'data error'...)

Offline Friedl

  • Newbie
  • *
  • Posts: 22
Re: NoMachine NX client
« Reply #3 on: July 20, 2009, 12:14:12 AM »
Would you mind submitting nxclient as an extension? The 'ssh -XC' has serious limitations if you want to get the complete desktop instead of single shell sessions, and also if you want to connect to windows system with the RDP protocol.

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: NoMachine NX client
« Reply #4 on: July 20, 2009, 09:22:37 AM »
rdesktop is in the repository for win machines, i guess; i don't get your point with ssh -XC not giving you a complete desktop; you can type the start command for your wm in the shell and you get the entire desktop (same as for the nx client)