Surfshark VPN Won't Run

Moderator: Forum moderators

Post Reply
sonny
Posts: 573
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 440 times
Been thanked: 133 times

Surfshark VPN Won't Run

Post by sonny »

surfshark-1.png
surfshark-1.png (2.7 KiB) Viewed 600 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
surfshark-2.png (137.26 KiB) Viewed 600 times

but it failed to run.

Any enlightenment?

User avatar
Jasper
Posts: 1625
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 694 times
Been thanked: 366 times

Re: Surfshark VPN Won't Run

Post by Jasper »

Last edited by Jasper on Fri May 03, 2024 12:39 pm, edited 1 time in total.
User avatar
bigpup
Moderator
Posts: 6306
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 740 times
Been thanked: 1299 times

Re: Surfshark VPN Won't Run

Post by bigpup »

What specific version of BookwormPup?????????

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

sonny
Posts: 573
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 440 times
Been thanked: 133 times

Re: Surfshark VPN Won't Run

Post 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.

sonny
Posts: 573
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 440 times
Been thanked: 133 times

Re: Surfshark VPN Won't Run

Post by sonny »

Jasper wrote: Fri May 03, 2024 8:24 am

@sonny

Dedicated Help Page here:

https://support.surfshark.com/hc/en-us/ ... k-on-Linux

Thanks, Jasp.
@dimkr
Surfshark also won't run in VanillaDpup 10, any flavor.

User avatar
OscarTalks
Posts: 608
Joined: Tue Jul 14, 2020 10:11 pm
Location: London UK
Has thanked: 1 time
Been thanked: 231 times

Re: Surfshark VPN Won't Run

Post 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 ?

sonny
Posts: 573
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 440 times
Been thanked: 133 times

Re: Surfshark VPN Won't Run

Post by sonny »

Thank you, @OscarTalks.

Surfshark VPN works just fine with Bookworm-based distros:
- BLL Boron
- Mint
- MX
- wattOS

User avatar
bigpup
Moderator
Posts: 6306
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 740 times
Been thanked: 1299 times

Re: Surfshark VPN Won't Run

Post 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!

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

sonny
Posts: 573
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 440 times
Been thanked: 133 times

Re: Surfshark VPN Won't Run

Post 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!

dimkr
Posts: 1937
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 37 times
Been thanked: 856 times

Re: Surfshark VPN Won't Run

Post 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
JusGellin
Posts: 192
Joined: Fri Jan 19, 2024 11:12 pm
Has thanked: 13 times
Been thanked: 23 times

Re: Surfshark VPN Won't Run

Post 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

dimkr
Posts: 1937
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 37 times
Been thanked: 856 times

Re: Surfshark VPN Won't Run

Post by dimkr »

No, it really depends on the application.

sonny
Posts: 573
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 440 times
Been thanked: 133 times

Re: Surfshark VPN Won't Run

Post by sonny »

Surfshark works with MX Linux

"MX Linux ships with systemd present
but sysVinit is the default init system."

User avatar
OscarTalks
Posts: 608
Joined: Tue Jul 14, 2020 10:11 pm
Location: London UK
Has thanked: 1 time
Been thanked: 231 times

Re: Surfshark VPN Won't Run

Post 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.

sonny
Posts: 573
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 440 times
Been thanked: 133 times

Re: Surfshark VPN Won't Run

Post 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
gui-error.png (340.59 KiB) Viewed 221 times
sonny
Posts: 573
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 440 times
Been thanked: 133 times

Re: Surfshark VPN Won't Run

Post 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
legacy.png (108.55 KiB) Viewed 220 times
Post Reply

Return to “BookwormPup”