Search Criteria
Package Details: private-internet-access-vpn 3.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/private-internet-access-vpn.git (read-only, click to copy) |
---|---|
Package Base: | private-internet-access-vpn |
Description: | Installs VPN profiles for Private Internet Access Service |
Upstream URL: | https://www.privateinternetaccess.com/ |
Keywords: | connman networkmanager openvpn python vpn |
Licenses: | GPL |
Conflicts: | xawtv |
Submitter: | flamusdiu |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 86 |
Popularity: | 0.046164 |
First Submitted: | 2014-08-14 01:22 (UTC) |
Last Updated: | 2023-05-18 22:31 (UTC) |
Dependencies (10)
- openvpn (openvpn-xor-patched, openvpn-rrf, openvpn-pkcs11, openvpn-openssl-1.0, openvpn-git, openvpn-password-save, openvpn-dco, openvpn-xor-git, openvpn-mbedtls)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-docopt
- python-setuptools
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-wheel (make)
- connman (connman-git) (optional) – Enables PIA for Connman
- networkmanager (networkmanager-git, networkmanager-iwd) (optional) – Enables PIA for Network Manager (needs a openvpn plugin)
Latest Comments
1 2 3 4 5 6 .. 48 Next › Last »
nwildner commented on 2023-09-13 22:24 (UTC)
For those having problems of slow SSL/TLS times, broken page css and other "eternally loading" behaviors, you should lower your MTU and MSS using this:
iptables -I OUTPUT -o tun0 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1140
ip link set dev tun0 mtu 1200
Please note that this is the "sweet spot" for my ISP, and yours could be higher. Tried mss 1420 and MTU 1460, mss 1200 and mtu 1240 and didn't worked out in MY scenario...
Auerhuhn commented on 2023-05-18 22:32 (UTC)
I have adopted the package and, hopefully, fixed all the outstanding issues.
valcyclovir commented on 2022-12-13 03:47 (UTC)
@dylanmtaylor
Not sure if this will ever get fixed.
Meanwhile, just use the installer from the official website: https://www.privateinternetaccess.com/installer/x/download_installer_linux chmod +x the installer the run it. It should work.
dylanmtaylor commented on 2022-12-01 02:55 (UTC)
Installing this is still broken, over a year later. Can this be fixed or a new maintainer found?
Auerhuhn commented on 2022-04-25 16:18 (UTC)
@flamusdiu Here’s a patch you can apply directly: https://github.com/claui/aur-private-internet-access-vpn/commit/0b6bab05fa74e53038c5342189452d0c72319e3e.patch
bader commented on 2021-03-22 10:55 (UTC) (edited on 2021-03-22 10:56 (UTC) by bader)
steps to fixing the error
navigate to the local cache folder for the package
$HOME/.cache/yay/private-internet-access-vpn
edit the
PKGBUILD
filelocate the line contaning the git pull request\
"git+https://github.com/flamusdiu/python-pia.git#tag=${pkgver}"
modify the url by changing
tag=${pkgver}
totag=v${pkgver}
"git+https://github.com/flamusdiu/python-pia.git#tag=v${pkgver}"
Save the file
In the package cache directory build the package using the command
makepkg -si
RogueToad50 commented on 2021-01-25 11:48 (UTC)
The package is unfortunately still broken, but it seems that the solution proposed by hyness still works (prepending a v to the tag on that github link). Please update?
flamusdiu commented on 2021-01-14 16:57 (UTC)
Woops. I'll get that updated.
hyness commented on 2021-01-14 16:48 (UTC)
I got the following error when building
I was able to fix it by prepending a
v
to the tag1 2 3 4 5 6 .. 48 Next › Last »