Hello everyone.
I'm trying to set up OpenVPN and get this error:
error
================
rc-service openvpn start
* Starting openvpn ...
* start-stop-daemon: failed to start `/usr/bin/openvpn'
* Check your logs to see why startup failed [ !! ]
* WARNING: openvpn has started, but is inactive
log
=================
Jul 14 18:11:30 [sudo] tom ran command rc-service openvpn start as root from /etc/openvpn
Jul 14 18:11:30 [openvpn] Options error: --up script fails with '/etc/openvpn/up.sh': No such file or directory (errno=2)
Jul 14 18:11:30 [openvpn] Options error: Please correct this error.
Jul 14 18:11:30 [openvpn] Use --help for more information.
Jul 14 18:11:30 [/etc/init.d/openvpn] start-stop-daemon: failed to start `/usr/bin/openvpn'
Jul 14 18:11:30 [/etc/init.d/openvpn] WARNING: openvpn has started, but is inactive
When I run the config file manually, I connect without any problems:
$ openvpn --config proton.ovpn
I will be grateful for your advice!