Skip to content
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

Conflict with already running dnsmasq process on port 53 #7

Closed
grll opened this issue Oct 10, 2019 · 3 comments
Closed

Conflict with already running dnsmasq process on port 53 #7

grll opened this issue Oct 10, 2019 · 3 comments

Comments

@grll
Copy link
Contributor

grll commented Oct 10, 2019

When running the installation script I got the following error coming from a conflict on port 53:

Recreating m2c.test__dnsmasq ... error
ERROR: for m2c.test__dnsmasq Cannot start service dnsmasq: driver failed programming external connectivity on endpoint m2c.test__dnsmasq (78cef79ac72e8a5fdd70983ab9e15fec6088c16feb231b17b45fe0899eb651a8): Error starting userland proxy: listen udp 0.0.0.0:53: bind: address already in use ERROR: for dnsmasq Cannot start service dnsmasq: driver failed programming external connectivity on endpoint m2c.test__dnsmasq (78cef79ac72e8a5fdd70983ab9e15fec6088c16feb231b17b45fe0899eb651a8): Error starting userland proxy: listen udp 0.0.0.0:53: bind: address already in use Encountered errors while bringing up the project.

@grll grll changed the title Conflict with mDNSResponder and dnsmasq on port 53 Conflict with already running dnsmasq process on port 53 Oct 10, 2019
@grll
Copy link
Contributor Author

grll commented Oct 10, 2019

Solved by uninstalling dnsmasq and killing the process. Maybe worth adding check on port 53 on top of port 80 and 443 during installation process?

@shkoliar
Copy link
Member

Hi @grll, that is a good catch!

I'm going to add a check also for that port.

@grll
Copy link
Contributor Author

grll commented Oct 10, 2019

Hi @grll, that is a good catch!

I'm going to add a check also for that port.

Great thanks! The toolset is really amazing by the way thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants