-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Workaround systemd's broken /etc/resolv.conf symlink #373
Conversation
systemd creates a /etc/resolv.conf symlink independently of systemd-resolved (before the service is started, even if not going to be started). Lennart says whatever wants to modify /etc/resolv.conf, should remove the symlink. So, do just that. Fixes QubesOS/qubes-issues#7429
When configuring DNS, do so in resolved too, not only plain /etc/resolv.conf. The former should load the latter, but it saves one indirection (resolved is used via NSS directly, at least on Fedora, even if /etc/resolv.conf points somewhere else). Related to QubesOS/qubes-issues#7429
Manual test passed |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.1&build=2022041400-4.1&flavor=pull-requests New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.1&build=2022031706-4.1&flavor=update Failed tests9 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/36922#dependencies 2 fixed
Unstable tests
|
See commit messages for details.
Fixes QubesOS/qubes-issues#7429