Package Details: pi-hole-ftl 5.25.2-2

Git Clone URL: https://aur.archlinux.org/pi-hole-ftl.git (read-only, click to copy)
Package Base: pi-hole-ftl
Description: The Pi-hole FTL engine
Upstream URL: https://github.com/pi-hole/FTL
Licenses: EUPL-1.2
Conflicts: dnsmasq
Provides: dnsmasq
Submitter: max.bra
Maintainer: max.bra (graysky)
Last Packager: max.bra
Votes: 56
Popularity: 1.20
First Submitted: 2017-05-07 15:23 (UTC)
Last Updated: 2024-08-10 09:53 (UTC)

Required by (65)

Sources (6)

Pinned Comments

max.bra commented on 2018-02-09 16:46 (UTC) (edited on 2019-10-18 23:13 (UTC) by max.bra)

ArchLinux Pi-hole is not officially supported by Pi-hole project. In case of bugs and malfunctions please DO NOT file a report upstream.

First of all check if the wiki (https://wiki.archlinux.org/index.php/Pi-hole) can help then ask here for assistance and tips.
When it will be excluded that the problem does not depend on ArchLinux we will file a bug upstream.

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 44 Next › Last »

max.bra commented on 2020-07-26 18:20 (UTC) (edited on 2020-07-26 18:21 (UTC) by max.bra)

@graysky when FTL is stopped, my GUI is how it should be: https://postimg.cc/Whdj7SkH

i really can't get it...

graysky commented on 2020-07-26 16:29 (UTC)

@max.bra - Hmm... I deleted the db and recreated it. Same issue. Also the issue is there when the service is stopped. See my last comment. What does your's look like when you stop pihole-FTL.service and browse to the web page?

max.bra commented on 2020-07-26 15:08 (UTC)

https://github.com/pi-hole/AdminLTE/blob/d8d3f316061ba60e0b1dfc6a11f6e917380aca5f/scripts/pi-hole/js/index.js#L722

rapidly read code lines: no way for the mixed data you have. corrupted DB? (i know you have splitted it, but....)

graysky commented on 2020-07-26 14:39 (UTC)

@max.bra - Yes, no errors/warns there either. If you stop your pihole- FTL.service then go to the admin page, do you also see the "Lost connection to API" message getting mangled as I do? Notice the "---" and "---" in the middle to boxes: https://postimg.cc/bZQTQ8ZF

max.bra commented on 2020-07-26 13:34 (UTC)

@graysky mmmh..., but sooner or later something will time out for sure. Nothing in /run/log/pihole/pihole.log too?

graysky commented on 2020-07-26 10:02 (UTC) (edited on 2020-07-26 10:26 (UTC) by graysky)

@max.bra - No, just 11M. In fact I just split it out and created a new one which is now 300K. See: https://docs.pi-hole.net/database/ftl/#split-database

EDIT: I also confirmed that both lighttpd and nginx exhibit the bug so I am thinking it has to be something with the core files themselves.

Permissions on everything file under /etc/pihole/ are 644 with the exception of gravity db which is 664. Ownership is pihole:pihole for everything except logrotate.

max.bra commented on 2020-07-26 07:59 (UTC) (edited on 2020-07-26 07:59 (UTC) by max.bra)

@graysky is your pihole-FTL.db very very HUGE?

graysky commented on 2020-07-25 20:57 (UTC) (edited on 2020-07-25 20:58 (UTC) by graysky)

@max.bra - Just updated both pi-hole-server and pi-hole-ftl to 5.1. My pihole GUI isn't displaying all the data. Any thoughts?

Didn't see anything in /run/log/pihole-ftl/pihole-FTL.log

Missing: * Queries blocked * Percent blocked * Client activity over last 24 hours * Query types * Queries answered by

Screenshot: https://postimg.cc/MnNgmbK9

orlin2 commented on 2020-07-22 01:26 (UTC)

Sometimes it's the basics. Out of memory. I created a 1 GB swap file and the compilation completed without errors.

Thanks for everyone's time/help. Now to finish the upgrade...

max.bra commented on 2020-07-21 13:29 (UTC) (edited on 2020-07-21 13:29 (UTC) by max.bra)

@orlin2 yes, unfortunately is not so simple. you should need to create a clean arch installation somewhere with some method and then chroot into it. to make it a bit more simple, i think you can boot with last arch installation media, install base-devel group and try to makepkg from there without any chroot. i personally never tried it but i think it should work with minimal time waste.