Need a Puppy with systemd, so I can use a VPN

Puppy related raves and general interest that doesn't fit anywhere else
Post Reply
Message
Author
OldAndInTheWay
Posts: 13
Joined: Fri 22 Mar 2019, 17:17

Need a Puppy with systemd, so I can use a VPN

#1 Post by OldAndInTheWay »

I use a vpn which requires systemd... private internet access to be exact.

When you install it you cannot be root. Any suggestions? I use mxlinux atm.

User avatar
rockedge
Posts: 1864
Joined: Wed 11 Apr 2012, 13:32
Location: Connecticut, United States
Contact:

#2 Post by rockedge »

try using run-as-spot like for example

Code: Select all

run-as-spot install.sh
you could try

Code: Select all

#su spot
#program-to-run
or

Code: Select all

#sudo -uspot program-to-run
maybe something will work that is easy

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

#3 Post by s243a »

Have a look at this thread:
puppy on systemd (experiment)

Also see:
init: Add switch init option #1730 (closed -- not merged)

init agnostic puppy #1727

None of these changes were merged, in part because systemd goes against the goals of puppy and also because the "switch init" feature isn't really necessary to change the init (see jamesbond's comments).

However, the above links might give you some insight on how to use systemd on puppy if you desire.
Find me on [url=https://www.minds.com/ns_tidder]minds[/url] and on [url=https://www.pearltrees.com/s243a/puppy-linux/id12399810]pearltrees[/url].

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#4 Post by jamesbond »

jafadmin has created an easy-to-use package that works with PIA using pptp. See http://murga-linux.com/puppy/viewtopic.php?t=93384. No systemd required.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

Re: Puppy with systemd

#5 Post by mavrothal »

OldAndInTheWay wrote:I use a vpn which requires systemd
You may want to change VPN!
systemd has a hole (new feature that may compromise VPN)
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

OldAndInTheWay
Posts: 13
Joined: Fri 22 Mar 2019, 17:17

#6 Post by OldAndInTheWay »

Hello Thank you'alls for for replying. @jamesbond...My original intent was to use the vpn on Fatdog. First try was with Fatdog 800, I set up a user so no problems with pre-install, but ran into the systemd bottleneck. Github has a sysvinit for pia.. https://github.com/MX-Linux/piavpn-sysvinit-compat so I tried it and no go with the 800 after converting the deb to txz. Tried Jfadmin's scripts to no avail. meh

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#7 Post by OscarTalks »

Rather than trying to get systemd working in Puppy, I think it would be better and easier to get the VPN running without systemd. What exactly is asking for it anyway, their GUI application?

If you grab the .ovpn config file for the server you want to use you can connect using OpenVPN. This can be done from command line or I have been experimenting with a simple way of clicking in and out of VPN after a bit of configuring. Someone reported it working with PIA
http://murga-linux.com/puppy/viewtopic. ... 44#1021844
Oscar in England
Image

Post Reply