-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19) #2883
Comments
I also had this issue, and found that passing through a /dev/net/tun device and setting CREATE_TUN_DEVICE=false at least works around the problem. My setup worked for years at this point, I suspect some docker change is relevant but couldn't find it. Notably, setting cap_add to ALL did not solve the problem. |
I also had this issue today, setting container to Privileged mode worked, but is not an actual solution. |
Also having the same issue, version 5.3.1, using NordVPN if providers matter in this instance is currently unclear. |
I'm also affected by this, but my error message is slightly different. I was unable to determine which of the many changes that |
|
Mine is already on Priviliged mode :/ |
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
I can't gather the docker command. All I see is
dumb-init /etc/openvpn/start.sh
, and the environment variables which I list below :Current Behavior
The container starts, and then fail at the TUN/TAP opening step
Expected Behavior
I just expect this works normaly :) I mean, this was the case just before this happens (and I actually don't know why). It worked very well just before.
How have you tried to solve the problem?
I tried to force stop the container, and start again.
Tried to stop de Docker package on DSM, and restart.
Checked updates, DSM and packages are all up to date.
Restarted my entire NAS, no change.
Log output
HW/SW Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: