Authcli problem (with solution)
Posted: Fri Feb 26, 2021 12:19 am
Here's my problem:
The only reference I found on the Internet didn't help me, so I signed up to this forum just to say that the answer is "you have to be root; use sudo or something".
Hope this helps someone
Code: Select all
/usr/local/openvpn_as/scripts$ ./authcli --help
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "build/bdist.linux-x86_64/egg/pyovpn/sagent/sagent_entry.py", line 60, in authcli
File "build/bdist.linux-x86_64/egg/pyovpn/auth/authcli.py", line 18, in <module>
File "build/bdist.linux-x86_64/egg/pyovpn/auth/authcli.py", line 28, in Options
File "build/bdist.linux-x86_64/egg/pyovpn/util/env.py", line 243, in get_env
pyovpn.util.error.SimpleError: env/config variable 'sa.sock' does not exist
Hope this helps someone