-
Notifications
You must be signed in to change notification settings - Fork 141
OSPCIX-683 - Fix unbound.service startup error #2751
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
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
roles/ci_gen_kustomize_values/templates/bmo01/baremetalhost-values/values.yaml.j2
Outdated
Show resolved
Hide resolved
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/026b8522307e4fcca8df31e6206acaac ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 49m 12s |
Unbound fails to start, error message:
```
unbound[1636]: [1636:0] fatal error: sd_notify failed
/run/systemd/notify: No such file or directory.
Make sure that unbound has access/permission to use
the socket presented by systemd.
```
Adding `chroot: ""` in the server section of unbound.conf fixes the
issue.
Jira: OSPCIX-683
|
/cherry-pick 18.0-fr1 |
|
@hjensas: new pull request created: #2755 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Unbound fails to start, error message:
Adding
chroot: ""in the server section of unbound.conf fixes the issue.Jira: OSPCIX-683