MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
166 stars 92 forks source link

open vpn file error #159

Open trigun539 opened 10 months ago

trigun539 commented 10 months ago

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 commented 10 months ago

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.