When you reinstall the same version nxusb isn't recompiled again, if you deinstall nomachine, and launch ls -l /usr/NX/bin/drivers/, you see nothing, if install again the nomachine package, and relaunch ls -l /usr/NX/bin/drivers/ you see the module compiled: -rw-r--r-- 1 root root 847336 nov 16 21:37 nxusb.ko
Search Criteria
Package Details: nomachine 8.16.1-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: | 95 |
Popularity: | 0.40 |
First Submitted: | 2014-07-24 15:45 (UTC) |
Last Updated: | 2025-02-01 20:34 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, bash-gitAUR)
- dkms (dkms-gitAUR)
- nawk (nawk-gitAUR)
- openssh (openssh-gitAUR, openssh-dnatAUR, openssh-gssapiAUR, openssh-hpn-shimAUR, openssh-selinuxAUR)
- 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.16/Linux/nomachine_8.16.1_1_aarch64.tar.gz
- http://download.nomachine.com/download/8.16/Linux/nomachine_8.16.1_1_armv6hl.tar.gz
- http://download.nomachine.com/download/8.16/Linux/nomachine_8.16.1_1_armv7hl.tar.gz
- http://download.nomachine.com/download/8.16/Linux/nomachine_8.16.1_1_i686.tar.gz
- http://download.nomachine.com/download/8.16/Linux/nomachine_8.16.1_1_x86_64.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 25 Next › Last »
runnytu commented on 2022-11-16 20:44 (UTC)
galvez_65 commented on 2022-11-16 19:48 (UTC) (edited on 2022-11-16 20:37 (UTC) by galvez_65)
@runnytu - thank you for the explanation. According to the nxupdate.log USB can not be compiled although linux-headers are installed. Not sure if it matters but the package was build on a different computer and installed via an internal repository.
nxusb compiles manually
runnytu commented on 2022-11-16 19:13 (UTC)
The dependencies are needed to build the package, the use of the rpm command (rpm-tools) and pkcheck (polkit), and the DKMS are for linking the correct linux-headers for your kernel in order to build the nxusb successfully.
nikita240 commented on 2022-11-16 07:52 (UTC)
Regression in 8.2.3. Nxusb no longer works.
gameslayer commented on 2022-11-14 06:21 (UTC) (edited on 2022-11-14 06:24 (UTC) by gameslayer)
Missing dependencies that need to be added to the PKGBUILD file
Building nomachine...
==> Making package: nomachine 8.2.3-1 (Mon 14 Nov 2022 16:20:08)
==> Checking runtime dependencies...
==> Missing dependencies:
-> rpm-tools
-> dkms
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
galvez_65 commented on 2022-11-13 18:06 (UTC)
Hi, Thank you for keeping this package up to date. Where can I find info on the new dependencies ('polkit' 'rpm-tools' 'dkms')? I quick look through the Nomachine isn't bringing anything up. Thanks
nikita240 commented on 2022-11-10 04:32 (UTC)
Missing dependency: linux-headers
nxusb won't build without it and USB Device Pass-through functionality will not work.
runnytu commented on 2022-10-01 12:51 (UTC)
@jholmer, read the pinned comment.
jholmer commented on 2022-09-30 18:01 (UTC)
I had trouble getting this to work initially on a headless server. I found out the issue was that systemctl start nxserver
did not start nxd
and I had to manually sudo /etc/NX/nxserver --restart
to get it to start. I'm not sure if this is something that needs to/should be fixed in this package?
lo_pan commented on 2022-07-18 23:06 (UTC)
Regarding the segfault mentioned by blackhole and aag, the following threads seem to contain further information:
- https://forums.nomachine.com/topic/manjaro-ubuntu-connection-problem
- https://forums.nomachine.com/topic/nomachine-client-disconnects-right-after-connection-in-latest-manjaro
- https://bugzilla.mozilla.org/show_bug.cgi?id=1758473
Either revert libva to 2.14.0-1 as mentioned by aag, or set '<option key="Enable hardware accelerated decoding" value="disabled" />' in ~/.nx/config/player.cfg as mentioned in the nomachine forum threads.
Setting the above to "false" seems to have the same impact as "true", while "disabled" works. Bizarre.
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