Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
|
DetailsFreenx 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