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

'cannot find device wg0'

Open Polytracker opened this issue 2 years ago • 1 comments

I am running into this issue when installing the container on OpenMediaVault 6. I have wireguard installed on the host. My kernel is 5.18.0-0.bpo.1-amd64

logs return:

Warning: `/config/wireguard/wg0.conf' is world accessible

[#] ip link add wg0 type wireguard

RTNETLINK answers: Operation not permitted

Unable to access interface: Operation not permitted

[#] ip link delete dev wg0

Cannot find device "wg0"

Polytracker avatar Aug 08 '22 11:08 Polytracker

solved this by adding teh capability NET_ADMIN in portainer. more info here: https://stackoverflow.com/questions/27708376/why-am-i-getting-an-rtnetlink-operation-not-permitted-when-using-pipework-with-d

Polytracker avatar Aug 08 '22 12:08 Polytracker