Package Details: private-internet-access-vpn 3.4-3

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.001047
First Submitted: 2014-08-14 01:22 (UTC)
Last Updated: 2023-05-18 22:31 (UTC)

Pinned Comments

Auerhuhn commented on 2023-10-27 08:23 (UTC) (edited on 2023-10-27 08:23 (UTC) by Auerhuhn)

Note that this package provides only VPN profiles but not the vendor’s software.

The package version refers to the python-pia tool by @flamusdiu, which may lag behind the vendor’s own VPN software version.

Please do not flag this package out-of-date unless @flamusdiu releases a new stable python-pia version.

Thank you!

Latest Comments

1 2 3 4 5 6 .. 48 Next › Last »

Auerhuhn commented on 2023-10-27 08:23 (UTC) (edited on 2023-10-27 08:23 (UTC) by Auerhuhn)

Note that this package provides only VPN profiles but not the vendor’s software.

The package version refers to the python-pia tool by @flamusdiu, which may lag behind the vendor’s own VPN software version.

Please do not flag this package out-of-date unless @flamusdiu releases a new stable python-pia version.

Thank you!

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

==> ERROR: Failure while creating working copy of python-pia git repo
    Aborting...
error making: private-internet-access-vpn
  1. navigate to the local cache folder for the package

    $HOME/.cache/yay/private-internet-access-vpn

  2. edit the PKGBUILD file

  3. locate the line contaning the git pull request\

    "git+https://github.com/flamusdiu/python-pia.git#tag=${pkgver}"

  4. modify the url by changing tag=${pkgver} to tag=v${pkgver}

    "git+https://github.com/flamusdiu/python-pia.git#tag=v${pkgver}"

  5. Save the file

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