Oh, you can check which VPNs hosts are usable by looking in /etc/private-internet-access/vpn-hosts.txt or 'pia -l'
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.000008 |
First Submitted: | 2014-08-14 01:22 (UTC) |
Last Updated: | 2024-04-14 17:12 (UTC) |
Dependencies (10)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-docopt
- python-setuptools
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- connman (connman-gitAUR, connman-systemd-resolvedAUR) (optional) – Enables PIA for Connman
- networkmanager (networkmanager-gitAUR, networkmanager-iwdAUR) (optional) – Enables PIA for Network Manager (needs a openvpn plugin)
Required by (0)
Sources (9)
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 48 Next › Last »
flamusdiu commented on 2016-09-29 17:26 (UTC) (edited on 2016-09-29 17:27 (UTC) by flamusdiu)
flamusdiu commented on 2016-09-29 17:26 (UTC)
CA_NEW_YORK should really be US_NEW_YORK_CITY =P
Cavsfan commented on 2016-09-29 17:15 (UTC)
@flamusdiu
OK, thanks I'll remember not to reboot from now on.
You were right that one was the only one that errored; guess that one dropped off the list.
It would have been nice to know that in advance, but then again if we wanted everything to be easy we wouldn't be running Arch Linux would we lol?
I have one more little issue. let me try it and I'll get back to you.
flamusdiu commented on 2016-09-29 17:09 (UTC)
@Cavsfan: also, you don't need to reboot when you re-install it.
Cavsfan commented on 2016-09-29 17:03 (UTC)
OK I'll skip that one and see what happens.
Thanks flamusdiu
kleshas commented on 2016-09-29 16:58 (UTC) (edited on 2016-09-29 17:01 (UTC) by kleshas)
Cavsfan - I don't have a CA_North_York.conf file (and the pia -a CA_North_York command failed with the same error as yours). I checked pia -a Montreal and it worked fine.
Cavsfan commented on 2016-09-29 16:34 (UTC)
@flamusdiu
I installed the non-dev version and rebooted. Then I went about building the conf files one by one and when it hit CA_North_York, it still got errors:
$ sudo pia -a CA_North_York
Traceback (most recent call last):
File "/usr/bin/pia", line 11, in <module>
load_entry_point('pia==3.1b0', 'console_scripts', 'pia')()
File "/usr/lib/python3.5/site-packages/pia/command_line.py", line 23, in main
pia.run.run()
File "/usr/lib/python3.5/site-packages/pia/run.py", line 55, in run
[globals()[k]() for k, v in props.commandline.__dict__.items() if
File "/usr/lib/python3.5/site-packages/pia/run.py", line 56, in <listcomp>
not k == 'hosts' and getattr(props.commandline, k, None)]
File "/usr/lib/python3.5/site-packages/pia/run.py", line 104, in auto_configure
app.config(config)
File "/usr/lib/python3.5/site-packages/pia/applications/appstrategy.py", line 86, in config
self.app.config(config_id)
File "/usr/lib/python3.5/site-packages/pia/applications/hooks.py", line 161, in config
'##remote##': ApplicationStrategyOPENVPN.get_remote_address(config_id),
File "/usr/lib/python3.5/site-packages/pia/applications/hooks.py", line 74, in get_remote_address
return [h.fqdn for h in properties.props.default_hosts_list if h.name == re.sub('_', ' ', config_id)][0]
IndexError: list index out of range
flamusdiu commented on 2016-09-29 16:33 (UTC)
@Cavlsfan: just pushed a minor fix to the Dev branch. See if that fixes the issue. =D
Just remember setting the hosts from command line, you need to do one of the things: 1) encapsulate multiple words in quotes, 2) escape the space with "\", or 3) replace the space with a "_"
flamusdiu commented on 2016-09-29 15:43 (UTC)
If you are on the dev version, try the non-dev one, I think it might be a bit a head when I had some issues last night after building it.
Cavsfan commented on 2016-09-29 15:29 (UTC)
@flamusdiu
I take that back, the CA_North_York conf does not work and it got the error when built.
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!