-
Notifications
You must be signed in to change notification settings - Fork 128
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
DNS sockets exhausting system #43
Comments
Hi, tried to replicate your problem with my version. I changed the naming of some config params and didn't updated the README examples. My bad. Following command was run:
complete output can be found here: https://pastebin.com/DKECUHAw My docker Host with samba-ad-dc has 192.168.10 but i kept your IP address of 250 for localdc. so some output may look a little wierd on win client
on docker host
in container
ports used in docker container
looks good to me. if the error persist, could you provide a log? |
Yep, that's done the trick thank you. I have a couple of errors during the run from ntpd:
but after the |
Can this be closed? |
Actually not. It is still a problem.
So with latest version, with exact configuration template , using docker-compose up -d from a PC in LAN: then on docker host: and in htop process samba: task[dns] pre-fork master shows 100% CPU occupation
|
Any progress on this ticket? |
It should work as expected for now. |
Using either this image or @burnbabyburn's image (as mentioned in #36), as soon as the container receives a DNS query, it opens enough listening sockets to overwhelm the system, resulting in any more giving the error message below:
They all look like this:
In the above, 172.17.0.1 is the bridge address (docker0 on the host), 172.17.0.2 is the address of the container.
The server is set up using the command taken from the documentation:
Has anyone seen this, or have any idea how to resolve it?
The text was updated successfully, but these errors were encountered: