Package Details: pi-hole-core 6.0.6-1

Git Clone URL: https://aur.archlinux.org/pi-hole-core.git (read-only, click to copy)
Package Base: pi-hole-core
Description: The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.
Upstream URL: https://github.com/pi-hole/pi-hole
Licenses: EUPL-1.2
Conflicts: pi-hole-server, pi-hole-standalone
Provides: pi-hole-server, pi-hole-standalone
Submitter: max.bra
Maintainer: max.bra (graysky)
Last Packager: max.bra
Votes: 119
Popularity: 3.21
First Submitted: 2025-02-21 17:31 (UTC)
Last Updated: 2025-03-30 17:07 (UTC)

Pinned Comments

max.bra commented on 2025-02-21 21:44 (UTC)

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 2025-02-21 17:56 (UTC)

to update to pi-hole 6, please use pi-hole-core pi-hole-ftl and pi-hole-web packages.

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 87 Next › Last »

krupan commented on 2020-07-18 19:29 (UTC) (edited on 2020-07-18 19:29 (UTC) by krupan)

I got:

==> ERROR: Cannot find the strip binary required for object file stripping.

Installing binutils fixed that. Then I got:

==> Starting prepare()...
/home/bmurdock/.cache/yay/pi-hole-ftl/PKGBUILD: line 38: patch: command not found
==> ERROR: A failure occurred in prepare().
    Aborting...

Installing patch fixed that.

Then I got:

==> ERROR: Cannot find the fakeroot binary.

Installing fakeroot fixed that. Then I got another error at at this point I just installed all of base-devel.

eh8 commented on 2020-07-18 00:22 (UTC) (edited on 2020-07-18 02:26 (UTC) by eh8)

Post-install error, whenever you try to update DNS on the webpage you get:

/opt/pihole/webpage.sh: line 27: /etc/.pihole/automated install/basic-install.sh: No such file or directory
/opt/pihole/webpage.sh: line 263: valid_ip: command not found
/opt/pihole/webpage.sh: line 263: valid_ip6: command not found

If you want a quick and dirty workaround, comment out line 27 and remove the conditional around line 263.

Noctem commented on 2020-07-17 22:29 (UTC)

I had to change some of the PHP invocations of pihole to /usr/bin/pihole for sudo to allow it and fix things like querying the block lists. I'm guessing this is related to PHP not expanding pihole to the full command path like a shell would and only /usr/bin/pihole being allowed in the sudoers file?

eh8 commented on 2020-07-16 05:54 (UTC)

I beg you to release v5.1 so I can gaze longingly at my bar graphs under the refreshing shade of the newly released dark theme.

max.bra commented on 2020-07-11 23:10 (UTC)

https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

TheHardew commented on 2020-07-11 22:38 (UTC) (edited on 2020-07-11 22:38 (UTC) by TheHardew)

Please add patch to dependencies, failed in prepare without.

DanSman commented on 2020-06-20 23:10 (UTC) (edited on 2020-06-20 23:21 (UTC) by DanSman)

Can you guys add more lists/links to adlists.list? It doesn't get updated. It sticks to

https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts

https://mirror1.malwaredomains.com/files/justdomains

https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt

https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt

https://adaway.org/hosts.txt

https://v.firebog.net/hosts/AdguardDNS.txt

https://v.firebog.net/hosts/Admiral.txt

after pihole -g

Edit:

SOLVED!

I've forgotten to use -r

pihole -g -r

deemon commented on 2020-06-19 22:35 (UTC)

what are those new configuration options and do we really need them?:

bogus-priv
addn-hosts=/etc/pihole/custom.list
domain-needed

and why we don't need anymore?:

addn-hosts=/etc/pihole/gravity.list
addn-hosts=/etc/pihole/black.list

max.bra commented on 2020-06-19 06:26 (UTC)

hi ly50247, thanks for reporting!