I cannot figure out how it's possible that I'm getting "permission denied" as root (and as a normal user) when I launch openvpn3 on Ubuntu 23.10 :
$ openvpn3 session-start --dco true --config vpn.zrh.witopia.net.ovpn
** ERROR ** Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.sessions:
Failed to execute program net.openvpn.v3.sessions: Permission denied
I'm using this version of openvpn3 :
OpenVPN3/Linux v21 (openvpn3)
OpenVPN core v3.8.2 linux x86_64 64-bit
Copyright (C) 2012-2022 OpenVPN Inc. All rights reserved.
Something might be missing execute permission, but I cannot figure out from this error message what that might be. In any event, I followed the installation instructions exactly as written so I'm at a loss. Any suggestions on where to begin troubleshooting this ?
ls -l $(which openvpn3)?lsattr /usr/bin/openvpn3? I'm guessing it's a file issue, but can't yet prove it.