pihole-FTL always offline

Pihole always offline after resizing *****

My debug token is: https://tricorder.pi-hole.net/a4wkqhodv7

You have a number of errors in your debug log

[i] Commit: v5.1.1-0-ga03d1bd-dirty
[i] Status:  M .gitattributes
             M .github/ISSUE_TEMPLATE.md
             M .github/PULL_REQUEST_TEMPLATE.md
             M .github/workflows/codeql.yml
             M .github/workflows/test.yml
             M .gitignore

[...]
[i] Diff: diff --git a/.gitattributes b/.gitattributes
          old mode 100644
          new mode 100755
          diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
          old mode 100644
          new mode 100755
          diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
          old mode 100644

Did you modify the web branch/repository?


*** [ DIAGNOSING ]: Networking
[✓] IPv4 address(es) bound to the eth0 interface:
   172.17.60.198/18 does not match the IP found in /etc/pihole/setupVars.conf

[...]

*** [ DIAGNOSING ]: Setup variables
    IPV4_ADDRESS=47.93.XXXX/24

This indicates you're running your pihole on a public IP address. Running open resolvers is not supported by pihole in any way.

80] is in use by apache2 (https://docs.pi-hole.net/main/prerequisites/#ports)
*:443 apache2 (IPv4)
[80] is in use by apache2 (https://docs.pi-hole.net/main/prerequisites/#ports)
*:443 apache2 (IPv4)
[80] is in use by apache2 (https://docs.pi-hole.net/main/prerequisites/#ports)
*:443 apache2 (IPv4)

You're running a webserver that is not supported.

[✗] Failed to resolve doubleclick.com via a remote, public DNS server (8.8.8.8)

Port 53 to other servers seems to be blocked (may be intentionally?).

*** [ DIAGNOSING ]: contents of /var/log/lighttpd
/var/log/lighttpd does not exist.
   [2020-09-23 00:57:24.517 2401M]  -> Total DNS queries: 104170
   [2020-09-23 00:57:24.517 2401M]  -> Cached DNS queries: 28669
   [2020-09-23 00:57:24.517 2401M]  -> Forwarded DNS queries: 60518
   [2020-09-23 00:57:24.517 2401M]  -> Blocked DNS queries: 14979
   [2020-09-23 00:57:24.517 2401M]  -> Unknown DNS queries: 4
   [2020-09-23 00:57:24.517 2401M]  -> Unique domains: 6468
   [2020-09-23 00:57:24.517 2401M]  -> Unique clients: 108
   [2020-09-23 00:57:24.517 2401M]  -> Known forward destinations: 12

Your pihole is running.

1 Like

The file contents haven't change but something/somebody made them executable. Which is a really wrong thing to do.

This is an open resolver. It's also very badly configured.

You'll get no help from the developers.

2 Likes

OK, I've known what's wrong with this issue.

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