Pihole -up

Hello,

When I do this command, I have this erroe :slight_smile:

  [βœ“] Supported OS detected
  [βœ“] Update local cache of available packages
  [βœ“] Building dependency package pihole-meta.deb
  [βœ“] Installing Pi-hole dependency package

  [i] Checking for updates...
  [i] Pi-hole Core:	up to date
fatal : impossible d'accΓ©der Γ  'https://github.com/pi-hole/web.git/' : Could not resolve host: github.com

  Error: Unable to update local repository. Contact Pi-hole Support.
  [βœ—] DNS resolution is currently unavailable
  [βœ“] DNS resolution is available

Why ?

When I try sudo pihole repair, I have this error :

  [βœ—] Retrieval of supported OS list failed. dig failed with return code 10. 
      Unable to determine if the detected OS (Debian 12) is supported
      Possible causes for this include:
        - Firewall blocking DNS lookups from Pi-hole device to ns1.pi-hole.net
        - DNS resolution issues of the host system
        - Other internet connectivity issues

My internet connection is OK.

Regards

Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:

pihole -d

or if you run your Pi-hole as a Docker container:

docker exec -it <pihole-container-name-or-id> pihole -d

where you substitute <pihole-container-name-or-id> as required.

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