Search Criteria
Package Details: private-internet-access-vpn 3.4-2
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 |
Submitter: | flamusdiu |
Maintainer: | flamusdiu |
Last Packager: | flamusdiu |
Votes: | 85 |
Popularity: | 0.66 |
First Submitted: | 2014-08-14 01:22 (UTC) |
Last Updated: | 2021-01-13 12:37 (UTC) |
Dependencies (7)
- openvpn (openvpn-xor-patched, openvpn-rrf, openvpn-pkcs11, openvpn-openssl-1.0, openvpn-git, openvpn-mbedtls, openvpn-password-save, openvpn-xor-git)
- python (python38, python36, python37, python3.7, nogil-python, python311, python39)
- python-docopt
- python-setuptools
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- connman (connman-git) (optional) – Enables PIA for Connman
- networkmanager (networkmanager-secure, networkmanager-consolekit, networkmanager-git, networkmanager-iwd) (optional) – Enables PIA for Network Manager (needs a openvpn plugin)
Latest Comments
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 tagflamusdiu commented on 2020-12-20 14:05 (UTC)
Looks like they removed a bunch of configuration as well. Hmm, working out removing the other configuration options since they do not work.
flamusdiu commented on 2020-12-17 03:41 (UTC)
Hmm, okay. I have some work to do. Apparently, PIA changed the file names and moves stuff around. Let me see how I want to work this out.
mijoharas commented on 2020-12-15 23:18 (UTC)
sorry, the comment I just made was actually for the dev version of this package, I'll cross post it there.
mijoharas commented on 2020-12-15 23:17 (UTC)
Seems even more broken than usual. So I got it working by changing the egrep line in the PKGBUILD to:
I also had to modify
python-pia
before a could callsudo pia -a
. I had to change line 85 inpia/applications/hooks.py
to :(note the swapped '_' and ' ' there). That seems to have done the trick, but man was this a pain. Either way, vpn working again.
smallpotato commented on 2020-09-10 21:55 (UTC) (edited on 2020-09-10 21:57 (UTC) by smallpotato)
Installation fails:
prometheus commented on 2020-07-15 19:09 (UTC)
Installation fails:
nihilazo commented on 2020-04-13 14:38 (UTC)
The changes to the PKGBUILD mean that the server list is now blank when it installs. This isn't a problem if I roll back a commit to before the PKGBUILD changed.
shnee commented on 2019-12-02 21:08 (UTC)
My vpn-hosts.txt file is empty.
I think the change to "while read -d $"\0" file" from "while read -d $'\0' file" is causing the issue.
dylanmtaylor commented on 2019-11-23 22:21 (UTC)
Not installing for me :(
==> Validating source files with sha256sums... ip-lport-3.3.3-11.zip ... FAILED default-3.3.3-11.zip ... FAILED strong-3.3.3-11.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped ==> ERROR: One or more files did not pass the validity check! Error downloading sources: private-internet-access-vpn
Ataraxy commented on 2019-11-04 07:21 (UTC)
ionspin2 commented on 2019-10-24 08:48 (UTC)
Latest working signatures:
sha256sums=('1438516a12e4d35e2d0415919702597e7f6660140406a38496c4d8b385246c62' 'c1b9abb870a002541237e61bb35f57b1b2db910175b490c2da7679fa1e84b9c5' '92ffa86db3343119c4f5ac1829bebf6744bb64e7665f0aa9172030f3924b9cb7' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
flamusdiu commented on 2019-10-18 22:57 (UTC)
What the heck, I thought I updated the hashes. I will fix it again tonight/tomorrow when I get a break.
skrat commented on 2019-10-18 20:20 (UTC)
if you don't monitor those PIA provided OVPN configuration archives for changes, and don't intend to update the checksums, what's the point? Just download them in the build/package step with curl and don't checksum them if PIA doesn't provide checksum files. There's zero point in verifying that.
Storm_FireFox1 commented on 2019-10-04 03:18 (UTC) (edited on 2019-10-04 03:19 (UTC) by Storm_FireFox1)
Fixed the package, simply updated the SHA256 sums.
Use these: sha256sums=('76cfc03b9ba09e5f3d6eddc1275833163f102816f85652fa1c23dca36d78ec4e' 'c6383f35d6b09bc6e3440963c6612388ee204b1c92d12744f1e807addcee8098' '309bb37dc278f079f27ef99b4e4b2da8867a316c002bd3e5c552ee1ea9bc7af6' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
dylanmtaylor commented on 2019-04-12 19:40 (UTC)
I can't get this package to install. The checksums are failing.
Cloning into bare repository '/var/tmp/pamac-build-dylan/private-internet-access-vpn/openvpn-update-resolv-conf'... ==> Validating source files with sha256sums... ip-lport-3.3.3-8.zip ... FAILED default-3.3.3-8.zip ... FAILED strong-3.3.3-8.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped ==> ERROR: One or more files did not pass the validity check!
S1G1 commented on 2019-03-09 15:52 (UTC)
@crashandburn4: Thanks, you're the real MVP here :)
crashandburn4 commented on 2019-03-04 00:48 (UTC)
sha256sums=('95a5b33ba7ed36d7ae7b71730074fa20c97fc6b0c5e12d3e57787d5174fe1945' '2db040c198d8657c92e5c0b106546a337c7857f2b1f021e5c5affe4fe775814e' '2ef624636369709ea7866117a33f32aaa83f57ec3f446b758dc9d45f3aef57eb' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
flamusdiu commented on 2018-12-16 13:58 (UTC)
@mouncer: dang it. I'll have to update it again.
@dej: I read the thread but seems to be last year. However, I'll look at adding it to the configuration.
dej commented on 2018-12-13 16:07 (UTC)
Can we add this config to prevent NetworkManager DNS leaks?
Source: https://bugs.launchpad.net/network-manager/+bug/1624317/comments/81
mouncer commented on 2018-12-12 15:11 (UTC)
sha256sums=('79033607c2c17972644aac95ffd12f64b9febb395e3bf10c54f176f952d5f988' '391516aa82e76d6ad4b24513ecc4246a94e1e75d7b54fdec321f8a1515feea3f' 'b6df224f5d23f27c8b14cc62c2c87602133edba65c850656de7652d980e97dca' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
latest sums to replace by editing PKGBUILD for working build
flamusdiu commented on 2018-11-28 02:39 (UTC)
I just updated it. Sorry, I thought I did already. PIA seems to update these hashes alot (at least of late).
ZAKhan commented on 2018-11-02 03:57 (UTC)
this hash is not working either.
sha256sums=('e02bbac2def42fc278f5102cb728c83f46c4394997caf1b3fbc98dbcd977d33e' 'f7337fe856bc37f57ad8a0c6b65668d88dc07bcc9924cc1476319b6047c94d82' 'd826de48c49b76d9d88dde52fffd2eab61f8790923aca93eacf4ceabc3aa95b8' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
==> Validating source files with sha256sums... ip-lport-3.3.3-8.zip ... FAILED default-3.3.3-8.zip ... FAILED strong-3.3.3-8.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped ==> ERROR: One or more files did not pass the validity check!
BoneTone commented on 2018-09-25 02:59 (UTC)
@flamusdiu: any idea on when you may be able to update this package?
JDCNS commented on 2018-09-13 05:51 (UTC)
@dslink: I am using yaourt here, and it would only build using the checksums you provided. Thanks.
dslink commented on 2018-09-09 18:15 (UTC)
trizen might be the problem
dslink commented on 2018-09-09 18:11 (UTC)
Updated sums
sha256sums=('e02bbac2def42fc278f5102cb728c83f46c4394997caf1b3fbc98dbcd977d33e' 'f7337fe856bc37f57ad8a0c6b65668d88dc07bcc9924cc1476319b6047c94d82' 'd826de48c49b76d9d88dde52fffd2eab61f8790923aca93eacf4ceabc3aa95b8' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
Also I just did it on another machine using yaourt and it built when I did the PKGBUILD edit when yaourt asked instead of just from the PKGBUILD makepkg -s in a clean dir
flamusdiu commented on 2018-09-09 12:47 (UTC)
@Dslink: I am unsure why that's failing. I'll try and take a look tonight.
dslink commented on 2018-09-09 07:33 (UTC)
Here for anyone sick of waiting for the checksums to be updated https://raymii.org/s/snippets/Arch_Linux_AUR_PKGBUILD_generate_new_checksums.html
I had a problem it wouldn't want to fetch the login-example.conf after I updated the checksum but I had the temp directory from the aur helper in this case trizen (something new I started using because of mkeedlinger's post before I was packer/yaourt) and it had the login-example.conf from the failed fetch/build so I just moved the updated PKGBUILD into that directory and it worked fine. Here is the output on the failure after updating the PKGBUILD and running makepkg -s in a clean directory.
makepkg -s ==> Making package: private-internet-access-vpn 3.3.3-7 (Sun 09 Sep 2018 03:28:53 AM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found ip-lport-3.3.3-7.zip -> Found default-3.3.3-7.zip -> Found strong-3.3.3-7.zip ==> ERROR: login-example.conf was not found in the build directory and is not a URL.
Here is it working once I moved the PKGBUILD into the old directory left by trizen in /tmp/trizen*
==> Creating package "private-internet-access-vpn"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: private-internet-access-vpn 3.3.3-7 (Sun 09 Sep 2018 03:27:14 AM EDT)
mkeedlinger commented on 2018-08-20 15:26 (UTC) (edited on 2018-08-20 15:26 (UTC) by mkeedlinger)
I am currently still getting validation errors:
I currently use
trizen
to update. Is this package out of date right now?jkartchner commented on 2018-08-10 15:42 (UTC)
Still no valid checksum - ZAKhan's hash below isn't valid for this release
==> Validating source files with sha256sums... ip-lport-3.3.3-6.zip ... FAILED default-3.3.3-6.zip ... FAILED strong-3.3.3-6.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped ==> ERROR: One or more files did not pass the validity check!
ZAKhan commented on 2018-07-31 01:29 (UTC)
give error again , can you please update the keys.
==> Validating source files with sha256sums... ip-lport-3.3.3-6.zip ... FAILED default-3.3.3-6.zip ... FAILED strong-3.3.3-6.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped ==> ERROR: One or more files did not pass the validity check!
rwd commented on 2018-07-15 09:00 (UTC) (edited on 2018-07-15 09:00 (UTC) by rwd)
Current sha256sums:
sha256sums=('cbd3e7ffeb11531fd3ae184196c6a2abe1b7ccef4079069b8d370a9da42e6df4' '2b26a343bf79760c6e0245531b4d4cebf98218f3319dacaedd6e8609d19d0bb5' 'a67aaaf6d5aeeb6694615eadc6991b1e6fa536d6f0ecbd29dd764f9675e5dbc2' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
flamusdiu commented on 2018-06-08 07:59 (UTC)
yeah, finally got it updated.
hayitsbacon commented on 2018-06-06 20:52 (UTC)
New sha256sum output:
sha256sums=('fa88e540481711f9dadb6e1bae4f0e405c349b58fbbb033c644f87580ded85b0' 'c33c8f2b83f07c418e277b6f399869a7eb347e475de718988807d6eac020af3d' '767aff9e6691768fcfcefc523b6e1e9ec5f92c3ed2af70ac7a5b154bad534efa' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
petertrotman commented on 2018-05-03 10:08 (UTC)
New SHA sums:
sha256sums=('68de7ba3c2a3ce1a720af9ec33a36a1e07ce60fcd9d61c49dd6f098f958cffd2' '2f0571f19c3546cd0dea9aab0c99ba6a540d02e900bb006b0c28c1a1594b85be' '6cb0b0e4f424d7c2e0787a7dab344266d51931fdb310c0e6dd75e4ea33ed5008' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
flamusdiu commented on 2018-04-24 11:45 (UTC)
Thanks, brokenmawkpkg. I am not in the country. I'll see if I can get them updated tonight if the wifi works for me.
brokenmawkpkg commented on 2018-04-23 22:08 (UTC)
New shas
sha256sums=('93600a4fecbf9af4e102ac551fbd9dcb440f2ffc44b83d6ec9ff657781580b72' 'e66ea606536ae8932870c0e665c8d1d7f2473482a8fd3f50141e8120f7992001' 'b4b120450ccae70dec1a72f52a79105bc1863371831b33cc7323a2137fae2ef4' '4322a2a4bc3e206c6ab7e1df87a8805032b76c177c1ed9dd3501260ed32ccb30' '797dbdb6e3aadc86f97262e26d61cf4847caf85dda4b7a97cac59088cb912b27' '246fc4dc3218f56b4c70014df6801b10fc2a573d6545962b7fce05f16908c54e' '7f4a5ee1fb8ea4d0e69ed2a8217c575cf335f21e90082f6e423c769eca4a7a46' 'dd15ff9d020d6779c51bff560c8571b462cc7ca3f4d2a92b8103056be4b2e0fd' 'SKIP' 'SKIP')
ZAKhan commented on 2018-04-22 16:46 (UTC)
Not work :(
Cavsfan commented on 2018-04-15 22:47 (UTC)
Thanks kleshas! Worked great on brand new install! :-)
kleshas commented on 2018-03-20 20:58 (UTC) (edited on 2018-03-20 21:02 (UTC) by kleshas)
The three that fail for me are ip-lport-3.3.3-5.zip (openvpn-ip-lport.zip), default-3.3.3-5.zip (openvpn.zip), strong-3.3.3-5.zip (openvpn-strong.zip) (in order as below).
If you want it to work now, enter these three SHA256sums into the top three in the PKGBUILD (say yes to editing PKGBUILD on install):
697cdc812c5cf1d7ee694e4b0dc447846c9de08b43e2fe3f4c24448a81a2c5f7
6f899ff3a040be09499c90091f1f91859487ab176c54c610f6d4be2c74e5f32f
084feed448cba46230ee572174d732bf05f541c52e2b995914b9063485100806
To get these, I downloaded them from the list on this page under the Sources (10) area, then ran sha256sum on them.
flamusdiu commented on 2018-03-19 10:29 (UTC)
I am aware of it. PIA updated the zips again. It will be a few days for me to update it due to RL stuff.
slothrop commented on 2018-03-18 12:33 (UTC)
I'm having the same issue, zip files do not pass the validity check (not using any packaging manager for AUR):
==> Validating source files with sha256sums... ip-lport-3.3.3-5.zip ... FAILED default-3.3.3-5.zip ... FAILED strong-3.3.3-5.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped ==> ERROR: One or more files did not pass the validity check!
justinnichols commented on 2018-03-14 21:13 (UTC)
Occurred again:
==> Validating source files with sha256sums... ip-lport-3.3.3-5.zip ... FAILED default-3.3.3-5.zip ... FAILED strong-3.3.3-5.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build private-internet-access-vpn.
Det commented on 2018-01-30 13:08 (UTC)
https://wiki.archlinux.org/index.php/PKGBUILD#Sources source=('unique_package_name::file_uri')
flamusdiu commented on 2018-01-25 20:15 (UTC)
@bramswenson: I don't have any issue when using
aura
and the way it caches packages. Technically, it'spacaur
way of caching. Either way, changed the PKGBUILD. I update thepkgrel
everytime the PIA changes the zip for one reason or another.@tom.swartz07: Yeah, I knew about that. Thanks for the link to refresh my memory.
tom.swartz07 commented on 2018-01-25 00:13 (UTC)
The files that are conflicting should be updated to use the alternative uri path:
https://wiki.archlinux.org/index.php/PKGBUILD#Sources source=('unique_package_name::file_uri')
bramswenson commented on 2018-01-22 15:44 (UTC)
This build script should not require end users to remove cached packages. It should download the packages with the version name in the downloaded file name. You can do this with the correct formatting of source array entries. This would download the files with some unique id rather than having the same name for every version. Problem solved. Please update your PKGBUILD file so users don't have to repair it manually each time. This is within your power.
Gelmo commented on 2018-01-11 02:19 (UTC)
@10479 This is because pacaur is using the old assets from your cache. I corrected this by deleting my pacaur cache for my user:
rm -rf ~/.cache/pacaur/*
After doing this, it works for me with pacaur -S private-internet-access-vpn
slip commented on 2018-01-10 18:49 (UTC) (edited on 2018-01-10 18:49 (UTC) by slip)
I was stuck on version 3.3.2-5 (now 3.3.3-4) because every week when I run updates, this package doesn't pass the checks. It still worked fine so I didn't really care to mess with it. Anyway, pacaur hates this package for some reason, but grabbing the snapshot and using makepkg worked without a problem. Thanks to the maintainer though for putting in all of the work on this.
flamusdiu commented on 2018-01-10 17:07 (UTC)
Updated the ZIPs again.
mkeedlinger commented on 2018-01-10 01:46 (UTC)
I am having the same issue as @ZAKhan just now.
flamusdiu commented on 2018-01-03 16:11 (UTC)
@ZAKhan, looks like they were updated (again). Fixed now.
ZAKhan commented on 2018-01-03 06:41 (UTC)
I did a clean install as per @flamusdiu instructions still getting errors
==> Validating source files with sha256sums... openvpn-ip-lport.zip ... FAILED openvpn.zip ... FAILED openvpn-strong.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped ==> ERROR: One or more files did not pass the validity check!
jD91mZM2 commented on 2017-12-22 11:00 (UTC)
Works like a charm! I would suggest updating the version's rel so people with failed caches don't have to clear those, but it's no big deal.
BoneTone commented on 2017-12-22 04:04 (UTC)
@flamusdiu: thank you. I guess my git pull wasn't clean. My first time hitting this issue, so I apologize for the faulty report. Thanks for the guidance and for maintaining the package.
Cheers!
flamusdiu commented on 2017-12-21 19:22 (UTC) (edited on 2017-12-21 19:23 (UTC) by flamusdiu)
@BoneTone: are you sure it was a clean git pull? I just pulled it and it passed and built fine.
1) git clone https://aur.archlinux.org/private-internet-access-vpn.git
2) makepkg -sr --cleanbuild --force
'-sr' adds and removed any depends via Pacman
'--cleanbuild' ensures $srcdir is removed
'--force' forces the build (helpful when I am testing the same build over and over)
BoneTone commented on 2017-12-21 19:03 (UTC)
I just did a git pull, and am getting the following errors on makepkg -si
==> Validating source files with sha256sums... openvpn-ip-lport.zip ... FAILED openvpn.zip ... FAILED openvpn-strong.zip ... FAILED
chipmunkboogie commented on 2017-12-20 19:53 (UTC)
Thanks for the update. The package is running well on my end.
flamusdiu commented on 2017-12-20 17:58 (UTC)
Oops ... I managed not to upload a new SRCINFO file. =P
jD91mZM2 commented on 2017-12-20 15:43 (UTC)
Vailidity check still not fixed. Just gonna BUMP :)
peasaretheworst commented on 2017-12-18 23:23 (UTC)
Fails validity check 12/18/17.
-> Updating openvpn-update-resolv-conf git repo... Fetching origin ==> Validating source files with sha256sums... openvpn-ip-lport.zip ... FAILED openvpn.zip ... FAILED openvpn-strong.zip ... FAILED
:: failed to verify private-internet-access-vpn integrity
Cavsfan commented on 2017-12-17 18:00 (UTC)
Thank you for supporting this and all the work that entails. This works on my system like a charm.
flamusdiu commented on 2017-12-16 20:26 (UTC)
@stfd23f23/chipmunkboogie: that's fixed. They updated/changed some files in the zip.
@nocturnus: try it now.
sfd23f23 commented on 2017-12-15 19:41 (UTC) (edited on 2017-12-15 19:41 (UTC) by sfd23f23)
failed validity check here
openvpn-ip-lport.zip ... FAILED, openvpn.zip ... FAILED, openvpn-strong.zip ... FAILED
chipmunkboogie commented on 2017-12-15 17:38 (UTC)
Currently some files are not passing the validity check:
openvpn-ip-lport.zip ... FAILED openvpn.zip ... FAILED openvpn-strong.zip ... FAILED login-example.conf ... Passed pia-example.conf ... Passed restart.conf ... Passed vpn.sh ... Passed pia.8.gz ... Passed python-pia ... Skipped openvpn-update-resolv-conf ... Skipped
nocturnus commented on 2017-12-13 23:08 (UTC)
@flamusdiu Thanks, thats what i was suspecting regarding NM, as i have had success not so long ago with your package. I am actually importing the OpenVPN configs your packages creates for use. I simply have to save a copy with appropriate permissions for me to import and they are good to go in NetworkManager. This is actually much easier than downloading and configuring directly.
flamusdiu commented on 2017-12-13 12:41 (UTC) (edited on 2017-12-13 12:41 (UTC) by flamusdiu)
@nocturmus/Veras: I have no idea why you were downloading those directly. There was no issues when running
pia -a
with creating the OpenVPN configurations. Also, see https://github.com/flamusdiu/python-pia/issues/38. I'll fix this as soon as I can get a new build up. I guess NM must have changed their paths or something which is why the script isn't creating the NM configurations.nocturnus commented on 2017-12-12 04:37 (UTC)
@flamusdiu appreciate you taking a look, as @veras said, this can certainly be done manually, but damn if this way isnt convenient.
@Veras appreciate you confirmimg I wasnt off my rocker here. I'll be loading them manual for now until @flamusdiu is able to investigate.
veras commented on 2017-12-11 05:59 (UTC)
@nocturnus I was having the same problem, as a temporary solution I downloaded the OpenVPN config files directly from the site and imported them to NetworkManager. Link: https://www.privateinternetaccess.com/openvpn/openvpn.zip
flamusdiu commented on 2017-12-10 23:11 (UTC)
nocturnus, umm, not sure, I'll have to spin up my Arch box (or docker). I am traveling so I'll let you know something soon.
nocturnus commented on 2017-12-10 22:48 (UTC) (edited on 2017-12-10 22:48 (UTC) by nocturnus)
Anyone got any thoughts on why its not generating NetworkManager configs? Or where I should look for possible error output? Debug option currently doensnt provide any info.
It is buildings the OpenVPN configs, and i can manually initate those from console, yet no NM configs. I have tried both without a pia.conf file (thus defaults to all configs) and with, specifing apps variable = nm, but no luck.
Importing OpenVPN configs as described in Troubleshooting on wiki only works if files are copied from '/etc/openvpn/client' and permissions reset to that of user performing the import.
flamusdiu commented on 2017-11-12 19:54 (UTC)
jD91mZM2 commented on 2017-11-12 08:10 (UTC)
flamusdiu commented on 2017-10-09 15:28 (UTC)
ProfessorKaos64 commented on 2017-10-09 02:40 (UTC)
BeardyBainton commented on 2017-09-14 05:38 (UTC)
jonascj commented on 2017-09-01 21:07 (UTC) (edited on 2017-09-01 21:11 (UTC) by jonascj)
veras commented on 2017-08-31 03:52 (UTC)
async commented on 2017-08-31 03:49 (UTC)
uberscientist commented on 2017-07-31 23:29 (UTC)
boina commented on 2017-07-04 17:12 (UTC)
commented on 2017-06-14 14:57 (UTC)
machfour commented on 2017-05-25 13:14 (UTC)
flamusdiu commented on 2017-05-24 20:18 (UTC)
machfour commented on 2017-05-13 09:07 (UTC)
Cavsfan commented on 2017-05-12 16:31 (UTC)
newbOnArch commented on 2017-05-11 21:19 (UTC)
flamusdiu commented on 2017-04-30 16:31 (UTC)
commented on 2017-04-29 23:36 (UTC)
Cavsfan commented on 2017-04-16 17:43 (UTC)
flamusdiu commented on 2017-04-15 20:46 (UTC)
Cavsfan commented on 2017-04-15 15:10 (UTC)
Cavsfan commented on 2017-04-14 20:12 (UTC)
flamusdiu commented on 2017-04-14 18:56 (UTC)
Cavsfan commented on 2017-04-14 18:03 (UTC)
flamusdiu commented on 2017-04-13 20:14 (UTC)
chappjc commented on 2017-04-13 17:19 (UTC)
flamusdiu commented on 2017-04-06 20:25 (UTC)
solsticedhiver commented on 2017-04-05 21:43 (UTC)
zachoooo commented on 2017-03-26 00:03 (UTC)
flamusdiu commented on 2017-03-06 01:57 (UTC)
meticulo commented on 2017-03-05 03:51 (UTC)
flamusdiu commented on 2017-03-05 02:31 (UTC) (edited on 2017-03-05 02:54 (UTC) by flamusdiu)
meticulo commented on 2017-03-04 03:06 (UTC) (edited on 2017-03-04 14:31 (UTC) by meticulo)
flamusdiu commented on 2017-02-28 03:22 (UTC)
finch commented on 2017-02-26 14:39 (UTC)
flamusdiu commented on 2017-02-23 12:57 (UTC) (edited on 2017-02-23 13:16 (UTC) by flamusdiu)
finch commented on 2017-02-22 01:09 (UTC)
flamusdiu commented on 2017-02-21 22:22 (UTC)
newbOnArch commented on 2017-02-21 17:41 (UTC)
flamusdiu commented on 2017-02-21 11:17 (UTC)
finch commented on 2017-02-21 03:13 (UTC)
flamusdiu commented on 2017-02-20 22:44 (UTC)
finch commented on 2017-02-20 20:15 (UTC)
Cavsfan commented on 2017-02-16 20:01 (UTC)
flamusdiu commented on 2017-02-16 18:47 (UTC)
Cavsfan commented on 2017-02-16 17:17 (UTC)
flamusdiu commented on 2017-02-16 11:18 (UTC)
newbOnArch commented on 2017-02-16 02:36 (UTC) (edited on 2017-02-16 02:38 (UTC) by newbOnArch)
Cavsfan commented on 2017-02-15 18:42 (UTC)
flamusdiu commented on 2017-02-15 11:09 (UTC)
newbOnArch commented on 2017-02-13 00:06 (UTC) (edited on 2017-02-14 05:34 (UTC) by newbOnArch)
flamusdiu commented on 2017-02-10 09:27 (UTC)
kleshas commented on 2017-02-09 21:10 (UTC)
wjrivera commented on 2017-02-08 05:40 (UTC)
flamusdiu commented on 2017-02-07 15:54 (UTC)
kleshas commented on 2017-02-07 06:42 (UTC)
flamusdiu commented on 2017-01-17 15:41 (UTC)
TimQuelch commented on 2017-01-17 02:07 (UTC) (edited on 2017-01-17 02:10 (UTC) by TimQuelch)
Cavsfan commented on 2017-01-16 15:43 (UTC)
Cavsfan commented on 2017-01-16 15:18 (UTC)
flamusdiu commented on 2017-01-16 15:01 (UTC)
Cavsfan commented on 2017-01-16 14:56 (UTC)
flamusdiu commented on 2017-01-16 03:27 (UTC)
Cavsfan commented on 2017-01-15 19:04 (UTC)
bennysdad commented on 2017-01-12 19:45 (UTC) (edited on 2017-01-13 01:05 (UTC) by bennysdad)
flamusdiu commented on 2017-01-11 20:09 (UTC) (edited on 2017-01-11 20:09 (UTC) by flamusdiu)
Cavsfan commented on 2017-01-11 19:45 (UTC)
flamusdiu commented on 2017-01-11 04:06 (UTC)
Cavsfan commented on 2017-01-10 14:11 (UTC) (edited on 2017-01-10 14:13 (UTC) by Cavsfan)
flamusdiu commented on 2017-01-10 04:15 (UTC)
flamusdiu commented on 2017-01-10 03:14 (UTC)
apastuszak commented on 2017-01-10 00:48 (UTC)
Cavsfan commented on 2017-01-07 22:48 (UTC) (edited on 2017-01-07 22:51 (UTC) by Cavsfan)
Svante commented on 2017-01-07 19:27 (UTC)
flamusdiu commented on 2017-01-07 19:06 (UTC)
Svante commented on 2017-01-07 09:12 (UTC)
flamusdiu commented on 2017-01-06 18:27 (UTC)
Svante commented on 2017-01-06 06:03 (UTC)
flamusdiu commented on 2017-01-06 03:41 (UTC)
Cavsfan commented on 2017-01-05 23:02 (UTC)
Cavsfan commented on 2017-01-05 22:59 (UTC) (edited on 2017-01-05 23:01 (UTC) by Cavsfan)
flamusdiu commented on 2017-01-05 22:07 (UTC)
Svante commented on 2017-01-05 08:43 (UTC) (edited on 2017-01-05 10:11 (UTC) by Svante)
atrotors commented on 2017-01-01 02:25 (UTC)
flamusdiu commented on 2016-12-31 04:21 (UTC)
Hydeh commented on 2016-11-16 15:26 (UTC)
flamusdiu commented on 2016-11-16 08:17 (UTC)
Hydeh commented on 2016-11-15 10:42 (UTC)
Hydeh commented on 2016-10-31 16:46 (UTC) (edited on 2016-11-01 05:30 (UTC) by Hydeh)
flamusdiu commented on 2016-10-30 07:56 (UTC)
Hydeh commented on 2016-10-29 22:13 (UTC)
flamusdiu commented on 2016-10-28 21:15 (UTC)
Hydeh commented on 2016-10-27 16:37 (UTC)
flamusdiu commented on 2016-10-27 15:28 (UTC)
Hydeh commented on 2016-10-26 23:54 (UTC)
flamusdiu commented on 2016-10-26 01:11 (UTC) (edited on 2016-10-26 01:15 (UTC) by flamusdiu)
Hydeh commented on 2016-10-25 19:48 (UTC)
flamusdiu commented on 2016-10-25 18:55 (UTC)
Hydeh commented on 2016-10-25 00:02 (UTC)
flamusdiu commented on 2016-10-18 18:34 (UTC)
Svante commented on 2016-10-18 05:54 (UTC)
commented on 2016-10-16 13:45 (UTC)
flamusdiu commented on 2016-10-16 12:50 (UTC)
flamusdiu commented on 2016-10-16 08:20 (UTC)
simthadim commented on 2016-10-16 03:04 (UTC) (edited on 2016-10-16 03:07 (UTC) by simthadim)
Svante commented on 2016-10-12 05:53 (UTC)
commented on 2016-10-05 10:00 (UTC)
flamusdiu commented on 2016-10-04 17:55 (UTC)
flamusdiu commented on 2016-10-04 17:54 (UTC)
Hydeh commented on 2016-10-04 12:23 (UTC) (edited on 2016-10-04 13:43 (UTC) by Hydeh)
pikr commented on 2016-10-04 10:38 (UTC) (edited on 2016-10-04 11:09 (UTC) by pikr)
flamusdiu commented on 2016-10-03 16:55 (UTC)
commented on 2016-10-03 11:43 (UTC)
Hydeh commented on 2016-10-03 10:30 (UTC) (edited on 2016-10-03 11:14 (UTC) by Hydeh)
Cavsfan commented on 2016-10-02 19:41 (UTC)
flamusdiu commented on 2016-10-02 19:00 (UTC)
flamusdiu commented on 2016-10-02 18:53 (UTC)
flamusdiu commented on 2016-10-02 18:50 (UTC)
Cavsfan commented on 2016-10-02 18:46 (UTC)
MrOats commented on 2016-10-02 17:44 (UTC)
MrOats commented on 2016-10-02 17:30 (UTC)
flamusdiu commented on 2016-10-01 18:30 (UTC)
Cavsfan commented on 2016-10-01 16:17 (UTC)
flamusdiu commented on 2016-10-01 10:56 (UTC)
flamusdiu commented on 2016-10-01 10:44 (UTC) (edited on 2016-10-01 10:51 (UTC) by flamusdiu)
Kakashi-sensei commented on 2016-10-01 04:51 (UTC)
flamusdiu commented on 2016-10-01 01:04 (UTC)
Cavsfan commented on 2016-09-30 20:45 (UTC)
flamusdiu commented on 2016-09-29 20:56 (UTC)
Hydeh commented on 2016-09-29 20:05 (UTC)
flamusdiu commented on 2016-09-29 19:09 (UTC) (edited on 2016-09-29 19:11 (UTC) by flamusdiu)
flamusdiu commented on 2016-09-29 19:09 (UTC)
Cavsfan commented on 2016-09-29 17:39 (UTC)
Hydeh commented on 2016-09-29 17:39 (UTC)
Cavsfan commented on 2016-09-29 17:31 (UTC)
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)
Cavsfan commented on 2016-09-29 17:15 (UTC)
flamusdiu commented on 2016-09-29 17:09 (UTC)
Cavsfan commented on 2016-09-29 17:03 (UTC)
kleshas commented on 2016-09-29 16:58 (UTC) (edited on 2016-09-29 17:01 (UTC) by kleshas)
Cavsfan commented on 2016-09-29 16:34 (UTC)
flamusdiu commented on 2016-09-29 16:33 (UTC)
flamusdiu commented on 2016-09-29 15:43 (UTC)
Cavsfan commented on 2016-09-29 15:29 (UTC)
Cavsfan commented on 2016-09-29 15:25 (UTC)
flamusdiu commented on 2016-09-29 15:16 (UTC)
Cavsfan commented on 2016-09-29 15:10 (UTC)
Cavsfan commented on 2016-09-29 14:40 (UTC)
Cavsfan commented on 2016-09-29 14:30 (UTC)
flamusdiu commented on 2016-09-29 14:22 (UTC)
flamusdiu commented on 2016-09-29 00:30 (UTC)
Cavsfan commented on 2016-09-28 22:21 (UTC)
toppy commented on 2016-09-28 22:02 (UTC)
flamusdiu commented on 2016-09-28 19:44 (UTC)
Cavsfan commented on 2016-09-28 17:07 (UTC)
flamusdiu commented on 2016-09-28 15:12 (UTC) (edited on 2016-09-28 15:17 (UTC) by flamusdiu)
Cavsfan commented on 2016-09-28 14:08 (UTC)
flamusdiu commented on 2016-09-28 13:16 (UTC)
flamusdiu commented on 2016-09-28 12:58 (UTC)
flamusdiu commented on 2016-09-28 10:37 (UTC)
kleshas commented on 2016-09-28 06:29 (UTC)
flamusdiu commented on 2016-09-28 05:36 (UTC)
flamusdiu commented on 2016-09-28 05:12 (UTC)
flamusdiu commented on 2016-09-28 04:49 (UTC) (edited on 2016-09-28 04:50 (UTC) by flamusdiu)
kleshas commented on 2016-09-27 23:46 (UTC) (edited on 2016-09-27 23:47 (UTC) by kleshas)
Cavsfan commented on 2016-09-27 21:52 (UTC)
Cavsfan commented on 2016-09-27 20:54 (UTC)
Cavsfan commented on 2016-09-27 20:31 (UTC)
flamusdiu commented on 2016-09-27 18:51 (UTC) (edited on 2016-09-27 18:53 (UTC) by flamusdiu)
kleshas commented on 2016-09-27 15:51 (UTC) (edited on 2016-09-27 16:25 (UTC) by kleshas)
flamusdiu commented on 2016-09-27 12:03 (UTC) (edited on 2016-09-27 12:37 (UTC) by flamusdiu)
flamusdiu commented on 2016-09-27 12:02 (UTC)
Hydeh commented on 2016-09-27 07:05 (UTC)
kleshas commented on 2016-09-27 03:52 (UTC) (edited on 2016-09-27 04:25 (UTC) by kleshas)
flamusdiu commented on 2016-09-27 02:53 (UTC)
flamusdiu commented on 2016-09-27 01:30 (UTC) (edited on 2016-09-27 01:58 (UTC) by flamusdiu)
cryzed commented on 2016-09-27 00:06 (UTC)
kleshas commented on 2016-09-27 00:04 (UTC) (edited on 2016-09-27 00:11 (UTC) by kleshas)
flamusdiu commented on 2016-09-26 13:56 (UTC)
flamusdiu commented on 2016-09-25 18:29 (UTC)
cryzed commented on 2016-09-25 15:26 (UTC) (edited on 2016-09-25 15:31 (UTC) by cryzed)
flamusdiu commented on 2016-09-25 14:53 (UTC)
Colibris commented on 2016-08-24 20:35 (UTC)
flamusdiu commented on 2016-08-01 01:14 (UTC)
flamusdiu commented on 2016-07-30 23:01 (UTC)
slopechaz commented on 2016-07-30 19:03 (UTC)
flamusdiu commented on 2016-07-26 22:17 (UTC)
flamusdiu commented on 2016-07-23 12:24 (UTC)
flamusdiu commented on 2016-07-23 02:12 (UTC)
rootusercyclone commented on 2016-07-20 11:31 (UTC)
flomax commented on 2016-07-20 11:28 (UTC)
anoa commented on 2016-07-20 06:20 (UTC)
anoa commented on 2016-07-20 06:13 (UTC)
f8x2n3 commented on 2016-07-19 09:16 (UTC) (edited on 2016-07-19 09:16 (UTC) by f8x2n3)
ni3k commented on 2016-07-18 20:46 (UTC)
rootusercyclone commented on 2016-07-18 19:40 (UTC)
cryzed commented on 2016-07-17 14:54 (UTC)
d0cc0m commented on 2016-07-17 01:24 (UTC)
flomax commented on 2016-07-16 16:58 (UTC) (edited on 2016-07-16 16:59 (UTC) by flomax)
flamusdiu commented on 2016-07-16 10:35 (UTC)
SirusCloud commented on 2016-07-16 10:29 (UTC)
nicoroud commented on 2016-07-16 08:01 (UTC)
asadana commented on 2016-07-15 17:05 (UTC)
twisted-space commented on 2016-07-15 15:11 (UTC)
cryzed commented on 2016-07-15 12:43 (UTC)
wilberfan commented on 2016-07-15 01:03 (UTC) (edited on 2016-07-15 01:47 (UTC) by wilberfan)
flomax commented on 2016-07-15 00:25 (UTC)
twisted-space commented on 2016-07-14 13:04 (UTC) (edited on 2016-07-14 13:04 (UTC) by twisted-space)
stevendupuis commented on 2016-07-14 12:43 (UTC)
commented on 2016-07-14 09:19 (UTC)
Svante commented on 2016-07-14 07:26 (UTC)
cryzed commented on 2016-07-14 03:45 (UTC)
flamusdiu commented on 2016-07-14 02:59 (UTC)
nigeil commented on 2016-07-14 02:01 (UTC) (edited on 2016-07-14 02:07 (UTC) by nigeil)
flamusdiu commented on 2016-07-14 01:22 (UTC)
stevendupuis commented on 2016-07-14 00:44 (UTC)
twisted-space commented on 2016-07-13 15:44 (UTC)
stevendupuis commented on 2016-07-13 13:32 (UTC)
commented on 2016-07-13 09:13 (UTC)
elbowz commented on 2016-07-13 08:14 (UTC)
flamusdiu commented on 2016-07-13 02:21 (UTC) (edited on 2016-07-13 02:21 (UTC) by flamusdiu)
flamusdiu commented on 2016-07-13 02:19 (UTC)
cryzed commented on 2016-07-13 02:16 (UTC)
flamusdiu commented on 2016-07-13 01:27 (UTC)
flamusdiu commented on 2016-07-13 01:17 (UTC)
vise890 commented on 2016-07-12 20:57 (UTC) (edited on 2016-07-12 21:15 (UTC) by vise890)
cryzed commented on 2016-07-12 11:51 (UTC)
nigeil commented on 2016-07-12 04:44 (UTC)
cryzed commented on 2016-07-12 01:40 (UTC) (edited on 2016-07-12 02:25 (UTC) by cryzed)
pyroclast commented on 2016-07-10 22:46 (UTC) (edited on 2016-07-11 01:15 (UTC) by pyroclast)
Maxiride commented on 2016-06-25 10:35 (UTC) (edited on 2016-06-26 08:16 (UTC) by Maxiride)
flamusdiu commented on 2016-05-30 12:50 (UTC)
cryzed commented on 2016-05-30 12:40 (UTC) (edited on 2016-05-30 12:41 (UTC) by cryzed)
mindofthemad commented on 2016-05-30 07:30 (UTC)
Svante commented on 2016-05-30 06:29 (UTC)
Svante commented on 2016-05-30 05:57 (UTC)
kleshas commented on 2016-05-30 03:31 (UTC)
flamusdiu commented on 2016-05-30 03:10 (UTC)
flamusdiu commented on 2016-05-30 03:09 (UTC)
mindofthemad commented on 2016-05-30 02:39 (UTC)
flamusdiu commented on 2016-05-30 02:02 (UTC)
kleshas commented on 2016-05-30 01:59 (UTC)
flamusdiu commented on 2016-05-29 21:59 (UTC) (edited on 2016-05-29 22:32 (UTC) by flamusdiu)
cryzed commented on 2016-05-29 00:24 (UTC)
cryzed commented on 2016-05-28 02:07 (UTC) (edited on 2016-05-28 02:41 (UTC) by cryzed)
flamusdiu commented on 2016-05-27 22:19 (UTC)
flamusdiu commented on 2016-05-27 21:56 (UTC)
flamusdiu commented on 2016-05-24 19:49 (UTC)
Svante commented on 2016-05-24 08:05 (UTC)
studsWaller commented on 2016-05-23 17:06 (UTC)
cmc commented on 2016-05-11 10:11 (UTC) (edited on 2016-05-11 11:50 (UTC) by cmc)
flamusdiu commented on 2016-05-11 02:04 (UTC)
Svante commented on 2016-05-10 06:15 (UTC)
flamusdiu commented on 2016-04-30 12:38 (UTC)
flamusdiu commented on 2016-04-30 12:36 (UTC)
Svante commented on 2016-04-30 06:27 (UTC)
Svante commented on 2016-04-28 05:58 (UTC)
flamusdiu commented on 2016-04-28 03:38 (UTC)
Svante commented on 2016-04-27 09:31 (UTC) (edited on 2016-04-27 09:40 (UTC) by Svante)
flamusdiu commented on 2016-04-18 12:55 (UTC)
cryzed commented on 2016-04-17 22:10 (UTC)
chappjc commented on 2016-03-18 01:04 (UTC)
flamusdiu commented on 2016-03-16 11:50 (UTC)
sukbeom_kim commented on 2016-03-15 03:52 (UTC)
commented on 2016-02-12 15:11 (UTC)
flamusdiu commented on 2016-01-18 19:10 (UTC)
qKUqm3wtY4 commented on 2016-01-16 09:02 (UTC) (edited on 2016-01-16 11:08 (UTC) by qKUqm3wtY4)
flamusdiu commented on 2016-01-14 19:59 (UTC)
qKUqm3wtY4 commented on 2016-01-14 17:17 (UTC) (edited on 2016-01-14 17:26 (UTC) by qKUqm3wtY4)
flamusdiu commented on 2016-01-06 01:24 (UTC)
bfr commented on 2016-01-05 23:23 (UTC)
flamusdiu commented on 2016-01-04 23:05 (UTC)
toppy commented on 2016-01-04 22:20 (UTC)
ni3k commented on 2016-01-03 16:25 (UTC)
toppy commented on 2016-01-02 22:10 (UTC)
ni3k commented on 2016-01-02 12:23 (UTC) (edited on 2016-01-02 19:23 (UTC) by ni3k)
benwbooth commented on 2016-01-01 17:48 (UTC)
flamusdiu commented on 2015-12-15 12:25 (UTC)
Svante commented on 2015-12-15 10:57 (UTC)
Chrissss commented on 2015-12-03 11:31 (UTC)
qKUqm3wtY4 commented on 2015-11-27 14:44 (UTC)
austinhasten commented on 2015-11-15 04:06 (UTC) (edited on 2015-11-15 04:28 (UTC) by austinhasten)
flamusdiu commented on 2015-10-27 19:00 (UTC)
splurben commented on 2015-10-27 03:57 (UTC)
nogz commented on 2015-10-25 23:50 (UTC)
flamusdiu commented on 2015-10-25 23:43 (UTC)
nogz commented on 2015-10-25 13:59 (UTC)
Svante commented on 2015-10-06 07:51 (UTC)
flamusdiu commented on 2015-09-21 13:17 (UTC)
Svante commented on 2015-09-20 07:39 (UTC)
commented on 2015-08-08 05:11 (UTC)
flamusdiu commented on 2015-08-08 03:32 (UTC)
wjko commented on 2015-08-08 03:01 (UTC)
flamusdiu commented on 2015-08-05 18:06 (UTC)
BrilliantByrd commented on 2015-08-05 01:14 (UTC)
commented on 2015-07-31 01:08 (UTC)
flamusdiu commented on 2015-07-23 01:29 (UTC)
toppy commented on 2015-07-22 01:26 (UTC)
flamusdiu commented on 2015-07-22 01:09 (UTC)
toppy commented on 2015-07-22 01:00 (UTC)
flamusdiu commented on 2015-07-21 21:39 (UTC)
flamusdiu commented on 2015-07-21 21:07 (UTC)
toppy commented on 2015-07-21 02:07 (UTC)
flamusdiu commented on 2015-07-20 15:32 (UTC)
toppy commented on 2015-07-20 01:00 (UTC)
flamusdiu commented on 2015-07-19 23:00 (UTC)
flamusdiu commented on 2015-07-19 22:59 (UTC)
toppy commented on 2015-07-17 14:14 (UTC)
flamusdiu commented on 2015-07-08 02:14 (UTC)
flamusdiu commented on 2015-07-07 22:32 (UTC)
flamusdiu commented on 2015-07-07 22:15 (UTC)
flamusdiu commented on 2015-07-07 22:07 (UTC)
commented on 2015-07-07 20:32 (UTC)
flamusdiu commented on 2015-07-05 04:45 (UTC)
flamusdiu commented on 2015-07-05 04:22 (UTC)
commented on 2015-07-04 23:51 (UTC)
commented on 2015-07-04 23:15 (UTC)
commented on 2015-07-04 23:15 (UTC)
flamusdiu commented on 2015-06-29 20:50 (UTC)
flamusdiu commented on 2015-06-01 20:46 (UTC)
CyberGhost commented on 2015-05-29 13:44 (UTC)
twisted-space commented on 2015-05-26 20:20 (UTC)
flamusdiu commented on 2015-04-06 02:46 (UTC)
flamusdiu commented on 2015-04-06 02:35 (UTC)
talonz commented on 2015-04-06 02:12 (UTC)
flamusdiu commented on 2015-03-27 15:03 (UTC)
flamusdiu commented on 2015-02-16 00:57 (UTC)
timidger commented on 2015-02-15 23:23 (UTC)
flamusdiu commented on 2015-01-20 23:56 (UTC)
flamusdiu commented on 2015-01-11 00:39 (UTC)
ozbarry commented on 2015-01-10 19:15 (UTC)
flamusdiu commented on 2015-01-08 13:53 (UTC)
flamusdiu commented on 2015-01-06 03:50 (UTC)
flamusdiu commented on 2015-01-06 02:42 (UTC)
musasabi commented on 2015-01-06 02:02 (UTC)
flamusdiu commented on 2015-01-05 00:05 (UTC)
flamusdiu commented on 2014-12-30 23:34 (UTC)
rabarrett commented on 2014-12-30 19:42 (UTC)
flamusdiu commented on 2014-12-11 22:11 (UTC)
rabarrett commented on 2014-12-11 16:58 (UTC)
flamusdiu commented on 2014-12-10 03:49 (UTC)
rabarrett commented on 2014-12-10 02:05 (UTC)
rabarrett commented on 2014-12-10 02:02 (UTC)
mikezackles commented on 2014-12-09 18:49 (UTC)
flamusdiu commented on 2014-12-09 18:18 (UTC)
flamusdiu commented on 2014-12-09 17:59 (UTC)
mikezackles commented on 2014-12-08 21:42 (UTC)
mbennehar commented on 2014-12-08 18:00 (UTC)
rabarrett commented on 2014-12-07 22:04 (UTC)
flamusdiu commented on 2014-12-06 02:02 (UTC)
mikezackles commented on 2014-12-05 19:05 (UTC)
flamusdiu commented on 2014-11-22 02:25 (UTC)
thewooster commented on 2014-11-20 14:42 (UTC)
flamusdiu commented on 2014-10-15 12:38 (UTC)