Page 1 of 1
Surfshark VPN Won't Run
Posted: Fri May 03, 2024 5:42 am
by sonny

- surfshark-1.png (2.7 KiB) Viewed 1437 times
I tried installing Surfshark VPN:
Code: Select all
curl -f https://downloads.surfshark.com/linux/debian-install.sh --output surfshark-install.sh
cat surfshark-install.sh
sh surfshark-install.sh

- surfshark-2.png (137.26 KiB) Viewed 1437 times
but it failed to run.
Any enlightenment?
Re: Surfshark VPN Won't Run
Posted: Fri May 03, 2024 8:24 am
by Jasper
Re: Surfshark VPN Won't Run
Posted: Fri May 03, 2024 12:25 pm
by bigpup
What specific version of BookwormPup?????????
Re: Surfshark VPN Won't Run
Posted: Fri May 03, 2024 2:15 pm
by sonny
bigpup wrote: Fri May 03, 2024 12:25 pm
What specific version of BookwormPup?????????
I knew you're gonna ask this question, Biggie.
The latest one indeed.
But cheers for asking btw.
Re: Surfshark VPN Won't Run
Posted: Fri May 03, 2024 2:19 pm
by sonny
Thanks, Jasp.
@dimkr
Surfshark also won't run in VanillaDpup 10, any flavor.
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 12:01 am
by OscarTalks
running from terminal indicates a problem with this library:-
Code: Select all
# /opt/Surfshark/surfshark --no-sandbox
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
#
The install script seems to be wanting to download a Debian Stretch version of the VPN program (rather than Bookworm) so I wonder if this is the reason for the mismatch ?
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 12:29 am
by sonny
Thank you, @OscarTalks.
Surfshark VPN works just fine with Bookworm-based distros:
- BLL Boron
- Mint
- MX
- wattOS
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 12:50 am
by bigpup
sonny wrote: Fri May 03, 2024 2:15 pm
bigpup wrote: Fri May 03, 2024 12:25 pm
What specific version of BookwormPup?????????
I knew you're gonna ask this question, Biggie.
The latest one indeed.
But cheers for asking btw.
This is the information we need.
BookwormPup64 what specific version???
Or is it BookwormPup32 and what specific version????
Either one could be your definition of the latest version!
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 1:02 am
by sonny
It's under 'BookwormPUP', so if I did NOT specify
(with min common sense and context) anyone
here will get it straight away, biggie.
It's ALL variants!
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 8:48 am
by dimkr
I see it depends on systemd and NetworkManager, two things you don't have in Puppy.
I installed with:
Code: Select all
curl -f https://downloads.surfshark.com/linux/debian-install.sh --output surfshark-install.sh
sh surfshark-install.sh
GUI starts fine (under Utility menu) after some additional tweaking, but I haven't tried to connect to the VPN:
Code: Select all
setup-spot surfshark=true
cat << EOF > /root/Startup/surfshark
#!/bin/sh
/opt/Surfshark/resources/dist/resources/surfsharkd2.js &
run-as-spot /opt/Surfshark/resources/dist/resources/surfsharkd.js &
EOF
chmod +x /root/Startup/surfshark
restartwm
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 11:16 am
by JusGellin
dimkr wrote: Sat May 04, 2024 8:48 am
I see it depends on systemd and NetworkManager, two things you don't have in Puppy.
I installed with: ...
Is this a way for installing other apps that depend on systemd and NetworkManager?
Thanks
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 11:20 am
by dimkr
No, it really depends on the application.
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 3:32 pm
by sonny
Surfshark works with MX Linux
"MX Linux ships with systemd present
but sysVinit is the default init system."
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 4:41 pm
by OscarTalks
I see that there is a Linux Legacy Version which is command line rather than being a much larger GUI program:-
https://support.surfshark.com/hc/en-us/ ... cy-version
The problem with trying to test and troubleshoot the apps of paid-for VPN providers is that it is difficult to do if you do not have a subscription.
For someone who has an account already and wants to try to get it working in Puppy, it might be worth testing this.
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 11:28 pm
by sonny
dimkr wrote: Sat May 04, 2024 8:48 am
I see it depends on systemd and NetworkManager, two things you don't have in Puppy.
I installed with:
Code: Select all
curl -f https://downloads.surfshark.com/linux/debian-install.sh --output surfshark-install.sh
sh surfshark-install.sh
GUI starts fine (under Utility menu) after some additional tweaking, but I haven't tried to connect to the VPN:
Code: Select all
setup-spot surfshark=true
cat << EOF > /root/Startup/surfshark
#!/bin/sh
/opt/Surfshark/resources/dist/resources/surfsharkd2.js &
run-as-spot /opt/Surfshark/resources/dist/resources/surfsharkd.js &
EOF
chmod +x /root/Startup/surfshark
restartwm
When trying to connect ("Network Manager" is installed)...

- gui-error.png (340.59 KiB) Viewed 1058 times
Re: Surfshark VPN Won't Run
Posted: Sat May 04, 2024 11:29 pm
by sonny
OscarTalks wrote: Sat May 04, 2024 4:41 pm
I see that there is a Linux Legacy Version which is command line rather than being a much larger GUI program:-
https://support.surfshark.com/hc/en-us/ ... cy-version
The problem with trying to test and troubleshoot the apps of paid-for VPN providers is that it is difficult to do if you do not have a subscription.
For someone who has an account already and wants to try to get it working in Puppy, it might be worth testing this.
But Legacy version (non-GUI) seems to work...

- legacy.png (108.55 KiB) Viewed 1057 times