FS#18943 - [nxserver] won't allow connections since OpenSSL rebuild

Attached to Project: Arch Linux
Opened by Andreas Radke (AndyRTR) - Saturday, 03 April 2010, 10:31 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 03 July 2013, 19:06 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Tobias Powalowski (tpowa)
Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Since OpenSSL rebuild nxserver refuses remote connections with this messages:


NX> 203 NXSSH running with pid: 23780
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files
NX> 285 Setting the preferred NX options
NX> 200 Connected to address: 127.0.0.1 on port: 22
NX> 202 Authenticating user: nx
NX> 208 Using auth method: publickey
HELLO NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.4.0)
NX> 105 hello NXCLIENT - Version 3.2.0
NX> 134 Accepted protocol: 3.2.0
NX> 105 SET SHELL_MODE SHELL
NX> 105 SET AUTH_MODE PASSWORD
NX> 105 login
NX> 101 User: andyrtr
NX> 102 Password:
NX> 103 Welcome to: workstation64 user: andyrtr
NX> 105 listsession --user="andyrtr" --status="suspended,running" --geometry="2560x1024x24+render" --type="unix-application"
NX> 127 Sessions list of user 'andyrtr' for reconnect:

Display Type Session ID Options Depth Screen Status Session Name
------- ---------------- -------------------------------- -------- ----- -------------- ----------- ------------------------------


NX> 148 Server capacity: not reached for user: andyrtr
NX> 105 startsession --virtualdesktop="1" --application="startxfce4" --link="lan" --backingstore="1" --encryption="1" --cache="16M" --images="64M" --shmem="1" --shpix="1" --strict="0" --composite="1" --media="0" --session="localhost" --type="unix-application" --geometry="2560x1024" --client="linux" --keyboard="pc102/de" --screeninfo="2560x1024x24+render"

cat: /opt/NX/var/db/running/sessionId{(STDIN)}: No such file or directory
NX> 280 Exiting on signal: 15



Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Wednesday, 03 July 2013, 19:06 GMT
Reason for closing:  Won't fix
Additional comments about closing:  nxserver and freenx have been removed from the repos
Comment by Andreas Radke (AndyRTR) - Monday, 05 April 2010, 14:03 GMT
Solution found:

It's now required to fix the node.conf:

COMMAND_MD5SUM="md5sum"

I'll add it to our Wiki page.
Comment by Andrew (acochrane) - Sunday, 23 June 2013, 12:09 GMT
  • Field changed: Percent Complete (100% → 0%)
This posted solution didn't work for:
NX> 100 NXSERVER - Version 3.2.0-73 OS (GPL, using backend: 3.5.0)
made from
freenx-server-0.7.3.tar.gz

But modifying /usr/NX/bin/nxloadconfig
#######
---COMMAND_MD5SUM="openssl md5"
+++COMMAND_MD5SUM="md5sum"
#######
Fixed the issue.

I'm really not sure when node.conf changed to node.cfg either. Maybe that can override, but it didn't.

Loading...