Fourth Maintenance Release of the NX 3.5.0 Node and Server packages – Knowledge Base (original) (raw)

Rome, Italy, May 21, 2012 - NoMachine makes available updates to NX Node and Server software. This new maintenance release is mainly aimed at solving some issues preventing applications using Cairo libraries to work with NX, and includes:

Supported NX Node and Server platforms

Solaris SPARC 8/9/10

Linux x86_64

Linux i386

Trouble Reports solved

NX Core

TR01J02646 - Performance issues could arise with certain graphics libraries such as Cairo library version 1.10

TR01J02667 - Changes to mouse sensitivity may be ignored in an NX session

TR05J02705 - The X11 agent may ignore WarpPointer requests
TR05J02706 - Sometimes disconnected sessions on NX server 3.5.0 cannot be recovered when using NoMachine Player 4

TR05J02703 - The X11 agent could terminate unexpectedly with libcairo 1.12

NX Server

TR12I02644 - NX Server may fail to generate SSH keys on Centos 6.2

TR12I02641 - NX server message about enough X resources contains a typo

TR10I02615 - Running the 'nxserver --userdel' command may change group for backend files

NX Node

TR01J02666 - ClientLogLimit in node.cfg is ignored

Download the NX Node and Server packages

You can download the latest node and server suitable for your Operating System from the NoMachine Web site at the following URL:

http://www.nomachine.com/download/

Update

Instructions for Linux are intended to be run from command line and use the sudo utility. If you don't have the sudo utility installed, log on as superuser ('root') and run the commands without sudo. Otherwise you can use the graphical package manager provided by your Linux distribution. Instructions for RPM , DEB and tar.gz packages refer to the 32 bit package (i386) and can be easily extended to the 64bit package (x86_64 or amd64).

It is highly recommended you disable access to new NX sessions and terminate all running sessions before proceeding with the update of node and server. To disable access to new NX sessions and terminate all the running sessions, open an xterm or similar and run the following commands:

$ sudo /usr/NX/bin/nxserver --stop
$ sudo /usr/NX/bin/nxserver --shutdown

After the update procedure is completed, restart NX server by running:

$ sudo /usr/NX/bin/nxserver --start

RPM version for Linux

DEB version for Linux

TAR.GZ version for Linux

SPARC.GZ version for Solaris

# pkgrm NXnode
# gunzip nxnode-3.5.0-xy.sparc.gz
# gunzip nxserver-3.5.0-xy.sparc.gz
# pkgadd -d nxnode-3.5.0-xy.sparc
# pkgadd -d nxserver-3.5.0-xy.sparc

The complete set of installation instructions is available at:

http://www.nomachine.com/installation.php

You can find here more detailed instructions on how to configure and administer NX Node and NX Server:

http://www.nomachine.com/documents/admin-guide.php

NoMachine NX OSS components

Together with the commercial NX products, this new maintenance release sports updates to the following OSS component:

nxagent-3.5.0-8

The following components were not updated since the previous 3.5.0 releases:

nx-X11-3.5.0-2
nxuexec-3.5.0-3
nxcomp-3.5.0-2
nxcompext-3.5.0-1
nxcompshad-3.5.0-2
nxspool-3.5.0-1
nxsensor-3.5.0-1

Sources of all the OSS NX components can be downloaded here:

http://www.nomachine.com/sources/

Please refer to the ChangeLog of each specific package for more information about all changes introduced since the previous 3.5.0 versions.

The NX Development Team