The API URL on line 87 of the nordvpn binary returns a 404 not found.
Search Criteria
Package Details: openvpn-nordvpn 0.1.41-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openvpn-nordvpn.git (read-only, click to copy) |
|---|---|
| Package Base: | openvpn-nordvpn |
| Description: | OpenVPN helper script for nordvpn.com |
| Upstream URL: | https://github.com/nstinus/nordvpn |
| Keywords: | nordvpn openvpn |
| Licenses: | MIT |
| Provides: | nordvpn |
| Submitter: | nstinus |
| Maintainer: | nstinus |
| Last Packager: | nstinus |
| Votes: | 23 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-02-01 16:40 (UTC) |
| Last Updated: | 2020-03-30 19:04 (UTC) |
Dependencies (17)
- bc (bc-ghAUR)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- fping (fping-gitAUR)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- openvpn-update-resolv-conf-gitAUR
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, doas-sudo-shim-vAUR, sudo-selinuxAUR)
- systemd (systemd-selinuxAUR, systemd-gitAUR)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR)
- asciidoc (asciidoc-gitAUR) (make)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – auto-complete commands
- iputils (iputils-gitAUR) (optional) – run ping and rank functions
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (optional) – pick recommended server for "start" command
- python-pandas (optional) – run nordvpn infos command
- vpnfailsafe-gitAUR (optional) – use instead of update-resolv-conf if available
Required by (2)
- nordtray-bin (requires nordvpn)
- plasma6-runners-nordvpn (requires nordvpn)
Sources (1)
ThatNeil commented on 2024-04-02 18:38 (UTC)
dreieck commented on 2023-09-17 23:20 (UTC)
Can you please change the depenency on vpnfailsafe-git to vpnfailsafe?
vpnfailsafe-git provides vpnfailsafe.
Thanks for maintaining!
dreieck commented on 2023-02-06 22:15 (UTC) (edited on 2023-02-06 22:19 (UTC) by dreieck)
This package installs /usr/lib/python3.10/site-packages/tests/__init__.py which I think should not be there.
It is empty anyway.
And prone to create conflicts with other packages (actually, that is how I encountered it).
Same with /usr/lib/python3.10/site-packages/tests/__pycache__/__init__.cpython-310.opt-1.pyc and /usr/lib/python3.10/site-packages/tests/__pycache__/__init__.cpython-310.pyc.
tzok commented on 2020-12-31 11:02 (UTC)
This is part of the content of the generated package:
$ tar tfv openvpn-nordvpn-0.1.41-1-any.pkg.tar.zst
...
drwxr-x--- root/root 0 2020-12-31 11:11 etc/openvpn/client/nordvpn/
...
The generated *.service files are configured to run as openvpn user. But as you can see above, this user cannot access the contents of nordvpn directory. Effectively, it is impossible to connect to NordVPN using this package anymore.
Workaround: change ownership of /etc/openvpn/client/nordvpn directory and of /etc/openvpn/client/nordvpn/credentials.conf file to be accessible by openvpn user.
<deleted-account> commented on 2020-04-20 17:59 (UTC)
i am getting errors when running nordvpn with the best option
sudo nordvpn best
timeout: sending signal INT to command ‘python3’
Traceback (most recent call last):
File "/etc/openvpn/client/nordvpn/servers.py", line 186, in <module>
print(get_best(servers, args))
File "/etc/openvpn/client/nordvpn/servers.py", line 105, in get_best
pings = pingservers(servers.name.tolist(), count=args.pingcount)
File "/etc/openvpn/client/nordvpn/servers.py", line 77, in pingservers
res = run(
File "/usr/lib/python3.8/subprocess.py", line 491, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "/usr/lib/python3.8/subprocess.py", line 1014, in communicate
stderr = self.stderr.read()
KeyboardInterrupt
<deleted-account> commented on 2020-04-19 04:44 (UTC)
I am getting this error
sudo nordvpn list
No configuration files found or files too old. Updating now...
Downloading nordvpn config files...
[nordvpn.zip]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of nordvpn.zip or
nordvpn.zip.zip, and cannot find nordvpn.zip.ZIP, period.
/usr/bin/nordvpn: line 113: msg_exit: command not found
Patching and installing files...
archieslove commented on 2020-01-20 23:30 (UTC)
Thank you for the work. It works great. is there any guide to auto connect after sleep/resume ?
PedroHLC commented on 2019-03-22 16:36 (UTC)
Please, add git in makedepends, it's required when building from a clean chroot!
iMike commented on 2018-10-21 21:11 (UTC) (edited on 2018-10-21 21:49 (UTC) by iMike)
Tried installing for the first time, but ran into a problem caused by a commit. See below. PS I got it to work. Really not sure how. I leave this comment since it appear something went wrong that might be worth looking at.
Building openvpn-nordvpn... Cloning into 'openvpn-nordvpn'... [...] == Extracting sources... - Creating working copy of nordvpn git repo... Cloning into 'nordvpn'... done. fatal: 'v0.1-32-g595937f' is not a commit and a branch 'makepkg' cannot be
created from it == ERROR: Failure while creating working copy of nordvpn git repo Aborting...
Pinned Comments
nstinus commented on 2017-03-06 14:31 (UTC) (edited on 2017-07-01 08:40 (UTC) by nstinus)