Package Details: pi-hole-ftl 5.25.2-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: 55
Popularity: 0.49
First Submitted: 2017-05-07 15:23 (UTC)
Last Updated: 2024-05-09 11:54 (UTC)

Dependencies (6)

Required by (63)

Sources (7)

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 2 3 4 5 6 7 8 9 10 .. 43 Next › Last »

max.bra commented on 2022-03-08 22:59 (UTC)

@all testers: ok updated, thanks for your time

dunster commented on 2022-03-08 21:12 (UTC)

@ferreum Yup, that fixed it for me, just tested it.

ferreum commented on 2022-03-08 21:02 (UTC) (edited on 2022-03-08 21:05 (UTC) by ferreum)

I'm pretty sure it doesn't work because Exec* commands aren't run in a shell, so globbing doesn't work. This line fixes it for me:

ExecStartPre=/usr/bin/sh -c '/usr/bin/rm -f /dev/shm/FTL-*'

An easy way to test it is to send SIGTERM to the pihole-FTL process. Previously it would fail to restart because of the existing files. With this line it immediately starts up properly again.

dunster commented on 2022-03-08 20:29 (UTC)

I have all the log I could think of. https://pastebin.com/YE6C6Fh4

max.bra commented on 2022-03-08 20:15 (UTC) (edited on 2022-03-08 20:15 (UTC) by max.bra)

@dunster can you pastebin

ls -l /dev/shm/

please?

edit: with FTL running and stopped

dunster commented on 2022-03-08 09:41 (UTC) (edited on 2022-03-08 09:43 (UTC) by dunster)

@max.bra I have installed the snapshot package and the problem is still there. I have checked the pihole-FTL.service and the line you added is there but it doesn't want to remove the files for some reason. Pihole user is the owner of them so it has permission to remove them. Don't really know what the problem is. Only works when I remove them manually.

EDIT: Just checked the output. It says that rm finished with status=0/SUCCESS but the files are still there.

max.bra commented on 2022-03-07 20:34 (UTC)

No worries. Download the zip (the snapshot), unzip it and open a terminal in the uncompressed directory. Then makepkg and sudo pacman -U <ftlnewpkg>.

dunster commented on 2022-03-07 20:05 (UTC)

@max.bra sorry for asking but how do I install the snapshot?

max.bra commented on 2022-03-07 19:50 (UTC)

Hi dunster. Reinstall ftl using the snapshot in this page or clean compilation with an aur helper.