docs
docs copied to clipboard
Add steps for fixing unbound on bullseye
Thank you for your contribution to the Pi-hole Community!
Please read the comments below to help us consider your Pull Request.
We are all volunteers and completing the process outlined will help us review your commits quicker.
Please make sure you
- Base your code and PRs against the repositories developmental branch.
- Sign Off all commits as we enforce the DCO for all contributions
- What does this PR aim to accomplish?:
Added steps to fix unbound for Bullseye installations where unbound-resolvconf.service has already created /etc/unbound/unbound.conf.d/resolvconf_resolvers.conf
- How does this PR accomplish the above?:
Added steps and changed header description.
- What documentation changes (if any) are needed to support this PR?:
This is a doc change, so no additional changes required.
By submitting this pull request, I confirm the following:
- I have read and understood the contributors guide, as well as this entire template. I understand which branch to base my commits and Pull Requests against.
- I have commented my proposed changes within the code and I have tested my changes.
- I am willing to help maintain this change if there are issues with it later.
- It is compatible with the EUPL 1.2 license
- I have squashed any insignificant commits. (
git rebase)
[ ] I have read the above and my PR is ready for review. Check this box to confirm
Deploy Preview for pihole-docs ready!
| Name | Link |
|---|---|
| Latest commit | 808cda3a43be731ce0ed056c884b071e3ecf76cc |
| Latest deploy log | https://app.netlify.com/sites/pihole-docs/deploys/628bfda1d169800008e24952 |
| Deploy Preview | https://deploy-preview-718--pihole-docs.netlify.app/guides/dns/unbound |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
This is the test fail message:
markdownlint-cli2 v0.4.0 (markdownlint v0.25.1)
Finding: **/*.md !**/node_modules/**
Linting: 81 file(s)
Summary: 1 error(s)
docs/guides/dns/unbound.md:237 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```bash"]
Error: Process completed with exit code 1.
Thanks! I fixed it in the second commit.
Thank you! I don't have a way to test this myself. @yubiuser or @jfb-pihole does this follow what your suggestions have been when troubleshooting?
This is where I found the solution if that is helpful. It fixed my issues. https://discourse.pi-hole.net/t/running-pi-hole-on-bullseye-with-unbound-resolvconf-file-appears-after-reboot/52814
Thanks for your contribution. This is a long-lasting open issue we wanted to address at some point.
The instructions are exactly what we use as quick troubleshooting help on discourse.
However, I'm not sure how unbound-resolvconf.service relates to the changes in seen with resolvconf_resolver.conf in bullseye and if this should all be in one paragraph. I know that @jfb-pihole wanted to write a guide too. I'm sure he will review this PR when time permits.
@yubiuser @jfb-pihole Almost one year later I'm going to ping you about the status of this PR. Otherwise, I'm fine with merging it as is.
This pull request has conflicts, please resolve those before we can evaluate the pull request.
Superseded by https://github.com/pi-hole/docs/pull/834 and https://github.com/pi-hole/docs/pull/859