Package Details: pi-hole-ftl 6.1-1

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: 59
Popularity: 0.86
First Submitted: 2017-05-07 15:23 (UTC)
Last Updated: 2025-03-30 17:00 (UTC)

Required by (66)

Sources (5)

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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 46 Next › Last »

graysky commented on 2018-02-17 11:44 (UTC)

Has anyone else noticed that TIMEFRAME=today setting in /etc/pihole/pihole-FTL.conf is being ignored on this update?

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.

max.bra commented on 2017-12-13 16:16 (UTC)

2.12-3 please refer to Pi-hole wiki for new configuration options

max.bra commented on 2017-12-13 12:34 (UTC) (edited on 2017-12-13 12:34 (UTC) by max.bra)

Stop official service

pi-hole-ftl no-deamon debug

graysky commented on 2017-12-13 12:31 (UTC)

I can confirm that, 60, 120, and 600 work. But 3600 does not.

...how did you get that debug output?

max.bra commented on 2017-12-13 12:20 (UTC) (edited on 2017-12-13 16:19 (UTC) by max.bra)

@graysky i suspected it.

I noticed yesterday that the commit countdown starts from an integer portion of time. I'll explain:

my yesterday test was on a 10-minute commit and the debug output, summarizing, said:

20:43 ftl started

20:50 commit

21:00 commit

so it may be that for portions of time greater than one hour it can not trigger.

need to inspect the source

graysky commented on 2017-12-13 12:09 (UTC)

Is anyone else experiencing no writes to /etc/pihole/pihole-FTL.db with large values such as 3600 (package default)?

max.bra commented on 2017-12-11 23:03 (UTC)

waiting for a parameterized version, you can customize the FTL database commit interval by modifying the following PKGBUILD line:

sed -i "s|#define DBinterval 60|#define DBinterval 3600|w $_ssc" "$srcdir"/$_pkgname-$pkgver/FTL.h

where 3600 is for this package new timing of an hour. you can write 600 for 10 minutes or 7200 for 2 hours and so on.

max.bra commented on 2017-12-11 22:52 (UTC)

@graysky - the define is perfectly honored. applying...

graysky commented on 2017-12-11 22:33 (UTC)

@max.bra - Only the new "long term data" functions use this database. For my use case, once per hour or even once per 6 hours is plenty as I rarely if ever expect to use that feature. I don't know what a good default is for everyone though. Once per hour?

DL6ER mentioned in the ticket I referenced that he will consider making this a tuneable so in the future we don't have to worry about it.