We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since today's docker upgrade container exits fatally with:
2024-12-09 21:36:21 ERROR: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1) 2024-12-09 21:36:21 Exiting due to fatal error
No changes were introduced before the upgrade with a working container. The following additions did not fix this issue:
- /dev/net/tun:/dev/net/tun - modprobe tun - privileged: true
Same fatal error.
If this is still maintained, I would appreciate a response. Thank you
Probably already known, please see #qdm12/gluetun#2606 #haugene/docker-transmission-openvpn#2883 #haugene/docker-transmission-openvpn#2900
The text was updated successfully, but these errors were encountered:
chmod 666 /dev/net/tun on docker host did also not fix this issue.
chmod 666 /dev/net/tun
Sorry, something went wrong.
No branches or pull requests
Since today's docker upgrade container exits fatally with:
No changes were introduced before the upgrade with a working container. The following additions did not fix this issue:
Same fatal error.
If this is still maintained, I would appreciate a response. Thank you
Probably already known, please see
#qdm12/gluetun#2606
#haugene/docker-transmission-openvpn#2883
#haugene/docker-transmission-openvpn#2900
The text was updated successfully, but these errors were encountered: