Hi! If the "nxserver" does not listen to port 4000, then edit file "/usr/NX/etc/server.cfg", set "StartNXDaemon" to "Automatic", set "EnableFirewallConfiguration" to "1", then restart "nxserver". The problem should be fixed then.
Search Criteria
Package Details: nomachine 8.14.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nomachine.git (read-only, click to copy) |
---|---|
Package Base: | nomachine |
Description: | Remote desktop application |
Upstream URL: | http://www.nomachine.com |
Licenses: | custom:"NoMachine EULA" |
Groups: | network |
Conflicts: | nxclient, nxmanager, nxnode, nxserver, nxwebplayer |
Submitter: | FreeK |
Maintainer: | runnytu |
Last Packager: | runnytu |
Votes: | 92 |
Popularity: | 0.41 |
First Submitted: | 2014-07-24 15:45 (UTC) |
Last Updated: | 2024-10-04 19:35 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- nawk (nawk-gitAUR)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- rpm-tools (rpm-tools-gitAUR)
- xorg-xauth (optional) – allows logging into a headless machine
Required by (0)
Sources (5)
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_aarch64.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_armv6hl.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_armv7hl.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_i686.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_x86_64.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 25 Next › Last »
homerhsing commented on 2021-11-07 22:48 (UTC)
parkerlreed commented on 2021-09-30 06:21 (UTC)
Disregard. I had set the service to manual start (within the GUI settings) forever ago, uninstalled, and it remembered upon reinstalling.
parkerlreed commented on 2021-09-21 21:40 (UTC)
@galvez_65 Still nothing relating to 4000 :(
$ sudo netstat -tulpn | grep nx
tcp 0 0 127.0.0.1:7001 0.0.0.0:* LISTEN 2636/nxnode.bin
tcp 0 0 127.0.0.1:22171 0.0.0.0:* LISTEN 2582/nxserver.bin
tcp 0 0 127.0.0.1:12001 0.0.0.0:* LISTEN 2636/nxnode.bin
tcp 0 0 127.0.0.1:25001 0.0.0.0:* LISTEN 2658/nxclient.bin
tcp6 0 0 ::1:7001 :::* LISTEN 2636/nxnode.bin
udp 8448 0 192.168.1.172:5353 0.0.0.0:* 2582/nxserver.bin
udp 0 0 0.0.0.0:5353 0.0.0.0:* 2582/nxserver.bin
udp 1280 0 0.0.0.0:46956 0.0.0.0:* 2631/nxexec
galvez_65 commented on 2021-09-21 21:11 (UTC)
@parkerlreed I ran sudo netstat -tulpn to list it. Interesting when I run sudo netstat -atu (which is supposed to list open ports) it's not listed
parkerlreed commented on 2021-09-21 20:43 (UTC)
@galvez_65 that's the thing. That's all my open ports related to nx. Nothing else shows up.
nxsever.service claims it's running fine and no errors/warnings.
galvez_65 commented on 2021-09-21 20:16 (UTC)
@parkerlreed look for nxd, on my machine that's how it's listed
parkerlreed commented on 2021-09-21 19:12 (UTC)
Did something change? nxserver seems to no longer be listening on 4000.
nxserver. 2003 nx 20u IPv4 39800 0t0 TCP 127.0.0.1:21277 (LISTEN)
nxnode.bi 2056 parker 14u IPv4 38680 0t0 TCP 127.0.0.1:12001 (LISTEN)
nxnode.bi 2056 parker 16u IPv6 39865 0t0 TCP [::1]:7001 (LISTEN)
nxnode.bi 2056 parker 17u IPv4 39866 0t0 TCP 127.0.0.1:7001 (LISTEN)
nxclient. 2078 parker 6u IPv4 39876 0t0 TCP 127.0.0.1:25001 (LISTEN)
I can't find any notes about a new port. The main nxserver seems to randomize.
LinuxHG commented on 2021-07-21 20:03 (UTC) (edited on 2021-07-22 02:09 (UTC) by LinuxHG)
I searched and didn't see. Is anyone else getting the perl library error. I find it strange since the file is package with NX. /usr/NX/bin/nxserver.bin: error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory
EDIT:: Nevermind. Everything seems now to be working despite the missing dependencies.
galvez_65 commented on 2021-05-27 16:26 (UTC)
@blackhole, the popup can be turned off in the settings.
Pinned Comments
runnytu commented on 2021-02-20 13:44 (UTC)
Since nomachine 7.1.3-2 the default behavior of the package is StartNXDaemon Manual and FirewallConfiguration 0 on a new installation, if you want to change this, you need to modify PKGBUILD build options with your desire behavior:
BUILD OPTIONS
Set to y to enable nomachine service autostart
_autoservice=n
Set to y to enable firewall autorules
_autofirewall=n
END BUILD OPTIONS