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

Adguard hassio add-on does not start due to port 53 bind failing #381

Closed
JanMR21 opened this issue Dec 29, 2022 · 4 comments
Closed

Adguard hassio add-on does not start due to port 53 bind failing #381

JanMR21 opened this issue Dec 29, 2022 · 4 comments

Comments

@JanMR21
Copy link

JanMR21 commented Dec 29, 2022

Problem/Motivation

Adguard hassio add-on does not start due to port 53 bind failing

Expected behavior

as i have no other service running using that port the add on should start

Actual behavior

2022/12/29 01:13:53.245416 [info] dnsproxy: cache: enabled, size 4194304 b
2022/12/29 01:13:53.245453 [info] MaxGoroutines is set to 300
2022/12/29 01:13:53.245493 [info] Creating the UDP server socket
2022/12/29 01:13:53.245741 [info] Listening to udp://192.168.68.122:53
2022/12/29 01:13:53.245777 [info] Creating the UDP server socket
2022/12/29 01:13:53.254223 [fatal] couldn't start forwarding DNS server: listening to udp socket: listen udp 192.168.68.122:53: bind: address already in use

Steps to reproduce

This happens to me after installing version:
AdGuard Home
Current version: 4.7.6
of the add on home assistant running on latest version of hassio os
Home Assistant 2022.12.8 Supervisor 2022.12.1
Operating System 9.4 Frontend 20221213.1 - latest

while:

image

Proposed changes

(If you have a proposed change, workaround or fix,
describe the rationale behind it)

@frenck
Copy link
Member

frenck commented Jan 2, 2023

2022/12/29 01:13:53.254223 [fatal] couldn't start forwarding DNS server: listening to udp socket: listen udp 192.168.68.122:53: bind: address already in use

There is not much I can do from an add-on perspective. It means you are already running something that takes up that port. Free up the port if you'd like to use AdGuard Home instead.

../Frenck

@frenck frenck closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2023
@JanMR21
Copy link
Author

JanMR21 commented Jan 2, 2023 via email

@frenck
Copy link
Member

frenck commented Jan 2, 2023

@JanMR21 That makes no sense, as you scan TCP use of port 53, which is not used by DNS.

No matter the case, this message is not provided by the add-on, but by your system that refuses binding. We cannot fix your system, you know best how you configured it. We can't do anything about it.

@tannertechnology
Copy link

This has been an ongoing issue for months, if the issue isn't with this addon it is with HassOS so I suppose we should open an issue there. See issue #298

@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants