Hallo MichaIng,
danke für Deine Hilfe.
Nachdem ich "cd /etc/.pihole" und "git fetch --all" eingegeben habe, sah es wie folgt aus:
KE@Raspberry-Pi-3-Model-B-Plus: cd /etc/.pihole
KE@Raspberry-Pi-3-Model-B-Plus:/etc/.pihole $ git fetch --all
fatal: detected dubious ownership in repository at '/etc/.pihole'
To add an exception for this directory, call:
git config --global --add safe.directory /etc/.pihole
KE@Raspberry-Pi-3-Model-B-Plus:/etc/.pihole $
Das sagt mir leider alles nichts.
Ich habe in meinen alten Notizen gesucht und noch einige Befehle zu Pi-hole gefunden.
Nach "sudo pihole status" bekomme ich folgende Ausgabe:
[✓] FTL is listening on port 53
[✓] UDP (IPv4)
[✓] TCP (IPv4)
[✓] UDP (IPv6)
[✓] TCP (IPv6)
[✗] Pi-hole blocking is disabled
Irgendetwas scheint da noch zu laufen.
Nach "sudo pihole -v" bekomme ich folgende Ausgabe:
KE@Raspberry-Pi-3-Model-B-Plus:/etc/.pihole $ sudo pihole -v
Core version is v6.0.3 (Latest: N/A)
Web version is v6.0.1 (Latest: N/A)
FTL version is v6.0.1 (Latest: N/A)
Das schaut aktuell aus, funktioniert wohl aber nicht?!?
Nach "sudo pihole disable" bekomme ich folgende Ausgabe:
KE@Raspberry-Pi-3-Model-B-Plus:/etc/.pihole $ sudo pihole disable
[✓] Pi-hole disabled forever
Auch das scheint zu funktionieren.
Wenn ich im Browser "http://192.168.1.5/admin/" aufrufe, erhalte ich eine "403 Forbidden" Fehlermeldung.
Auch da scheint irgendwer zu antworten.
Ich wollte den Pi-hole Konfigurator starten. Nach "sudo pihole -r" bekomme ich folgende Ausgabe:
KE@Raspberry-Pi-3-Model-B-Plus:/etc/.pihole $ sudo pihole -r
[✓] Root user check
.;;,.
.ccccc:,.
:cccclll:. ..,,
:ccccclll. ;ooodc
'ccll:;ll .oooodc
.;cll.;;looo:.
.. ','.
.',,,,,,'.
.',,,,,,,,,,.
.',,,,,,,,,,,,....
....''',,,,,,,'.......
......... .... .........
.......... ..........
.......... ..........
......... .... .........
........,,,,,,,'......
....',,,,,,,,,,,,.
.',,,,,,,,,'.
.',,,,,,'.
..'''.
[i] SELinux not detected
[✓] Update local cache of available packages
[✓] Checking apt-get for upgraded packages... 4 updates available
[i] It is recommended to update your OS after installing the Pi-hole!
[✓] Building dependency package pihole-meta.deb
[✓] Installing Pi-hole dependency package
[✗] Retrieval of supported OS list failed. dig failed with return code 10.
Unable to determine if the detected OS (Raspbian 11) 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
https://docs.pi-hole.net/main/prerequisites/#supported-operating-systems
If you wish to attempt to continue anyway, you can try one of the following commands to skip this check:
e.g: If you are seeing this message on a fresh install, you can run:
curl -sSL https://install.pi-hole.net | sudo PIHOLE_SKIP_OS_CHECK=true bash
If you are seeing this message after having run pihole -up:
sudo PIHOLE_SKIP_OS_CHECK=true pihole -r
(In this case, your previous run of pihole -up will have already updated the local repository)
It is possible that the installation will still fail at this stage due to an unsupported configuration.
If that is the case, you can feel free to ask the community on Discourse with the Community Help category:
https://discourse.pi-hole.net/c/bugs-problems-issues/community-help/
Ich weiß nicht was da abgeht und was zu tun ist. Gefühlt findet keine DNS Auflösung von Anfragen des Raspberry Pi statt. Da ich nur das update auf Pi-hole 6 durchgeführt habe, gehe ich davon aus, dass Pi-hole das Problem ist.
Danke und Gruß Eggi