Skip to content
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

Update tun.md #56

Merged
merged 3 commits into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions errors/tun.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ Either:

- You need to run your Docker command as root by prefixing it with `sudo`. 🙏 thanks to [@jnelle](https://github.com/jnelle), [source comment](https://github.com/qdm12/gluetun/issues/884#issuecomment-1064918519)
- You have a mismatch between your Kernel and the installed tun module. This can happen when upgrading your system and not rebooting. A simple reboot might fix it. 🙏 thanks to [@aviolaris](https://github.com/aviolaris), [original issue](https://github.com/qdm12/gluetun/issues/1537)
- Validate if the module `tun` is loaded correctly in the current kernel, see the [original issue](https://github.com/qdm12/gluetun-wiki/issues/55)
Loading