[FreeNX-kNX] Sanity check...

Fabian Franz FabianFranz at gmx.de
Sun Apr 24 15:14:03 UTC 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Samstag, 23. April 2005 09:19 schrieb Ed Warnicke:
> Info: Connection with remote proxy established.
> Error: Parse error in remote options string 'NX> '."
>

I think I found the problem:

The echo "Bye"; echo "NX> 999 Bye" are sent to stdout instead of stderr.

I applied the following fix:

- --- nxserver    21 Mar 2005 12:50:36 -0000      1.47
+++ nxserver    24 Apr 2005 15:12:13 -0000      1.48
@@ -872,8 +872,8 @@
                        exit 0
                ;;
                bye|BYE)
- -                       echo_x "Bye"
- -                       echo_x "NX> 999 Bye"
+                       echo_x "Bye" 1>&2
+                       echo_x "NX> 999 Bye" 1>&2
                        if [ "$ENCRYPTION" = "1" ] 
                        then 
                                let PROXY_DISPLAY=$SESS_DISPLAY+4000

Please see if that solves the problems.

cu

Fabian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCa7e+I0lSH7CXz7MRAgBBAJ9Z07yAb7XFEjmwkWEpNqfMGjU8RwCgh/Tq
hX7+ghVqpOuWc1fgNwOB7qg=
=0cUg
-----END PGP SIGNATURE-----




More information about the FreeNX-kNX mailing list