Package Details: nordvpn-bin 3.19.1-1

Git Clone URL: https://aur.archlinux.org/nordvpn-bin.git (read-only, click to copy)
Package Base: nordvpn-bin
Description: NordVPN CLI tool for Linux
Upstream URL: https://nordvpn.com/download/linux/
Keywords: networking nordvpn openvpn security vpn
Licenses: GPL3
Conflicts: openvpn-nordvpn
Provides: nordvpn
Submitter: metiis
Maintainer: Mxzcabel
Last Packager: Mxzcabel
Votes: 168
Popularity: 0.96
First Submitted: 2018-08-29 12:13 (UTC)
Last Updated: 2024-11-21 01:21 (UTC)

Pinned Comments

Mxzcabel commented on 2023-03-23 20:37 (UTC) (edited on 2024-11-21 01:57 (UTC) by Mxzcabel)

"Please, do not flag this package as out-of-date until there's the official release on Github page."

"Maybe the announcement is delayed, but wait for some other possible forward release, which is patching the previous one before the actual publishing."


Note from 3.19.1:

The repository's hierarchy has been updated and a slightly divergence comes with it. It was from:

/debian/pool/main

To now as:

/debian/pool/main/n/nordvpn

Any previous commits you may like to try in the future will need a manual mediation to replace old links in favor of the new ones.


Note from 3.19.0:

This version introduces new libraries being used by NordVPN. I have created symbolic links and committed a patch for it not interposing with already existing libraries (like sqlite3). Although this is not a big deal, If you, however, upgraded nordvpn-bin before the fix and noticed some library-related issue from sqlite lately, I suggest reinstalling the affected package.



Note from 3.17.4v:

The previous bug exposing DNS servers is fixed.



Note from 3.17.3v:

Caution! This version needs heed while using it and should be avoided. I strongly advice downgrading to 3.17.2 and wait for a new version or patching. Some big problems are:

  • There's DNS leak present. Your original ISP servers can be exposed, as reported already on #343 issue.

  • Unable to connect on nordvpn servers. Your journal might show the follow output: networker setting dns: setting dns with resolvectl: setting dns with resolvectl: Failed to set DNS configuration: Could not activate remote peer: activation request failed: unknown unit.: exit status 1

    After restarting resolve with systemctl restart systemd-resolved.service you may get it working again, enough for connecting normally, as reported, but not exclusively an ARM platform issue, on #342.

Also huge thanks for the community warnings in prior comments before I could've noticed all.


Note from 3.16.2v:

As the published note from the version above has mentioned on Github's page:

  • Logging in with a username and password is no longer available in the terminal.

Please, consider using a token to logging in from now on.


Note from 3.16.0v:

The 'countries.dat' may differ between versions. Be aware to remove the file before upgrading the package.


martoko commented on 2020-12-20 09:10 (UTC) (edited on 2020-12-20 09:12 (UTC) by martoko)

If you're seeing the message "Daemon is unreachable, is systemd running?", then one of two things is probably happening.

The nordvpn daemon might not be started
Start it using:
sudo systemctl enable --now nordvpnd

You might not have been added to the nordvpn group
Add yourself:
sudo gpasswd -a USERNAME nordvpn
And then restart in order for the group to be created:
reboot

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 54 Next › Last »

linux-aarhus commented on 2019-12-02 09:58 (UTC) (edited on 2019-12-02 09:59 (UTC) by linux-aarhus)

@Klodep If you have a nordvpnsd service - uninstall the app - remove the nordvpnsd service file manually if not removed. Rebuild the package.

@doctorcolossus Restart your system - usually this is due to updated system files. Sometimes it is enough to restart the daemon.

Klodep commented on 2019-12-02 02:32 (UTC)

I have the same problem since i have install nordvpn-bin I was not able to connect to NordVPN with my account and my password and i have realised also that my computer was not able to resolve anyone DNS on Firefox and also whith a ping command. The connection is ok but impossible to reach a web site The deamond nordvpnd.service was start and enable but nothing was working for the web. I have remove NordVPN on my computer and the problem was not resolve. I can't acces to the WEB. After to have removed nordvpn from my computer i have checked my service with this command : systemctl list-unit-files --type=service --all nordvpnd.service was disapeared but i saw this one : nordvpnsd.service disabled

I don't now which pakage to remove to delete this service.

doctorcolossus commented on 2019-12-02 00:55 (UTC) (edited on 2019-12-02 00:57 (UTC) by doctorcolossus)

I am experiencing the same problem that many here have reported:

$ nordvpn login
Whoops! Cannot reach System Daemon.

However, I did remember to enable and start nordvpnd, as the output of "systemctl status nordvpnd" shows:

● nordvpnd.service - NordVPN Daemon
   Loaded: loaded (/usr/lib/systemd/system/nordvpnd.service; enabled; vendor preset: disabled)
   Active: active (running) since Sun 2019-12-01 16:47:30 MST; 57s ago
 Main PID: 96036 (nordvpnd)
    Tasks: 14 (limit: 19034)
   Memory: 61.1M
   CGroup: /system.slice/nordvpnd.service
           └─96036 /usr/sbin/nordvpnd

Has anyone figured out how to resolve this? Thanks...

doczico commented on 2019-11-24 18:00 (UTC)

Hello, when i set nordlynx as technology i cannot ping nor resolve anything Can someone help me please ?

ping google.fr ping: google.fr: Temporary failure in name resolution ping 1.1.1.1 PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data. ping: sendmsg: Operation not permitted

i'm on armv7l

Thanks a lot

robotdna commented on 2019-11-21 17:05 (UTC) (edited on 2019-11-21 17:08 (UTC) by robotdna)

@Kodep This has happened to me before. The files are immutable, and you can easily change this using:

sudo chattr -i file

So, something like this:

sudo chattr -i /var/lib/nordvpn/data/insights.dat 

and

sudo chattr -i /var/lib/nordvpn/data/servers.dat

The +i flag makes a file read-only in case you are curious.

Klodep commented on 2019-11-21 16:58 (UTC)

I have updated based-devil. I have installed YAY and used it to install nordvpn-bin. My problem wiht libalpm seem resolve. But i have some problems with two files when i try to install nordvpn with YAY. I have received theses messages:

nordvpn-bin : /var/lib/nordvpn/data/insights.dat already exist in the file system nordvpn-bin : /var/lib/nordvpn/data/servers.dat already exist in the file system. YAY don't have installed nordvpn To be able to delete them, I have tried to change all permissions on these files with these commands :

sudo chmod a=rwx /var/lib/nordvpn/data/servers.dat sudo chmod a=rwx /var/lib/nordvpn/data/insights.dat

But these operations are not autorised by the system.

jackhistoria commented on 2019-11-21 08:59 (UTC) (edited on 2019-11-21 09:03 (UTC) by jackhistoria)

@Klodep yaourt is outdated / depricated meaning no longer active developed. (https://itsfoss.com/best-aur-helpers/) I use yay (yet another yaourt) and it works fine and also get the nordvpn-bin working fine. (https://www.ostechnix.com/yay-found-yet-another-reliable-aur-helper/)

Just in your case if libalpm is missing, it should be in the "yayourt -S base-devel" or "yay libalpm" and than base-devel. (You should install base-devel on every arch system for basic stuff if you plan on compiling software from the [[AUR]] Have fun :) (https://www.archlinux.org/groups/x86_64/base-devel/)

linux-aarhus commented on 2019-11-21 08:05 (UTC)

@Klodep Update your system Clone the PKGBUILD and build using makepkg

Klodep commented on 2019-11-21 01:53 (UTC)

I receive this message when I try to download this package on Arch-Linux

sudo yaourt -S nordvpn-bin package-query: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory package-query: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory