Closed christran206 closed 9 years ago
What distro are you on? Did you do the install with pia-tools -s
?
Has this been resolved since?
Yes, this is resolved. The error output wasn't the proper error to investigate. I ended up looking to system logs to determine that one of the packages in Archlinux was no longer compatible with OpenVPN. Once the package was rolled back to an old version, it worked again.
When executing systemctl start pia@Sweden or any other location, the process fails with the following error
● pia@Sweden.service - PIA OpenVPN connection to Sweden Loaded: loaded (/usr/lib/systemd/system/pia@.service; disabled) Active: failed (Result: exit-code) since Tue 2014-08-05 11:35:06 PDT; 13s ago Process: 450 ExecStart=/usr/sbin/openvpn --auth-nocache --cd /etc/openvpn/pia --config /etc/openvpn/pia/%i.ovpn --daemon openvpn@%i (code=exited, status=1/FAILURE)
Looks to me that somehow the argument isn't being passed in and therefore the %i never gets recognized as something else.