Installing on Windows 11 Pro on Snapdragon X under WSL using CenttOS 9 (stream). Making minor update to /etc/wsl.conf
to change default user to root
and disabling SELinux. Installation completes without issues.
Message with IP and password appear, confirming successful install. Expecting to see the dashboard with all items green.
First thing, red text with warning DNS server failure. I spent some time reading online, but nothing leads to resolution. The error is there no matter what configuration I add/change.
tail -F /var/log/pihole/FTL.log
shows the following where second line shows critical error.
2025-03-17 09:25:19.378 INFO PID of FTL process: 1289
2025-03-17 09:25:19.378 CRIT Error in dnsmasq configuration: failed to create listening socket for port 53: Address in use
2025-03-17 09:25:19.386 INFO PID of FTL process: 1289
2025-03-17 09:25:19.386 INFO Database version is 21
2025-03-17 09:25:19.386 INFO Database successfully initialized
2025-03-17 09:25:19.387 INFO Imported 0 queries from the on-disk database (it has 0 rows)
2025-03-17 09:25:19.387 INFO Parsing queries in database
2025-03-17 09:25:19.387 INFO Imported 0 queries from the long-term database
2025-03-17 09:25:19.387 INFO -> Total DNS queries: 0
2025-03-17 09:25:19.387 INFO -> Cached DNS queries: 0
2025-03-17 09:25:19.387 INFO -> Forwarded DNS queries: 0
2025-03-17 09:25:19.387 INFO -> Blocked DNS queries: 0
2025-03-17 09:25:19.387 INFO -> Unknown DNS queries: 0
2025-03-17 09:25:19.387 INFO -> Unique domains: 0
2025-03-17 09:25:19.387 INFO -> Unique clients: 0
2025-03-17 09:25:19.387 INFO -> DNS cache records: 0
2025-03-17 09:25:19.387 INFO -> Known forward destinations: 0
2025-03-17 09:25:19.475 INFO FTL is running as user pihole (UID 996)
2025-03-17 09:25:19.475 INFO Reading certificate from /etc/pihole/tls.pem ...
2025-03-17 09:25:19.475 INFO Using SSL/TLS certificate file /etc/pihole/tls.pem
2025-03-17 09:25:19.475 INFO Web server ports:
2025-03-17 09:25:19.476 INFO - 0.0.0.0:80 (HTTP, IPv4, optional, OK)
2025-03-17 09:25:19.476 INFO - 0.0.0.0:443 (HTTPS, IPv4, optional, OK)
2025-03-17 09:25:19.476 INFO - [::]:80 (HTTP, IPv6, optional, OK)
2025-03-17 09:25:19.476 INFO - [::]:443 (HTTPS, IPv6, optional, OK)
2025-03-17 09:25:19.476 INFO Restored 1 API session from the database
2025-03-17 09:25:21.085 INFO Gravity database has been updated, reloading now
2025-03-17 09:25:21.087 INFO Compiled 0 allow and 0 deny regex for 0 client in 0.1 msec
2025-03-17 09:25:24.125 INFO Received 8/8 valid NTP replies from pool.ntp.org
2025-03-17 09:25:24.125 INFO Time offset: -1.623357e+03 ms (excluded 1 outliers)
2025-03-17 09:25:24.125 INFO Round-trip delay: 3.990616e+01 ms (excluded 1 outliers)
2025-03-17 09:25:24.126 INFO NTP server listening on 0.0.0.0:123 (IPv4)
2025-03-17 09:25:24.126 INFO NTP server listening on :::123 (IPv6)
Debug Token:
https://tricorder.pi-hole.net/hol06XRv/
All isntalled packages are attached.
installed.txt (41.1 KB)
All inputs would be greatly appreciated.