I know this has been discussed before, but sudo is missing as runtime dependency. The assumption that the base-devel group (with sudo in it) is installed only applies to build dependencies (makedepends and checkdepends), not to runtime dependencies (depends and optdepends). It is possible to build a package on one computer and install it on another computer (e.g. a server) which doesn't have base-devel installed. So, please add sudo to the 'depends' array.
Search Criteria
Package Details: pi-hole-core 6.0.6-1
Package Actions
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) |
Dependencies (11)
- bind (bind-gitAUR)
- git (git-gitAUR, git-glAUR)
- inetutils (inetutils-gitAUR)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- jq (jq-gitAUR, jaq-binAUR)
- logrotate (logrotate-gitAUR, logrotate-selinuxAUR)
- lsof (lsof-gitAUR)
- netcat (nmap-netcatAUR, openbsd-netcat-gitAUR, gnu-netcat-svnAUR, gnu-netcat, openbsd-netcat)
- pi-hole-ftlAUR
- procps-ng (procps-ng-gitAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR)
Required by (3)
- padd-git (requires pi-hole-server)
- pi-hole-whitelist-git (requires pi-hole-server) (optional)
- pi-hole-whitelist-git (requires pi-hole-standalone) (optional)
Sources (10)
- https://raw.githubusercontent.com/max72bra/pi-hole-core-archlinux-customization/main/arch-core-6.0.6-1.patch
- mimic_basic-install.sh
- mimic_setupVars.conf.sh
- pi-hole-core-6.0.6.tar.gz
- pi-hole-gravity.service
- pi-hole-gravity.timer
- pi-hole-logtruncate.service
- pi-hole-logtruncate.timer
- pi-hole.tmpfile
- piholeDebug.sh
Latest Comments
« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 87 Next › Last »
PS0 commented on 2020-08-24 19:46 (UTC)
Taijian commented on 2020-08-12 08:37 (UTC)
Reporting back: I have disabled pi-hole-logtruncate.timer
on my server and instead copied /etc/pihole/logrotate
to /etc/logrotate.d
.
Works! No conflict, logs got rotated.
One thing though: In order to keep the old behaviour of daily log rotation, the entry for pihole-ftl.log needs to be changed from 'weekly' to 'daily'.
eh8 commented on 2020-08-12 02:18 (UTC)
@Taijian I didn't pick up on this until you mentioned. I have modified my pi-hole-logtruncate.timer
file to run at a non-intersecting time with logrotate.timer
Taijian commented on 2020-08-11 10:28 (UTC) (edited on 2020-08-11 10:29 (UTC) by Taijian)
@max.bra & @grayski:
I am noticing a persistent issue on my pihole-server (which is also running various other services for me), namely that logrotate.service will regularly fail because of a concurrency issue with both logrotate.service
and pi-hole-logtruncate.service
attempting to execute the logrotate binary at the same time.
This got me thinking: Wouldn't it be a more 'clean' approach to scrap pi-hole-logtruncate.{service,timer} and instead add a proper config-snippet into /etc/logrotate.d/
?
EDIT: speeeling is hrad!
k.w commented on 2020-08-10 09:01 (UTC)
@krupan yes, base-devel
is needed for AUR. See https://wiki.archlinux.org/index.php/Aur#Getting_started
wingsuit commented on 2020-07-31 23:17 (UTC)
@graysky No tried on various cleared browsers. Seem to be having a lot of database related issues, many stats aren't showing up. Will try a fresh install.
graysky commented on 2020-07-31 12:41 (UTC)
@wingsuit - Browser cache? See recent discussion belo.
wingsuit commented on 2020-07-31 11:38 (UTC) (edited on 2020-07-31 11:41 (UTC) by wingsuit)
Dashboard completely empty after upgrade, no more graphs or anything, any ideas?
Also, when going to the Group tab I get "DataTables warning: table id=groupsTable - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1"
max.bra commented on 2020-07-19 07:01 (UTC)
@adityaruplaha all is funcional here, but i'm on lighttpd
adityaruplaha commented on 2020-07-19 04:04 (UTC) (edited on 2020-07-19 06:46 (UTC) by adityaruplaha)
Issue: "Unable to write to readonly database". This happens for group management, Local DNS Records, etc.
Configuration: Manjaro + Apache (PHP-FPM) + PiHole 5.1
Web server user http
is in group pihole
, and /etc/pihole/gravity.db
has 'g+w' permissions.
I also asked on the PiHole forums: https://discourse.pi-hole.net/t/unable-to-write-to-a-readonly-database-pi-hole-5-x-manjaro-apache/35802?u=adityaruplaha
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.