Can't enable nor disable OpenVPN in Foris

Hi,

I had before manual OpenVPN, but now, when the OpenVPN option is in Foris, I can’t enable it nor disable it.

It says in red “Failed to enable openvpn server configuration” and “Failed to disable openvpn server configuration”.

I think it must be a resting file from the manual OpenVPN operation, but I can’t guess which. I uninstalled OpenVPN in Foris and installed it again and tried to remove content of /etc/ssl/ca/openvpn/, but it didn’t help.

find / -iname '*openvpn*’ with OpenVPN uninstalled shows these files:

/usr/sbin/openvpn
/usr/lib/lua/luci/statistics/rrdtool/definitions/openvpn.lua
/usr/lib/lua/luci/model/cbi/luci_statistics/openvpn.lua
/usr/lib/opkg/info/openvpn-openssl.postinst
/usr/lib/opkg/info/openvpn-openssl.control
/usr/lib/opkg/info/openvpn-openssl.prerm
/usr/lib/opkg/info/openvpn-openssl.list
/usr/lib/opkg/info/openvpn-openssl.conffiles
/usr/lib/opkg/info/openvpn-openssl.files-md5sum
/usr/share/openvpn
/usr/share/openvpn/openvpn.options
/lib/upgrade/keep.d/openvpn
/etc/rc.d/S90openvpn
/etc/rc.d/K10openvpn
/etc/init.d/openvpn
/etc/ssl/ca/openvpn

The problem could be missing file /etc/config/openvpn?
I’ve removed the system package by hand: opkg remove openvpn-openssl
It complains about that config file:

Removing package openvpn-openssl from root...
Command failed: Not found
Not deleting modified conffile /etc/config/openvpn.
Collected errors:
 * file_sha256sum_alloc: Failed to open file /etc/config/openvpn: No such file or directory.
WARNING: You probably just removed a package that was installed as part of a user list or the basic system. This package will return durring the next updater run. We suggest you disable the user list instead.

The package is reinstalled automatically and then enabling and disabling of the OpenVPN in Foris works as expected. I wish the error messages in Foris are little bit more specific.