FS#4014 - Package: freenx - netcat not alled 'netcat' on Arch
Attached to Project:
Arch Linux
Opened by Laurence Hurst (Loz_hurst) - Monday, 20 February 2006, 12:03 GMT
Opened by Laurence Hurst (Loz_hurst) - Monday, 20 February 2006, 12:03 GMT
|
Details
Freenx fails to establish a connection with:
/opt/NX/bin/nxserver: line 933: netcat: command not found The reason (and solution) are: Arch's netcat package installs the netcat binary to '/usr/bin/nc'. The freenx package by default tries to use 'netcat', this obviously fails. Although there are a number of ways to get around this (e.g. 'ln -s /usr/bin/nc /usr/bin/netcat'), by far the most sensible solution is to modify the line '#COMMAND_NETCAT=netcat' to read 'COMMAND_NETCAT=nc' in the freenx config ('/opt/NX/etc/node.conf'). IMHO the freenx package should be configured in this manner so as to actually work on Arch! |
This task depends upon