-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Bug] unbound is already running / unable to chroot #54
Comments
Hi, unfortunately the changes lead to some issues regarding the config files. As it was running for you, there will be just little adaptions to do. I've changed the online examples so comparing them should solve the issue. What I see instantly is in your main
And your
If there are more configs changed, please show them too. Thanks. |
PS: You can overcome |
Thanks for your reply! Changing username and chroot did half the trick: I still had to change the port to something different than 53. Otherwise I kept on getting the errors.
If is not too much asking, do you know what is driving this issue? I was confident it was working, and I'd be keen on learning so it won't happen again later on. Thanks again. |
I'm happy to help! No worries. Using port 53 would need to enable a CAP in your compose file since the
Here's a read at Docker about Privileges and CAPs: Runtime privilege and Linux capabilities
Thank you. |
Hi @JaneDilbert, do you need more help? |
Hi @madnuttah. No, everything works great and I got the answers. Apologies I missed the docs earlier. Thanks again! |
Thank you @JaneDilbert and I'm happy it works for you again. No apologies please, I messed up the things. |
Hi @madnuttah : I'd like to come back to this issue from @JaneDilbert . For me, the mentioned error remains (also using this container in a Synology-Docker-environment), even with
in the yaml file. Log says upon starting the container:
My interfaces.conf:
I have tried two other unbound container repos. They do work on port 53. But maybe they work otherwise. Any help would be highly appreciated, as I really like your approach and you are about the only one with an unbound container that is taking TZ into account (which seems to be relevant for correct DNSSEC). Thanks, |
Sorry @madnuttah for highlighting you again. This one is driving me crazy....I've tried about hundred things to get this going...without luck. But in a pure desperation act the hundred-and-first try was using an older version of the repo.....tadaa...the older version is working. Container ist starting without problems with port 53. I have pinned down this to tag 1.19.1-0. This is the last version which is working for me. Any newer version doesn't allow me to bind port 53. Maybe this can help a little bit to solve this issue. Speaking of issues....This issue is officially closed. Should I open a new one? |
Yes @jaydee73, it would be better if you could please open a new issue. We`re solving this issue in a breeze then. Thank you! |
Been using madnuttah unbound docker on Synology NAS for more than a month behind Pi-hole. Everything works great, no issue at all.
Today I made the mistake of restarting it to update the image, and never got back online. I only get these errors:
Then tried different IPs and playing with interfaces.conf using a different port, but thigs got weirder. It would seem somehow two instances of unbound are trying to run at the same time or file permissions issues?
compose.yaml
unbound.conf
interfaces.conf
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: