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

Fix hacky call to resolvconf -u at boot #159

Closed
troglobit opened this issue Oct 9, 2023 · 0 comments
Closed

Fix hacky call to resolvconf -u at boot #159

troglobit opened this issue Oct 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@troglobit
Copy link
Contributor

The following needs to be refactored:

# package/confd/confd.conf
.
.
.
# XXX: This is a hack, talk to Joachim
task [12345789] resolvconf -u -- Update DNS configuration
@troglobit troglobit added the enhancement New feature or request label Oct 9, 2023
@troglobit troglobit added this to the Infix v23.10 milestone Oct 9, 2023
@troglobit troglobit self-assigned this Oct 9, 2023
@troglobit troglobit changed the title package/confd/confd.conf: relocate resolvconf -u to confd proper Relocate resolvconf -u to confd proper Oct 9, 2023
@troglobit troglobit changed the title Relocate resolvconf -u to confd proper Fix hacky call to resolvconf -u at boot Oct 16, 2023
troglobit added a commit that referenced this issue Oct 16, 2023
To be able to run "resolvconf -u" at boot we need dnsmasq up and running
and startup-config having been loaded successfully.  (No point when we
hare in fail secure mode.)

If this bugs out it can be pinpointed by an empty /etc/resolv.conf

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
troglobit added a commit that referenced this issue Oct 17, 2023
To be able to run "resolvconf -u" at boot we need dnsmasq up and running
and startup-config having been loaded successfully.  (No point when we
hare in fail secure mode.)

If this bugs out it can be pinpointed by an empty /etc/resolv.conf

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant