No Blocklist update since Pi-hole update to version v3.3.1

Expected Behaviour:

Update list of ad-serving domains / blacklist / whitelist by clicking on corresponding button in the Tools-menu. There are no (-1) "Domains on Blocklist" displayed at the dashboard.

Actual Behaviour:

Update is not running. "pihole -g":
[â] DNS resolution is currently unavailable
[â] DNS resolution is not available

aaaaaa

nslookup www.google.com
Server:         172.30.1.1
Address:        172.30.1.1#53

Non-authoritative answer:
Name:   www.google.com
Address: 216.58.206.4

Debug Token:

dvdf0m82ho

root@pi-hole:~# service dnsmasq status
â dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
   Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2018-04-30 17:53:55 CEST; 17min ago
  Process: 3981 ExecStop=/etc/init.d/dnsmasq systemd-stop-resolvconf (code=exited, status=0/SUCCESS)
  Process: 3995 ExecStartPost=/etc/init.d/dnsmasq systemd-start-resolvconf (code=exited, status=0/SUCCESS)
  Process: 3989 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=0/SUCCESS)
  Process: 3987 ExecStartPre=/usr/sbin/dnsmasq --test (code=exited, status=0/SUCCESS)
 Main PID: 3994 (dnsmasq)
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/dnsmasq.service
           ââ3994 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service

Apr 30 17:53:55 pi-hole systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Apr 30 17:53:55 pi-hole dnsmasq[3987]: dnsmasq: syntax check OK.
Apr 30 17:53:55 pi-hole systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.

Here is one of the reasons for the issues:

   [2018-04-30 00:00:02.385] Error: failed to read /etc/pihole/list.preEventHorizon

What is the output of pihole -g?

pihole -g
  [â] DNS resolution is currently unavailable
  [i] Time until retry: 120

What is the content of /etc/resolv.conf

cat /etc/resolv.conf
domain fritz.box
search fritz.box
nameserver 172.30.1.1

root@pi-hole:~# nslookup google.com
    Server:         172.30.1.1
    Address:        172.30.1.1#53

Non-authoritative answer:
Name:   google.com
Address: 172.217.18.14

What is the output of timeout 1 getent hosts "pi.hole"

timeout 1 getent hosts "pi-hole"
127.0.1.1       pi-hole.fritz.box pi-hole

timeout 1 getent hosts pi-hole
127.0.1.1       pi-hole.fritz.box pi-hole

Are you still having this issue? If so, make a new debug token.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.