Coder Social home page Coder Social logo

adguard not start about addon-adguard-home HOT 3 CLOSED

brunokelo avatar brunokelo commented on July 21, 2024
adguard not start

from addon-adguard-home.

Comments (3)

sinclairpaul avatar sinclairpaul commented on July 21, 2024

2023/04/02 21:37:03.729407 [fatal] couldn't start forwarding DNS server: listening to udp socket: listen udp [::1]:53: bind: cannot assign requested address

Make sure your OS "System: Debian GNU/Linux 11 (bullseye) (amd64 / qemux86-64)" isn't listening on the same port.

from addon-adguard-home.

brunokelo avatar brunokelo commented on July 21, 2024

Hello, I tested using another port and still the same error,
it tries to list something with ipv6, even with ipv6 disabled,

2023/04/02 22:17:28.576600 [info] Listening to udp://192.168.0.30:55
2023/04/02 22:17:28.576606 [info] Creating the UDP server socket
2023/04/02 22:17:28.576705 [info] Listening to udp://172.30.32.1:55
2023/04/02 22:17:28.576711 [info] Creating the UDP server socket
2023/04/02 22:17:28.576763 [info] Listening to udp://127.0.0.1:55
2023/04/02 22:17:28.576769 [info] Creating the UDP server socket
2023/04/02 22:17:28.606925 [fatal] couldn't start forwarding DNS server: listening to udp socket: listen udp [::1]:55: bind: cannot assign requested address
[22:17:28] DEBUG: Requested API resource: http://supervisor/discovery
[22:17:28] DEBUG: Request method: POST
[22:17:28] DEBUG: Request data: {"service":"adguard","config":{"host":"127.0.0.1","port":45158}}
[22:17:28] DEBUG: API HTTP Response code: 200
[22:17:28] DEBUG: API Response: {"result": "ok", "data": {"uuid": "a5ac7f333d594645832b98499304cac0"}}
[22:17:28] INFO: Service Adguard Home exited with code 1 (by signal 0)
[22:17:28] DEBUG: Filtering response using: .uuid
[22:17:28] INFO: Successfully send discovery information to Home Assistant.
s6-rc: info: service discovery successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service discovery: stopping
s6-rc: info: service nginx: stopping
s6-rc: info: service discovery successfully stopped
[22:17:29] INFO: Service NGINX exited with code 0 (by signal 0)
s6-rc: info: service nginx successfully stopped
s6-rc: info: service init-nginx: stopping
s6-rc: info: service adguard: stopping
s6-rc: info: service adguard successfully stopped
s6-rc: info: service init-adguard: stopping
s6-rc: info: service init-nginx successfully stopped
s6-rc: info: service init-adguard successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

from addon-adguard-home.

brunokelo avatar brunokelo commented on July 21, 2024

root@hass:/home/bruno# netstat -tulpn | grep LISTEN
tcp 0 0 0.0.0.0:5050 0.0.0.0:* LISTEN 6527/docker-proxy
tcp 0 0 0.0.0.0:8123 0.0.0.0:* LISTEN 9038/python3
tcp 0 0 0.0.0.0:1627 0.0.0.0:* LISTEN 6282/docker-proxy
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 4283/docker-proxy
tcp 0 0 0.0.0.0:3005 0.0.0.0:* LISTEN 5108/docker-proxy
tcp 0 0 192.168.0.30:445 0.0.0.0:* LISTEN 4896/smbd
tcp 0 0 0.0.0.0:3551 0.0.0.0:* LISTEN 713/apcupsd
tcp 0 0 192.168.0.30:40000 0.0.0.0:* LISTEN 9038/python3
tcp 0 0 0.0.0.0:8324 0.0.0.0:* LISTEN 5083/docker-proxy
tcp 0 0 0.0.0.0:6789 0.0.0.0:* LISTEN 4334/docker-proxy
tcp 0 0 0.0.0.0:4357 0.0.0.0:* LISTEN 1495/docker-proxy
tcp 0 0 127.0.0.1:47079 0.0.0.0:* LISTEN 9038/python3
tcp 0 0 192.168.0.30:45897 0.0.0.0:* LISTEN 9038/python3
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 3403/docker-proxy
tcp 0 0 192.168.0.30:139 0.0.0.0:* LISTEN 4896/smbd
tcp 0 0 0.0.0.0:8843 0.0.0.0:* LISTEN 4263/docker-proxy
tcp 0 0 0.0.0.0:32400 0.0.0.0:* LISTEN 5058/docker-proxy
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 4309/docker-proxy
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN 4238/docker-proxy
tcp 0 0 192.168.0.30:51828 0.0.0.0:* LISTEN 9038/python3
tcp 0 0 0.0.0.0:32469 0.0.0.0:* LISTEN 4944/docker-proxy
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 648/sshd: /usr/sbin

from addon-adguard-home.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.