Strange error when using sacli

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
cgonline
OpenVpn Newbie
Posts: 1
Joined: Tue Oct 19, 2021 3:35 am

Strange error when using sacli

Post by cgonline » Tue Oct 19, 2021 3:38 am

I have an OpenVPN AS server that is running normally but I when I type:

Code: Select all

./sacli UserPropGet
I got the error:

Code: Select all

ERROR: [Errno 2] No such file or directory: 'out/tmp-xxx.tmp': util/options:79,sagent/sacli:510,util/file:142,util/file:137,util/file:130,util/simplefile:11 (exceptions.IOError)
where xxx is a random string each time I run the command.

Could you please help me to solve this? I cannot find any information about it on the internet!
Thanks!

User avatar
openvpn_inc
OpenVPN Inc.
Posts: 1333
Joined: Tue Feb 16, 2021 10:41 am

Re: Strange error when using sacli

Post by openvpn_inc » Wed Oct 20, 2021 12:14 pm

Hello cgonline,

The most common problem here is that you're not running it with sudo or as root user. Do that and it should work fine.

Kind regards,
Johan
Image OpenVPN Inc.
Answers provided by OpenVPN Inc. staff members here are provided on a voluntary best-effort basis, and no rights can be claimed on the basis of answers posted in this public forum. If you wish to get official support from OpenVPN Inc. please use the official support ticket system: https://openvpn.net/support

Post Reply