-
Notifications
You must be signed in to change notification settings - Fork 8
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
SOLVED: dns: Failed to bind to port 53 #16
Comments
Hi, have you tried googling? Probably you have some other service already listening on port 53 on your PC. That's all I can help, perhaps you should check the results from: https://www.google.com/search?q=dns%3A+failed+to+bind+to+port+53%3A+Address+already+in+use |
This was a perfect hint. After I did this changes, the error-message 'Failed to bind ....' didn't show up anymore. Do you have any suggestions, how I should continue. Thanks |
If it says "testing patchfile", you probably have just used the sharpfin-test.patch file. It does not update, just tests the system. Use the sharpfin-ep2.install file in this repository. |
Let me just make sure I do understand it correctly. Before I can use sharpfin-ep2.install, I have to install Sharpfin-base_0.3.patch using the 'server'-software. Thanks for helping |
I found the solution and now my IPdio Mini works fine (for now, one station). The solution is described here: |
I am trying to get my ipdio mini back to work with your description, that I found here.
I setup the ipdio, as you describe it in Step 1 with a static IP. I restart the ipdio and check, if the device is listed in my network by doing a nmap on my Linux-machine and it is listed.
Then I start the programm, that I downloaded from
https://leo.pfweb.eu/dl/tLoDi for Linux
as root and submit DNS, own IP of the Linux-machine and the location of the patch file.
When I klick start, I get the (error-)message
dns: failed to bind to port 53: Address already in use
When I start the firmwareupdate on the ipdio, I get the message to check my network-settings. I have double-checked, that the 1st dns on the ipdio is pointing to my PC. I guess, this message is due to the 'failed to bind'-message on the PC. I am using Lubuntu 22.04. Any idea, what I could do?
Thanks, Jürgen
The text was updated successfully, but these errors were encountered: