Fixing the DNS resolv.conf issue #5607
rusty-snake
started this conversation in
General
Replies: 1 comment
-
|
Just saying: came here from [#5010 ] to stay in tune. Currently using 0.9.64.4 cause later versions are not usable in my every day scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A lot network connection issues are caused by
/etc/resolv.confbeing outdated or wrong in other ways.Examples:
Relates to:
When using options like
private-etc, we bind mount/etc/resolv.confinto the sandbox. This is a problem if programs like NetworkManager/... make changes to/etc/resolv.confby replacing rather than editing. (How do we handle the symlink case?).This discussion is to find a concept to always properly propagate
/etc/resolv.confchanges to the sandbox.Beta Was this translation helpful? Give feedback.
All reactions