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

.95 in Docker unable to access internet #730

Closed
sugarfunk opened this issue Apr 23, 2019 · 7 comments
Closed

.95 in Docker unable to access internet #730

sugarfunk opened this issue Apr 23, 2019 · 7 comments

Comments

@sugarfunk
Copy link

Steps to reproduce

  1. Upgrade AdGuard Home from .94 to .95 on Debian docker

Expected behavior

Business as usual

Actual behavior

AdGuard appears not to be able to reach the internet.
Devices on Lan are sending requests, but all are timing out. Even on the AdGuard Box.
Rolling back to .94 resolves the issue

Screenshot:

`019/04/23 15:41:44 [info] AdGuard Home, version v0.95

2019/04/23 15:41:44 [info] Upstream 0: https://dns.cloudflare.com:443/dns-query
2019/04/23 15:41:46 [info] Start DNS server periodic jobs
2019/04/23 15:41:46 [info] Starting the DNS proxy server
2019/04/23 15:41:46 [info] Ratelimit is enabled and set to 20 rps
2019/04/23 15:41:46 [info] The server is configured to refuse ANY requests
2019/04/23 15:41:46 [info] DNS cache is enabled
2019/04/23 15:41:46 [info] Creating the UDP server socket
2019/04/23 15:41:46 [info] Listening to udp://[::]:53
2019/04/23 15:41:46 [info] Creating the TCP server socket
2019/04/23 15:41:46 [info] Listening to tcp://[::]:53
2019/04/23 15:41:46 [info] AdGuard Home is available on the following addresses:
2019/04/23 15:41:46 [info] Entering the tcp listener loop on [::]:53
2019/04/23 15:41:46 [info] Entering the UDP listener loop on [::]:53
2019/04/23 15:41:46 [info] Go to http://127.0.0.1:3000
2019/04/23 15:41:46 [info] Go to http://192.168.86.50:3000
2019/04/23 15:41:46 [info] Go to http://172.17.0.1:3000
2019/04/23 15:42:10 [info] Added 5 client aliases from /etc/hosts
2019/04/23 15:42:15 [info] Saving filter 0 contents to: /opt/adguardhome/work/data/filters/0.txt
2019/04/23 15:42:15 [info] Upstream 0: https://dns.cloudflare.com:443/dns-query
2019/04/23 15:42:15 [info] Start reconfiguring the server
2019/04/23 15:42:15 [info] Stopping the DNS proxy server
2019/04/23 15:42:15 [info] tcpListen.Accept() returned because we're reading from a closed connection, exiting loop
2019/04/23 15:42:15 [info] udpListen.ReadFrom() returned because we're reading from a closed connection, exiting loop
2019/04/23 15:42:15 [info] Stopped the DNS proxy server
2019/04/23 15:42:16 [info] Starting the DNS proxy server
2019/04/23 15:42:16 [info] Ratelimit is enabled and set to 20 rps
2019/04/23 15:42:16 [info] The server is configured to refuse ANY requests
2019/04/23 15:42:16 [info] DNS cache is enabled
2019/04/23 15:42:16 [info] Creating the UDP server socket
2019/04/23 15:42:16 [info] Listening to udp://[::]:53
2019/04/23 15:42:16 [info] Creating the TCP server socket
2019/04/23 15:42:16 [info] Listening to tcp://[::]:53
2019/04/23 15:42:16 [info] Entering the UDP listener loop on [::]:53
2019/04/23 15:42:16 [info] Entering the tcp listener loop on [::]:53
2019/04/23 15:42:36 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=E659B76A/35E03266/: lookup sb.adtidy.org on 192.168.86.1:53: read udp 127.0.0.1:34104->127.0.0.1:53: i/o timeout
2019/04/23 15:42:36 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 127.0.0.1:46120->127.0.0.1:53: i/o timeout`

Your environment

Description Value
Version of AdGuard Home server: (e.g. v.95)
How did you setup DNS configuration: AdG running on a debian box, Google Wifi addressing the DNS
If it's a router or IoT, please write device model: Google Wifi
Operating system and version: Open Media Vault 4.1.22-1
@ameshkov
Copy link
Member

Got it, thank you! It seems we need to quickly roll out a hotfix.

@ameshkov
Copy link
Member

@sugarfunk I've just pushed a fix

Could you please check if it works okay? The updated build will be available on Docker Hub in 10 minutes (look for edge tag).

@sugarfunk
Copy link
Author

hmm, maybe its my end but looks broken still.

019/04/23 16:51:25 [info] AdGuard Home, version v0.95-2-ge41c

2019/04/23 16:51:25 [info] Upstream 0: https://dns.cloudflare.com:443/dns-query
2019/04/23 16:51:27 [info] Start DNS server periodic jobs
2019/04/23 16:51:27 [info] Starting the DNS proxy server
2019/04/23 16:51:27 [info] Ratelimit is enabled and set to 20 rps
2019/04/23 16:51:27 [info] The server is configured to refuse ANY requests
2019/04/23 16:51:27 [info] DNS cache is enabled
2019/04/23 16:51:27 [info] Creating the UDP server socket
2019/04/23 16:51:27 [info] Listening to udp://[::]:53
2019/04/23 16:51:27 [info] Creating the TCP server socket
2019/04/23 16:51:27 [info] Listening to tcp://[::]:53
2019/04/23 16:51:27 [info] AdGuard Home is available on the following addresses:
2019/04/23 16:51:27 [info] Entering the tcp listener loop on [::]:53
2019/04/23 16:51:27 [info] Entering the UDP listener loop on [::]:53
2019/04/23 16:51:27 [info] Go to http://127.0.0.1:3000
2019/04/23 16:51:27 [info] Go to http://192.168.86.50:3000
2019/04/23 16:51:27 [info] Go to http://172.17.0.1:3000
2019/04/23 16:51:34 [info] Added 5 client aliases from /etc/hosts
2019/04/23 16:51:41 [info] Saving filter 0 contents to: /opt/adguardhome/work/data/filters/0.txt
2019/04/23 16:51:41 [info] Upstream 0: https://dns.cloudflare.com:443/dns-query
2019/04/23 16:51:41 [info] Start reconfiguring the server
2019/04/23 16:51:41 [info] Stopping the DNS proxy server
2019/04/23 16:51:41 [info] tcpListen.Accept() returned because we're reading from a closed connection, exiting loop
2019/04/23 16:51:41 [info] udpListen.ReadFrom() returned because we're reading from a closed connection, exiting loop
2019/04/23 16:51:41 [info] Stopped the DNS proxy server
2019/04/23 16:51:41 [info] error while responding to a DNS request: write udp [::]:53->192.168.86.1:59135: use of closed network connection
2019/04/23 16:51:41 [info] error while responding to a DNS request: write udp [::]:53->192.168.86.1:37681: use of closed network connection
2019/04/23 16:51:41 [info] error while responding to a DNS request: write udp [::]:53->192.168.86.1:52783: use of closed network connection
2019/04/23 16:51:41 [info] Starting the DNS proxy server
2019/04/23 16:51:41 [info] Ratelimit is enabled and set to 20 rps
2019/04/23 16:51:41 [info] The server is configured to refuse ANY requests
2019/04/23 16:51:41 [info] DNS cache is enabled
2019/04/23 16:51:41 [info] Creating the UDP server socket
2019/04/23 16:51:41 [info] Listening to udp://[::]:53
2019/04/23 16:51:41 [info] Creating the TCP server socket
2019/04/23 16:51:41 [info] Listening to tcp://[::]:53
2019/04/23 16:51:41 [info] Entering the UDP listener loop on [::]:53
2019/04/23 16:51:41 [info] Entering the tcp listener loop on [::]:53
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C2B9BEBE/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=4D040549/7510BDD3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=1DB6D725/A9AFF9DB/16E28D18/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=4D040549/7510BDD3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=A52F281C/13818396/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=6792C8C3/4A333F73/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=E5E7C2C7/13818396/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=CF616119/AE440527/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=6792C8C3/4A333F73/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C3387B7F/291588B3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=A63B6469/7510BDD3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=31625A4E/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=31625A4E/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=6792C8C3/4A333F73/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=6792C8C3/4A333F73/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=31625A4E/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=76369AC5/6A88DE41/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=31625A4E/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=CF616119/AE440527/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:58219->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:45518->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:45518->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:45518->192.168.86.1:53: i/o timeout
2019/04/23 16:51:51 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:45518->192.168.86.1:53: i/o timeout
2019/04/23 16:51:52 [info] Failed to safesearch HTTP lookup, ignoring check: lookup forcesafesearch.google.com on 192.168.86.1:53: read udp 192.168.86.50:58348->192.168.86.1:53: i/o timeout
2019/04/23 16:51:52 [info] Failed to safesearch HTTP lookup, ignoring check: lookup forcesafesearch.google.com on 192.168.86.1:53: read udp 192.168.86.50:58348->192.168.86.1:53: i/o timeout
2019/04/23 16:51:52 [info] Failed to safesearch HTTP lookup, ignoring check: lookup forcesafesearch.google.com on 192.168.86.1:53: read udp 192.168.86.50:58348->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C2B9BEBE/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C2B9BEBE/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C2B9BEBE/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=97CAFCF3/EFE5D246/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=31625A4E/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C2B9BEBE/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=3D0E6B06/EFE5D246/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=31625A4E/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=31625A4E/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=99299B1B/2C8DEEC2/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=31625A4E/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=99299B1B/2C8DEEC2/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C2B9BEBE/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:50991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:36991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:36991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:36991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:01 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:36991->192.168.86.1:53: i/o timeout
2019/04/23 16:52:03 [info] Failed to safesearch HTTP lookup, ignoring check: lookup forcesafesearch.google.com on 192.168.86.1:53: read udp 192.168.86.50:33651->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=FDE02EE1/FCEAE629/CF1150AB/0F93BC8E/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=97CAFCF3/EFE5D246/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=515AAC64/2C8DEEC2/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C2B9BEBE/3C0E33B1/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=3D0E6B06/EFE5D246/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=99299B1B/2C8DEEC2/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=E659B76A/35E03266/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=A77B89F9/88981E62/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=515AAC64/2C8DEEC2/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=FDE02EE1/FCEAE629/CF1150AB/0F93BC8E/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=462D5C64/618789FB/6AF0D227/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=462D5C64/618789FB/6AF0D227/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=63195F3E/5ED74CE3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=462D5C64/618789FB/6AF0D227/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=99299B1B/2C8DEEC2/1E93110A/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=462D5C64/618789FB/6AF0D227/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do safebrowsing HTTP lookup, ignoring check: Get http://sb.adtidy.org/safebrowsing-lookup-hash.html?prefixes=C3387B7F/291588B3/: dial tcp: lookup sb.adtidy.org on 192.168.86.1:53: read udp 192.168.86.50:52034->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:49142->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:49142->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:49142->192.168.86.1:53: i/o timeout
2019/04/23 16:52:11 [info] Failed to do parental HTTP lookup, ignoring check: Get http://pctrl.adguard.com/check-parental-control-hash?prefixes=71047D11/8EE7B2F5/&sensitivity=13: dial tcp: lookup pctrl.adguard.com on 192.168.86.1:53: read udp 192.168.86.50:49142->192.168.86.1:53: i/o timeout

@ameshkov
Copy link
Member

Hmm, this is so weird -- 192.168.86.1:53: i/o timeout -- this means that my change was applied. Any idea what could be wrong?

The original issue seemed legit (according to this), though.

@ameshkov ameshkov reopened this Apr 23, 2019
@sugarfunk
Copy link
Author

I don't have an answer why yet, but deleting the persistent data and starting over resolved the issue with .95 (didn't test hotfix). Not sure if the ymal changed? Something in the persistent worked in 94 but not 95

@ameshkov
Copy link
Member

Huh, thanks for the update! We'll re-check it tomorrow just in case then.

@sugarfunk
Copy link
Author

I had time to work on it again. I had to change the interfaces to remove the docker interface. Once I deleted persistent, and used just the Ethernet interface (host ports) then it worked. I dont understand why this works, but it does.

adguard pushed a commit that referenced this issue Aug 13, 2020
Merge in DNS/adguard-home from feature/hmr to master

Squashed commit of the following:

commit 952ed19
Merge: 8348493 de92c85
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Thu Aug 13 11:02:10 2020 +0300

    Merge branch 'master' into feature/hmr

commit 8348493
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Wed Aug 5 15:07:31 2020 +0300

    Remove empty prop types, remove Services empty container

commit b2fe4a3
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Wed Aug 5 13:56:35 2020 +0300

    Move constants

commit f8be4c1
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Wed Aug 5 13:19:02 2020 +0300

    Fix Setup bug, update webpack.dev

commit 1d9cc4d
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Wed Aug 5 12:10:38 2020 +0300

    Review changes

commit a1edb21
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Wed Aug 5 11:46:58 2020 +0300

    Remove lazy loading, fix updated components

commit 0aa2cf5
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Tue Aug 4 20:32:19 2020 +0300

    Refactor App component, add lazy loading

commit 3c2ba47
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Tue Aug 4 17:12:41 2020 +0300

    Simplify App hot loading boilerplate, setup lazy loading, update Header

commit 8df3221
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Tue Aug 4 15:16:06 2020 +0300

    + client: Add Hot Module Replacement
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