I'm pretty knew to NX, having mostly used VNC, but would like to give it a go.
Problem is in trying to get my NXClient (Windows) to connect to the server. It always appears to fail at user authenticating user "nx"
Performing an authcheck on user "nx" gives:
- Code: Select all
apollo etc # ../bin/nxserver --userauth nx
NX> 139 NX user DB is: off NX password DB is: off.
NX> 139 Authentication for user: nx is: system.
NX> 999 Bye.
I tired adding myself and things look pretty bad.
- Code: Select all
apollo etc # ../bin/nxserver --useradd rik
NX> 801 User: rik uses SSHD authentication.
NX> 900 Adding public key for user: rik to the authorized keys file.
NXSERVER - Version 2.1.0-13 - LFE
Thu Aug 2 00:15:39 2007 running as user: 'root' (uid: 0, pid: 4567) on 'apollo'
Info: selected user 'rik' is authenticated (NXNodeExec)
Info: password for selected user is in 'unknown' mode (NXNodeExec)
Info: preferred auth method is '' (NXNodeExec)
Info: selected NX Node with host name '127.0.0.1', port '22' (NXNodeExec)
Info: selected su to access NX Node (NXNodeExec)
Info: nxssh command line is 'su rik -c /usr/NX/bin/nxnode' (NXNodeExec)
Info: nxssh child pid is: 4569 (NXNodeExec)
Info: received data in out channel from NX Node: 'NX> 612 ERROR: No valid subscription found. Please visit the
NX> 612 ERROR: NoMachine Web site at http://www.nomachine.com/
NX> 612 ERROR: to acquire a valid subscription.
NX> 612 ERROR: The NX node can't perform the requested operation.
' (NXNodeExec)
Info: NX Node err channel was closed (NXNodeExec)
Info: NX Node out channel was closed (NXNodeExec)
Info: Removing not recognized buffer from stdout:[] (NXNodeExec)
Info: closing nxssh's in, out, err FDs (flagfinished is: 0) (NXNodeExec)
Error: no 'CONNECTED' message from NX Node (NXNodeExec)
NX> 595 ERROR: A fatal error occurred in NX Server.
NX> 595 ERROR: The exception id is: 7FB7AC94. To get detailed information about
NX> 595 ERROR: the error search for the string 7FB7AC94 in the system log
NX> 595 ERROR: file (usually '/var/log/messages').
NX> 500 ERROR: Last operation failed.
as mentioned in title - this is the out of the box configuration - I've done nothing to change config files, etc.
Any help in getting this operational would be greatly appreciated


