docker-qBittorrentvpn icon indicating copy to clipboard operation
docker-qBittorrentvpn copied to clipboard

open vpn file error

Open trigun539 opened this issue 1 year ago • 1 comments

Getting following issue when starting the container

2023-08-24 06:02:54.603233 [info] VPN_ENABLED defined as 'yes'
2023-08-24 06:02:54.823568 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_mexico_udp.ovpn
sed: cannot rename /config/openvpn/sedfLnAQP: Device or resource busy

Is there anything else I'd need to configure?

trigun539 avatar Aug 24 '23 10:08 trigun539

This was a file permission error on how I mounted the file into the container. Have to make sure that how you mount the file, the container has write access to it.

trigun539 avatar Aug 24 '23 12:08 trigun539