We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Hi @grll, that is a good catch!
I'm going to add a check also for that port.
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!
Added UDP 53 port check during toolset installation, fixes #7.
556e8bc
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: