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 .. 67 68 69 70 71 72 73 74 75 76 77 .. 87 Next › Last »

graysky commented on 2017-06-20 11:54 (UTC)

Since alternative servers can be use (ie nginx) are you able to adjust the depends array to allow for this?

max.bra commented on 2017-05-14 13:57 (UTC)

@ChuckHL @Vrob sorry guys, i forgot about it. solved.

Vrob commented on 2017-05-14 12:26 (UTC)

Can confirm, I'm having the same logrotate issue.

ChuckHL commented on 2017-05-09 02:49 (UTC) (edited on 2017-05-09 03:33 (UTC) by ChuckHL)

I'm having a problem flushing the logs (located in /run/log/). When I use the command on terminal of "pihole -l off" it does not delete the log. And flushing the log from the web interface is not working either. Error on screen: ::: Flushing /run/log/pihole/pihole.log ...error: cannot stat /etc/pihole/logrotate: No such file or directory Had to reinstall the previous version of pihole to retrieve logrotate from it, and then reinstall pihole latest version.

max.bra commented on 2017-05-07 17:18 (UTC)

Pi-hole 3.0.1 and PHP admin 3.0.1a - it's needed to enable php sockets extension: # nano /etc/php/php.ini ;extension=sockets.so ===> extension=sockets.so - graphs malformed on google chrome https://github.com/pi-hole/pi-hole/issues/1434

Ubermensch commented on 2017-05-06 20:34 (UTC)

The version 3.0.1 is out please update :)

max.bra commented on 2017-05-04 17:32 (UTC)

hi Splith, sudo is part of base-devel group that is a prerequisite for AUR building. https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

Splith commented on 2017-05-04 17:19 (UTC)

This package requires sudo but it isn't in the dependencies list, can you add it?

max.bra commented on 2017-04-10 16:20 (UTC) (edited on 2017-04-10 16:21 (UTC) by max.bra)

hi geekinthesticks, those commands are not supported in archlinux pihole distribution and are just removed by PKGBUILD prepare script. you should not even see them. --- Original pi-hole install by a script (on supported distro, not arch). We install via AUR package. Too different to support reconfiguring. you have to simply reinstall the package. ::: -r, reconfigure was an oversight now resolved in the latest revision (thanks for reporting) ---- debug is maybe feasible, one of these days.

geekinthesticks commented on 2017-04-10 15:58 (UTC) (edited on 2017-04-10 17:44 (UTC) by geekinthesticks)

Thanks. It's easy enough to edit the files manually in any case.