-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
since the update (caching yes / no) docker-container crashes #16
Comments
I am testing it on my machine and it seems to work, would you mind sharing your docker-compose or docker run command? Also why do you run it in the host network? Also try disabling the block lists as you may be running out of memory, hence your OS killing the container. You could also try leaving the caching to |
I use the gui of the Docker-Application from Synology-NAS (no separately docker-compose nor docker-command) to create the container. I use the host network, because it was the only way to adress this container from my Pi-hole which runs in a independent container with mavlan-network. I don´t know what's now different to my past setup when the container was running correctly. The network bridge-mode also does not solve the problem. I also tried several DNS-providers. Sorry for the inconvenience... |
No problem, did you try disabling some features as mentioned above? Set some environment variables to |
I tryed it with disabled features as recommended. Nevertheless, the container crashes immediately with the start an immediately after the automatic restart. |
It seems the Unbound process is launched successfully and then killed by an outside thing, likely your host OS. I tested it on my Synology NAS as well and it works. Did you check your memory usage? |
Hi Quentin, thank you for your tests and clarifications. I tried several things (try and error) but I can not find the problem. The memory usage is ok, also the cpu-utilization. I will search further. The problem definitely seems to be on my side. |
maybe try running it as |
Running "as root" did not solve my problem. I can not find the error in my system. I think you can close this thread. I'll let you know if I know more ... thank you again |
Oh wait, I might know, what's your CPU architecture? Or at least what's your Synology model? As Unbound is now built from source in the docker build and not simply downloaded and installed, that might be a problem. |
What you can also try with a terminal is: wget https://github.com/qdm12/cloudflare-dns-server/archive/02be30420dd36a001a4889d0ab39101060a7af4c.zip -O dns.zip
unzip dns.zip
rm dns.zip
cd dns
docker build -t qmcgaw/cloudflare-dns-server . to build an older version of the docker image. I'll add more documentation on how to do it, so that you can try with other commits to see when it started failing. |
I have a Synology DS 716+ with Intel Celeron N3150, Quad Core | Threads=4 | FPU=Yes | Package Arch=Braswell | RAM=DDR3 8 GB (own RAM-Upgrade). |
Hi, I've added documentation here, please try it out 👍 EDIT: Your CPU is 64 bit (amd64 architecture), so not the problem 😞 I thought it could be an ARM architecture for example. |
It seems like the container crashes on my side with a I will close the issue for now. I am also reworking hard the whole image to run supervised by a Go written program and not shell, so that might solve your problem. There is also a new Slack channel if you want to join to keep updated and participate in the discussion 👍 |
since the update (caching yes / no) my Docker container crashes constantly. I am using the Docker host network. This functioned smoothly in the past. Please help. The log is attached.
log.pdf
The text was updated successfully, but these errors were encountered: