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: 54
Popularity: 0.011271
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 .. 39 40 41 42 43 44

ChuckHL commented on 2017-05-09 14:53 (UTC)

I ran those commands as you told me to. Here are the resulting logs. https://pastebin.com/a84TfAvJ

max.bra commented on 2017-05-09 07:30 (UTC)

with 128MB needs really to waste nothing!! try this to debug: sudo systemctl stop pi-hole-ftl.service sudo systemd-tmpfiles --remove pi-hole-ftl.conf sudo systemd-tmpfiles --create pi-hole-ftl.conf sudo systemctl start pi-hole-ftl.service then please pastebin (or similar, don't paste lots of text here) output of following two commands: sudo journalctl -b -l --no-pager | tail -n 50 cat /run/log/pihole-ftl/pihole-FTL.log

ChuckHL commented on 2017-05-09 07:09 (UTC) (edited on 2017-05-09 07:18 (UTC) by ChuckHL)

Hi max.bra. Thanks for the reply. If the log does not get big, then I am fine. I was concerned because I am running pi-hole (as well as other lite apps like sslh (not ssl or ssh), plexconnect (DNS for Apple TV) (not plex-media-server)) on my pogoplug low powered unit arm cpu with 128mb ram and 16GB SD. The only issue left I have is the fact that pi-hole-ftl won't always start on the first attempt. How can I fix that. What info can I get to figure this out.

max.bra commented on 2017-05-09 06:04 (UTC)

hi ChuckHL, pihole log flush does not care about ftl log. you can mimic pi-hole log flush method: a systemd timer and service with a flush script. be careful: ftl log file need to be, indeed, flushed and NOT deleted. is this the case why the service no more starts? and last: why are you in need to flush it? it became to big? after 3 days, mine is 41K, more than acceptable sidenote: it (the log) is in a tmpfs and it will be recreated every reboot i'm available to integrate a flush service or a logrotate config.

ChuckHL commented on 2017-05-09 03:34 (UTC) (edited on 2017-05-09 05:43 (UTC) by ChuckHL)

How do i delete the /run/log/pihole-ftl/pihole-FTL.log automatically every night? Also, some times it wont start automatically. Also, after running "systemctl start pi-hole-ftl" it wont start until several attempts. systemctl status and journalctl do not show why it failes to start sometimes.