[FreeNX-kNX] Re: FreeNX 0.2-1: Bugfixes

Stefan Dirsch sndirsch at suse.de
Wed Sep 8 06:28:38 UTC 2004


Hi

I attached a patch to fix the typos in nxsetup.

Stefan

On Wed, Sep 08, 2004 at 06:30:32AM +0200, Fabian Franz wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> I think I fixed most of the bugs you found, Stuart.
> 
> There is still a very bad bug, but I could not figure it out yet:
> 
> do: 
> 
> kill -9 nxssh on the client
> 
> The session is correctly suspended on the server, but somehow the database is 
> not updated. Running: nxserver --suspend <session_id> and then connecting 
> twice to the machine solves it though :-/.
> 
> I'll have to look into this later.
> 
> ChangeLog:
> 
> 08.09.2004 FreeNX 0.2-1
>         * Fixed support for one windows client version.
>         * Fixed setting of key with --adduser.
>           (Thanks to Stuart Herbert <stuart at gentoo.org>)
>         * Fixed _some_ cases for AuthorizedKeysFile in sshd_config.
>           (Thanks to Peter Holik <peter at holik.at>)
> 
>         * Fixed gentoo-nomachine.diff (nxnode not in path, but nxnode-login 
> would try that)
>         * Fixed the bug with hanging tail processes.
> 
> cu
> 
> Fabian
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
> 
> iD8DBQFBPorrI0lSH7CXz7MRArg2AKCDChxTWEs/PjkQpW14ToqV2y/MCwCeO8JR
> a8uWzUGGXhuOQwUL3LpQv5c=
> =S0wG
> -----END PGP SIGNATURE-----

Public Key available
----------------------------------------------------
Stefan Dirsch (Res. & Dev.)   SUSE LINUX AG
Tel: 0911-740 53 0            Maxfeldstrasse 5
FAX: 0911-740 53 479          D-90409 Nürnberg
http://www.suse.de            Germany 
----------------------------------------------------
-------------- next part --------------
--- nxsetup.old	2004-09-08 08:15:12.797866691 +0200
+++ nxsetup	2004-09-08 08:16:24.111814756 +0200
@@ -23,10 +23,8 @@
 fi
 
 # option set in sshd_config?
-# FIXME: Not all combinations of the possible AuthorizedKeysFile are parsed prop
-erly, yet :-/
-AUTHORIZED_KEYS_FILE=$(awk '/^AuthorizedKeysFile/ { print $2 }' /etc/ssh/sshd_co
-nfig | sed 's/%[uh%]\///g')
+# FIXME: Not all combinations of the possible AuthorizedKeysFile are parsed properly, yet :-/
+AUTHORIZED_KEYS_FILE=$(awk '/^AuthorizedKeysFile/ { print $2 }' /etc/ssh/sshd_config | sed 's/%[uh%]\///g')
 [ -z "$AUTHORIZED_KEYS_FILE" ] && AUTHORIZED_KEYS_FILE=".ssh/authorized_keys2"
 
 set -e


More information about the FreeNX-kNX mailing list