I updated to 5.12.1-1 today and pihole-FTL complained of missing capabilities:
WARNING: Required Linux capability CAP_IPC_LOCK not available
WARNING: Required Linux capability CAP_CHOWN not available
(and so on)
I was able to make it start by adding the capabilities to the pihole-FTL binary:
sudo setcap cap_net_admin,cap_net_bind_service,cap_net_raw,cap_sys_nice,cap_chown,cap_ipc_lock=ep /usr/bin/pihole-FTL
I'm not sure if that is the best way to fix it.
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.