@erion try 'pihole -g -r' in command line
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: | 2.73 |
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, sudo-rs-symlinkAUR)
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 .. 33 34 35 36 37 38 39 40 41 42 43 .. 87 Next › Last »
ahbanavi commented on 2020-05-11 17:55 (UTC)
max.bra commented on 2020-05-11 17:47 (UTC)
"groups http" will return http and pihole. groups pihole not.
restart your web server or reboot.
erion commented on 2020-05-11 17:43 (UTC)
After installing the 5.0 update, I am trying to add a new adlist, but I get:
Error: Something went wrong while executing: Attempt to write a read-only database.
/etc/pihole is owned by the user pihole. My web server (Caddy) runs under http, which is added to the pihole group.
Interestingly, when I use gpasswd or usermod to add http to the pihole group, and execute the groups pihole command afterwards, I don't see http listed, however, deleting the user from the group works as expected.
Any ideas about what could be wrong?
ahbanavi commented on 2020-05-11 16:32 (UTC) (edited on 2020-05-11 16:33 (UTC) by ahbanavi)
@max.bra You're AWESOME That fix the problem. Thank you ;)
max.bra commented on 2020-05-11 16:21 (UTC)
@iyedoost open_basedir has nothing to do with web servers, it's a configuration of your php. please edit your /etc/php/php.ini and unset your open_basedir directive:
;open_basedir =
note: since this package has never edited php.ini, you have edited and modified your open_basedir directive.
ahbanavi commented on 2020-05-11 16:13 (UTC)
max.bra I add that dir (apache log) to php.ini and I'm still see this error. and pihole still don't have any adlist: https://imgur.com/al5H5IQ
you think it might be lighttpd problem? and i shoud replace it with apache?
Taijian commented on 2020-05-11 15:36 (UTC)
suggestion for v5: Maybe you could add an optdepend on php-sqlite?
People who are using this with php-fpm via nginx/apache will otherwise be unable to access the database settings from the web interface.
ahbanavi commented on 2020-05-11 15:32 (UTC)
@max.bra I'm using lighttpd and in wiki page "/var/log/apache2/error.log" is not in the list.
right now pi-hole ver 5 block nothing at all and i cant edit adlist. see this: https://i.imgur.com/eSFG5k4.png
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.