Hi there!
I managed to install the package on my 4G-AC86U with AsusWRT Stock v
3.0.0.4.382_4162 (following the instructions of
@jacklul's GitHub repository) with no issues (only some warnings).
These options are not available on my router. Is there any possibility to configure them differently?
Bash:
admin@4G-AC86U:/tmp/home/root# /opt/etc/init.d/S65pihole-FTL restart
Failed to set capabilities on file '/opt/bin/pihole-FTL': Operation not supported
Warning: Starting in an unsupported way - expect issues to happen!
Warning: Starting pihole-FTL as 'admin' (then changing to 'pihole') because setting capabilities is not supported on this system
Starting pihole-FTL... done.
The status of PiHole is:
Bash:
admin@4G-AC86U:/tmp/home/root# pihole status
/opt/share/pihole/COL_TABLE: line 6: /opt/bin/tput: cannot execute: required file not found
/opt/share/pihole/COL_TABLE: line 6: [: : integer expression expected
[✓] FTL is listening on port 5053
[✓] UDP (IPv4)
[✓] TCP (IPv4)
[✗] UDP (IPv6)
[✗] TCP (IPv6)
[✓] Pi-hole blocking is enabled
I tried to rebuild the gravity database:
Bash:
/opt/share/pihole/COL_TABLE: line 6: /opt/bin/tput: cannot execute: required file not found
/opt/share/pihole/COL_TABLE: line 6: [: : integer expression expected
[✓] DNS resolution is available
[i] Neutrino emissions detected...
[✓] Preparing new gravity database
[✓] Creating new gravity databases
[✓] Pulling blocklist source list into range
[i] Using libz compression
[i] Target: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
[✓] Status: No changes detected
[✓] Parsed 232646 exact domains and 0 ABP-style domains (blocking, ignored 1 non-domain entries)
Sample of non-domain entries:
- fe80::1%lo0
[✓] Building tree
[i] Number of gravity domains: 232646 (232646 unique domains)
[i] Number of exact denied domains: 0
[i] Number of regex denied filters: 0
[i] Number of exact allowed domains: 0
[i] Number of regex allowed filters: 0
[✓] Optimizing database
[✓] Swapping databases
[✓] The old database remains available
[✓] Cleaning up stray matter
[✓] Done.
And here is the debug log:
pihole -d
But for some reason, it seems that PiHole is not working:
View attachment 67725
Suggestions?
BR