Unable to save settings in web GUI...get message "Wrong token! Please re-login on the Pi-hole dashboard." there are no cookie blockers and ive attempted two different browsers. attempts to change any web settings do not save.
Search Criteria
Package Details: pi-hole-core 6.1.2-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: | 120 |
Popularity: | 1.58 |
First Submitted: | 2025-02-21 17:31 (UTC) |
Last Updated: | 2025-06-05 11:48 (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, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR, sudo-rs-symlinkAUR, doas-sudo-shim-kAUR)
Required by (3)
- padd-git (requires pi-hole-server)
- pi-hole-whitelist-git (requires pi-hole-standalone) (optional)
- pi-hole-whitelist-git (requires pi-hole-server) (optional)
Sources (10)
- https://raw.githubusercontent.com/max72bra/pi-hole-core-archlinux-customization/main/arch-core-6.1.2-1.patch
- mimic_basic-install.sh
- mimic_setupVars.conf.sh
- pi-hole-core-6.1.2.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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 87 Next › Last »
dmast3r1 commented on 2022-08-22 18:17 (UTC)
max.bra commented on 2022-08-07 19:03 (UTC)
@Mettacrawer thanks for report and for the upstream patch. early applied.
Mettacrawer commented on 2022-08-07 09:20 (UTC)
This does not concern this AUR package. If you are getting a lot of log messages that go "FastCGI-stderr:PHP Notice: Undefined index: client_id in /srv/http/pihole/admin/api_db.php on line 127" there was an upstream bug that with a fix that had not been released yet. https://github.com/pi-hole/AdminLTE/pull/2267/filesv I patched api_db.php on my Pi-hole the same way as in the PR and it worked.
max.bra commented on 2022-07-13 20:06 (UTC) (edited on 2022-07-13 20:31 (UTC) by max.bra)
@adityaruplaha problem applying what setting?
Edit: nevermind. solved. thanks for reporting.
adityaruplaha commented on 2022-07-13 18:22 (UTC)
Web settings are broken as of now. The /run
files are in a different location.
There was a problem applying your settings.
Debugging information:
PHP error (2): file_get_contents(/run/pihole-FTL.port): Failed to open stream: No such file or directory in /srv/http/pihole/admin/scripts/pi-hole/php/FTL.php:36
However, changing the location does not fix things. Settings refuse to be applied.
max.bra commented on 2022-07-05 14:18 (UTC)
hi Adamsdesk. Patched: you should safely remove your symlink. Thanks a lot for reporting.
Adamsdesk commented on 2022-07-04 23:23 (UTC) (edited on 2022-07-04 23:27 (UTC) by Adamsdesk)
I recently setup a new install of pi-hole-server 5.10-1 using Nginx and noticed that the teleporter is not working from the command line (pihole -a -t) due to an invalid path being referenced. From what I've found the pihole command calls upon the /opt/pihole/webpage.sh which has an invalid path hard coded as follows.
653: php /var/www/html/admin/scripts/pi-hole/php/teleporter.php > "${filename}"
My quick work around was to create a directory and then a symbolic link as follows.
# mkdir /var/www
# ln -s /srv/http/pihole/ /var/www/html
Note: Using teleporter via the web interface works fine.
max.bra commented on 2022-05-14 12:42 (UTC)
hi kuba-orlik, FTL updated. Thanks for reporting.
kuba-orlik commented on 2022-05-14 06:28 (UTC)
I've encountered an issue with DHCP:
https://discourse.pi-hole.net/t/half-of-dns-settings-disappear/55427/2
Running install -m 644 -o pihole -g pihole /dev/null /etc/pihole/dhcp.leases
fixed the UI issue. Not sure why this file was missing.
I got the inspiration to fix it that way by studying this file:
max.bra commented on 2022-03-24 17:12 (UTC)
hi dmellado, please can you read posts from m_st (just before yours) and have your say?
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.