I was on this topic
Guten Tag.
Ich hab ein kleines problem mit Pihole.
Nachdem ich gestern auf die v5 geupdatet habe, zeigt er mir auf dem Dashboard nichts an.
Pihole läuft auf meiner Qnap nas, mit Debian Buster. Weil diese einen armv5l drin hat, habe ich den ftl selbst kompiliert.
Die DNS,DHCP, funktion gehen.
Nur das Dashboard zeigt nichts an, aber kein weise Seite sondern keinen inhalt in den kasten oben und in der mitte der Seite nichts.
Könnt ihr mir helfen, das das dashboard wieder funktioniert?
Gruss
recommended to open an FR here.
I have Pihole running on an armv5l nas.
When updating to v5 it was noticed that it was not updated correctly because the FTL service is not available for the armv5l.
Before v5 I solved it by compiling the pihole-ftp myself.
root@Qnap-NAS:~# cat /proc/cpuinfo
processor : 0
model name : Feroceon 88FR131 rev 1 (v5l)
BogoMIPS : 1974.27
Features : swp half thumb fastmult edsp
CPU implementer : 0x56
CPU architecture: 5TE
CPU variant : 0x2
CPU part : 0x131
CPU revision : 1
Hardware : QNAP TS-41x
Revision : 0000
Serial : 0000000000000000
Should be implemented by
development ← new/armv4_armv5
opened 05:45AM - 14 Oct 20 UTC
**By submitting this pull request, I confirm the following:**
- [X] I have re… ad and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md).
- [X] I have checked that [another pull request](https://github.com/pi-hole/FTL/pulls) for this purpose does not exist.
- [X] I have considered, and confirmed that this submission will be valuable to others.
- [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
- [X] I give this submission freely, and claim no ownership to its content.
**How familiar are you with the codebase?:**
## 10
---
Add additional
- ARMv4 (`armv4t`, 3-stage pipeline, Thumb, ARMv4 first to drop legacy ARM 26-bit addressing),
- ARMv5 (`armv5te`, Thumb, enhanced DSP instructions, caches), and
- ARMv8 (`armv8-a`, fundamental change to the ARM architecture with mandatory vector floating point and SIMD (Neon))
workflows.
- ARMv6 (with hard-float, for Raspberry Pi Model 1 and Zero), and
- ARMv7 (with hard-float, for Raspberry Pi Model 2)
already exist and have just been renamed to clarify the supported architecture.
and
https://github.com/pi-hole/pi-hole/pull/3801