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: 1.85
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 .. 65 66 67 68 69 70 71 72 73 74 75 .. 87 Next › Last »

max.bra commented on 2017-06-29 07:44 (UTC)

@ChuckHL yes! you are perfectly right. my fault.

ChuckHL commented on 2017-06-29 01:01 (UTC)

I found a possible bug on the latest version 3.1-5. It seems that any domain added to the blacklist is not being blacklisted and is ignored. The problem seems to be that "pihole -g" (or update from the website) no longer pulls the blacklist domains into the gravity.list but rather creates a black.list file which is not added to /etc/dnsmasq.d/01-pihole.conf file.

max.bra commented on 2017-06-28 21:08 (UTC) (edited on 2017-06-29 08:29 (UTC) by max.bra)

@ChuckHL that folder is part of pi-hole git repo since forever but nothing point to it in installation shell script: or is something atavic or something that will be implemented later on...

graysky commented on 2017-06-28 20:59 (UTC)

Does browsing to http://pi.hole/admin not work for others?

ChuckHL commented on 2017-06-28 04:56 (UTC)

I notice that other pihole installation (outside of ArchLinux) create a folder named /etc/.pihole that includes some directory named "block hulu ads" and has some extra files for blocking such ads. Will you include that in the following releases (or is it outside of the scope for you)?

max.bra commented on 2017-06-24 23:07 (UTC) (edited on 2017-06-24 23:44 (UTC) by max.bra)

hi bofslime, thanks for reporting. > sqlite3.c:84551:1: note: here > case OP_AggStep: { > ^~~~ this is pi-hole-FTL compilation: messages like those are compilation warnings and you can ignore them. your system become unresponsive because FTL compilation is rather heavy for an arm processor. it's absolutely normal especially for a monocore cpu. not so normal the error at the end. ChuckHL too was reporting similar compilation error. try to download ftl package snapshot and recompile it or try to crosscompile it (https://wiki.archlinux.org/index.php/Cross-compiling_tools_package_guidelines) with a more powerfull machine.

bofslime commented on 2017-06-24 22:41 (UTC)

Seeing frequent issues when updating pi-hole from the AUR. My system will often become unresponsive when in this state and either have to wait it out, or preemptively have a 2nd session open as it stops accepting new sessions when stalling on building. Often this includes negatively affecting DNS resolution. sqlite3.c:84548:15: warning: this statement may fall through [-Wimplicit-fallthrough=] pOp->opcode = OP_AggStep; ^ sqlite3.c:84551:1: note: here case OP_AggStep: { ^~~~ {standard input}: Assembler messages: {standard input}:147265: Warning: end of file not at end of a line; newline inserted {standard input}:147690: Error: ']' expected -- `ldr r3,[fp,#-1' gcc: internal compiler error: Killed (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See <https://github.com/archlinuxarm/PKGBUILDs/issues> for instructions. make: *** [Makefile:57: obj/sqlite3.o] Error 4 ==> ERROR: A failure occurred in build(). Aborting... The build failed.

max.bra commented on 2017-06-21 06:44 (UTC)

@graysky > Shall we create a wiki page for this package? Created a stub yesterday evening for server and standalone too > recommend you pass the version on to the source: yes nice shot!

graysky commented on 2017-06-20 22:26 (UTC)

@max.bra - recommend you pass the version on to the source: source=(pihole-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz admin-$_wwwpkgver.tar.gz::https://github.com/$_pkgname/$_wwwpkgname/archive/v$_wwwpkgver.tar.gz

graysky commented on 2017-06-20 21:43 (UTC)

@max.bra - I have nginx-mainline working with this package. I will try to write up the steps. Shall we create a wiki page for this package?