@max.bra Yes, at the moment it is commented. I tried with and without a semicolon.
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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 87 Next › Last »
erion commented on 2020-05-12 07:07 (UTC)
max.bra commented on 2020-05-12 06:43 (UTC)
@erion you mean "COMMENTED the open_basedir directive" right?
i wrote:
; open_basedir =
note: semicolor
erion commented on 2020-05-12 04:36 (UTC)
Yes, I have. Sqlite and pdo_sqlite are enabled, as well as sockets, and I have uncommented the open_basedir directive. It has an empty value.
k.w commented on 2020-05-11 20:19 (UTC)
@erion did you see the new required config for php-fpm
since 7.4?
https://wiki.archlinux.org/index.php/Pi-hole#Nginx_instead_of_Lighttpd
max.bra commented on 2020-05-11 19:34 (UTC)
@Mettacrawer Does this package seem pi-hole-ftl to you?
Mettacrawer commented on 2020-05-11 18:57 (UTC)
/usr/lib/libnettle.so.7 was upgraded to /usr/lib/libnettle.so.8
/usr/bin/pihole-FTL was linked against /usr/lib/libnettle.so.7 so it would not start until I rebuilt the pi-hole-server package with yay -S --rebuild pi-hole-ftl
Simply running yay -Suy was not good enough.
Please add dependencies for the shared libraries that this package uses. Thanks
erion commented on 2020-05-11 18:25 (UTC)
@max.bra No dice. I've done the following:
- *gpasswd -a http pihole
- reboot.
- Restart web browser.
- At this point, groups http correctly outputs: pihole http
- After logging in and trying to add an adlist, I am still getting the "unable to write a read-only database" error.
max.bra commented on 2020-05-11 18:05 (UTC)
@iyedoost -r pihole option is not present into this package
@erion assumed you are using lighttpd or nginx, add http user to pihole group with method you prefer, then restart your web browser and try again.
erion commented on 2020-05-11 18:02 (UTC)
@iyedoost As far as I know, this is executed when pihole -g is ran for the first time for v5. Nonetheless, I tried, unfortunately no change.
erion commented on 2020-05-11 17:56 (UTC)
Sorry, I meant groups http.
Unfortunately, I did not see pihole in its output, even after a restart.
Testing it right now, and for some reason typing groups on its own, then groups http now lists pihole as expected. Unfortunately, the read-only database issue is not solved by this, so my scenario must be different compared to what the upstream devs had suggested for someone else.
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.