NordVPN today update Version 3.12.0 not work in SysVinit  [Solved]

Message
Author
jim8085
Posts: 15
Joined: Sun Apr 21, 2019 11:46 am

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#21 Post by jim8085 »

I added the delay to the init script following all the instructions in post #19, then rebooted. I also still get the whoops sock error when using "nordvpn c"

I can still restart service to make it work, which is my new normal way to get it to work.

Just sharing what works and what doesn't work for me, Jim.

User avatar
Eadwine Rose
Administrator
Posts: 14591
Joined: Wed Jul 12, 2006 2:10 am

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#22 Post by Eadwine Rose »

Just wondering if there is a restart code option, so it does what you now do manually.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
fehlix
Developer
Posts: 12690
Joined: Wed Apr 11, 2018 5:09 pm

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#23 Post by fehlix »

asqwerth wrote: Sun Nov 07, 2021 1:47 am @fehlix

I added the delay to the init script following all your instructions, then rebooted. I still get the whoops sock error.

I can still restart service to make it work but it doesn't work OOTB upon reboot.
jim8085 wrote: Sun Nov 07, 2021 8:54 am I added the delay to the init script following all the instructions in post #19, then rebooted. I also still get the whoops sock error when using "nordvpn c"

I can still restart service to make it work, which is my new normal way to get it to work.

Just sharing what works and what doesn't work for me, Jim.
@jim8085 , @asqwerth thanks for checking the delay hack, which seems only to work for me.
Hmm.. not sure whether we should try to fix NordVPN start-script and it's worth the effort as they probably might soonish provide their own fixed version, anyway. I'd say, let's wait and see whether next NorVPN update provides a fix or not.

User avatar
Cristobal
Posts: 159
Joined: Thu Feb 07, 2019 8:28 am

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#24 Post by Cristobal »

fehlix wrote: Sun Nov 07, 2021 9:24 am Hmm.. not sure whether we should try to fix NordVPN start-script and it's worth the effort as they probably might soonish provide their own fixed version, anyway. I'd say, let's wait and see whether next NorVPN update provides a fix or not.
Following my yesterday's request, I got this answer this afternoon:
Hello,

Thank you for your response.

And we appreciate you for sharing your feedback.

We wanted to let you know, that our services do not work with sysvinit.

Our NordVPN software works on Linux with systemd only.

If you wish, you can enable systemd by following these steps on the official MX Linux website:
https://mxlinux.org/wiki/system/systemd/

Let us know if the issue still persists.
Distro: MX-19.4_x64 Kernel: 4.19.0-21-amd64 Desktop: Xfce 4.14.3
Lenovo Thinkpad X200s: CPU: Intel Core2 Duo L9400 Graphics: Intel GM45 Audio: Intel 82801I

patongko
Posts: 7
Joined: Fri Nov 05, 2021 5:56 am

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#25 Post by patongko »

I install again, using MXPI->Pop.Apps->Network -> NordVPN and I see they remove nordvpn-sysvinit-compat_19.04.02 from
@dolphinoracle maybe we must wait update from this package

I tried the solution of @fehlix delay init script not work for me too, finally I back to nordvpn 3.11

User avatar
asqwerth
Developer
Posts: 7889
Joined: Sun May 27, 2007 5:37 am

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#26 Post by asqwerth »

The thing is there are similar comments on the latest nordvpn package version 3.12 (and 3.11) in Arch's AUR.

Read the latest comments here: https://aur.archlinux.org/packages/nordvpn-bin/

whoops sock message and all.

And Arch is systemd.

It would appear that there are some problems with the later versions of Nord, and it's not confined to sysV distros.

My Arch-based distro is currently on 3.11 and it doesn't connect at all, even though there is no error message.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

patongko
Posts: 7
Joined: Fri Nov 05, 2021 5:56 am

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#27 Post by patongko »

If you can be interested in my other distributions based on arch I have solved by installing wireguard and wireguard tools and even the last release works perfectly there is to say however that adopt the systemd, on mx differently (sysvinit) I never had any problem only with a small expedient script on
~/.local/share/applications/nordvpn.sh I used to start from session and start in mx setting until the last release 3.12

Code: Select all

#!/bin/bash

if [ x"${DESKTOP_SESSION##*/}" = x"lightdm-xsession" ]; then 
   sleep 10s
   nordvpn c  &
   exit 0
fi
if [ x"${DESKTOP_SESSION##*/}" = x"xfce" ]; then 
   sleep 10s
   nordvpn c  &
   exit 0
fi

User avatar
fehlix
Developer
Posts: 12690
Joined: Wed Apr 11, 2018 5:09 pm

Re: NordVPN today update Version 3.12.0 not work in SysVinit  [Solved]

#28 Post by fehlix »

In case manually restarting nordvpn would help, as mentioned already,
here a password less auto(re-)start of nordvpn daemon:

* first enable password less (re-)start of NordVPN daemon:
run this in terminal:

Code: Select all

echo "%users ALL=(root) NOPASSWD: /etc/init.d/nordvpn" | sudo sh -c 'umask 0337; tee /etc/sudoers.d/nordvpn'
* next add an autostart entry for Xfce with delay, e.g. of 5 sec:
Within Session&Startup add new Entry:
Name: NordVPN
Comment: Restart NordVPN
Command:

Code: Select all

sh -c "pidof -q nordvpnd && exit; test  -f /etc/init.d/nordvpn && sleep 5 && sudo /etc/init.d/nordvpn restart"
Note: you can add further commands semicolon separated like the one you have shown, e.g.
e.g. to add "nordvpn c"

Code: Select all

sh -c "pidof -q nordvpnd && exit; test  -f /etc/init.d/nordvpn && sleep 5 && sudo /etc/init.d/nordvpn restart; nordvpn c"
Works here for both inits: SysVinit and systemd.
+++EDIT+++; adjusted autostart command

User avatar
asqwerth
Developer
Posts: 7889
Joined: Sun May 27, 2007 5:37 am

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#29 Post by asqwerth »

Cristobal wrote: Sun Nov 07, 2021 10:51 am
fehlix wrote: Sun Nov 07, 2021 9:24 am Hmm.. not sure whether we should try to fix NordVPN start-script and it's worth the effort as they probably might soonish provide their own fixed version, anyway. I'd say, let's wait and see whether next NorVPN update provides a fix or not.
Following my yesterday's request, I got this answer this afternoon:
Hello,

Thank you for your response.

And we appreciate you for sharing your feedback.

We wanted to let you know, that our services do not work with sysvinit.

Our NordVPN software works on Linux with systemd only.

If you wish, you can enable systemd by following these steps on the official MX Linux website:
https://mxlinux.org/wiki/system/systemd/

Let us know if the issue still persists.
May I ask if you just emailed them at their support email? I will file a similar bug report to reinforce yours because version 3.12 doesn't work in Arch either, which uses systemd. It doesn't manifest exactly the same way as there is no error message and it appears to have connected successfully. However, no internet connection gets through at all once you connect. A stop and restart service does not help. I believe though that it must stem from the same bug in 3.12 because the source of the PKGBUILD for the Arch package is the 3.12 .deb file.

And at least in MX running under sysV, it does connect once you restart the service. So the claim that their application doesn't work with sysV just isn't true.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
asqwerth
Developer
Posts: 7889
Joined: Sun May 27, 2007 5:37 am

Re: NordVPN today update Version 3.12.0 not work in SysVinit

#30 Post by asqwerth »

patongko wrote: Sun Nov 07, 2021 5:20 pm I install again, using MXPI->Pop.Apps->Network -> NordVPN and I see they remove nordvpn-sysvinit-compat_19.04.02 from
@dolphinoracle maybe we must wait update from this package

I tried the solution of @fehlix delay init script not work for me too, finally I back to nordvpn 3.11
I've been checking my MX18 and 19 installs. Nordvpn 3.11 never had the sysvinit-compat package installed, but it works OOTB anyway. It's nothing to do with that package.

Pinned version 3.11 in those installs for the moment.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

Post Reply

Return to “Software / Configuration”