Advertisement
xiaopigu

Untitled

Sep 22nd, 2021
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. [✗] Retrieval of supported OS list failed. dig failed with return code 10.
  2. Unable to determine if the detected OS (Raspbian 10) is supported
  3. Possible causes for this include:
  4. - Firewall blocking certain DNS lookups from Pi-hole device
  5. - ns1.pi-hole.net being blocked (required to obtain TXT record from versions.pi-hole.net containing supported operating systems)
  6. - Other internet connectivity issues
  7.  
  8. https://docs.pi-hole.net/main/prerequesites/#supported-operating-systems
  9.  
  10. If you wish to attempt to continue anyway, you can try one of the following commands to skip this check:
  11.  
  12. e.g: If you are seeing this message on a fresh install, you can run:
  13. curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash
  14.  
  15. If you are seeing this message after having run pihole -up:
  16. PIHOLE_SKIP_OS_CHECK=true sudo -E pihole -r
  17. (In this case, your previous run of pihole -up will have already updated the local repository)
  18.  
  19. It is possible that the installation will still fail at this stage due to an unsupported configuration.
  20. If that is the case, you can feel free to ask the community on Discourse with the Community Help category:
  21. https://discourse.pi-hole.net/c/bugs-problems-issues/community-help/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement