Any solutions to checksum fail?
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: | 93 |
Popularity: | 1.38 |
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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 25 Next › Last »
faky commented on 2019-09-17 19:16 (UTC)
Ataraxy commented on 2019-05-25 05:47 (UTC) (edited on 2019-05-25 05:48 (UTC) by Ataraxy)
The link <http://download.nomachine.com/download/6.6/Linux/nomachine_6.6.8_5_x86_64.tar.gz>
redirects to <https://www.nomachine.com/download>
causing sha512sum check to fail.
runnytu commented on 2019-02-10 12:02 (UTC)
@greyltc, optdepends added with the same version to avoid users to reinstall, the other question is the default config on nomachine, and I don't want to change that, for that reason, I created these options to anyone can disable if he/she wants, but keeping the original behavior of the package for default.
greyltc commented on 2019-02-07 21:32 (UTC) (edited on 2019-02-07 21:38 (UTC) by greyltc)
Can we please have _autofirewall=y
and _autoservice=y
both set to n
by default? Having the PKGBUILD do these things by default is very unexpected and potentially dangerous.
Also please add xorg-xauth
to optdepends that allows one to log into a headless machine (with a supported window manager).
electricprism commented on 2019-01-08 07:27 (UTC)
This is generally considered bad practice but it will make nxserver.service run
ln -s /usr/NX/lib/libavcodec.so /usr/lib/libavcodec.so.57 ln -s /usr/NX/lib/libavutil.so /usr/lib/libavutil.so.55
marcin commented on 2018-08-03 01:03 (UTC)
FYI: This comes with nxplayer (/usr/NX/bin/nxplayer) which can be used to connect to nxservers. For some reason arch wiki on nx does not mention this and only says about nxclient.
<deleted-account> commented on 2018-06-18 15:52 (UTC)
The latest NoMachine isn't compatible with the version of ffmpeg in the main repos. As a result, h264 isn't working at all. I tested a couple of the ffmpeg-compat packages with no success. Any ideas?
update* Cool, installing the compat package and symlinking '/usr/lib/libavcodec.so.57 > /usr/NX/lib/libavcodec.so' and '/usr/lib/libavutil.so.55 > /usr/NX/lib/libavutil.so' worked like a charm.
runnytu commented on 2018-06-13 20:41 (UTC)
@mrfabjr, try again, it was outdated.
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