@graysky i will but this is a generic linux configuration issue that has nothing to do with pi-hole.
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: | 1.89 |
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 .. 48 49 50 51 52 53 54 55 56 57 58 .. 87 Next › Last »
max.bra commented on 2018-11-28 09:09 (UTC)
graysky commented on 2018-11-28 09:05 (UTC) (edited on 2018-11-28 09:06 (UTC) by graysky)
@max.bra - You might want to comment on that github issue. I found it by googling the error so it's reasonable to think that others will too.
Also, filesystem-2018.8-1 ships with an empty /etc/hosts
max.bra commented on 2018-11-28 08:00 (UTC) (edited on 2018-11-28 08:05 (UTC) by max.bra)
yes but that comments are not correct.
$ cat /etc/resolv.conf
# Generated by resolvconf
search domain.local
nameserver 127.0.0.1
assuming 'archpi' as the local hostname
$ cat /etc/hosts
127.0.0.1 localhost.domain.local localhost
::1 localhost.domain.local localhost
<lanip_v4> archpi.domain.local archpi
<lanip_v6> archpi.domain.local archpi
127.0.0.1 is localhost and should never be the hostname
edit: corrected localhost domain
graysky commented on 2018-11-27 20:06 (UTC) (edited on 2018-11-27 22:22 (UTC) by graysky)
This is affecting out package: https://github.com/pi-hole/pi-hole/issues/1800
% pihole -g
[✗] DNS resolution is currently unavailable
[i] Time until retry: 85
The solution is to add an entry to /etc/hosts
BUT doing so breaks the ability of the webui to resolve local IP addresses to local hostnames, at least with my setup.
Others?
max.bra commented on 2018-10-29 08:17 (UTC) (edited on 2018-10-29 08:18 (UTC) by max.bra)
hi lmhp82, do you have some free ram memory and/or some swap? it seems you have reached some kind of limit in your box.
free -m
ulimit -a
will help you to find out your problem.
lmhp82 commented on 2018-10-29 00:59 (UTC)
I’m running pi-hole on a Raspberry Pi Zero W on Arch Linux. Everything seems to be running correctly except when running pihole -g
Expected Behaviour: Update ad serving domains
Actual Behaviour: $ pihole -g [i] Neutrino emissions detected… /opt/pihole/gravity.sh: xmalloc: cannot allocate 93249269 bytes /opt/pihole/gravity.sh: xrealloc: cannot allocate 94812160 bytes $
Debug Token: Pi-hole debug options are disabled.
ArchLinux distribution of Pi-hole is not supported by official project and this debug report CAN NOT be uploaded to their debug team. Follow instructions carefully on the project wiki page (https://wiki.archlinux.org/index.php/Pi-hole 1) and please refer to AUR package web page for support and debugging (https://aur.archlinux.org/packages/pi-hole-server 1).
max.bra commented on 2018-10-15 15:52 (UTC)
no, FTL should not remain stopped. pihole script "unlink" blocklists and restart FTL (dnsmasq) to block zero IP, wait for requested timeout then "relink" blocklists and restart FTL again to reload blocked IPs.
my web admin page show 0 domain blocked, the countdown and meantime all is usable.
any syslog relevant? are you in a container?
graysky commented on 2018-10-15 14:34 (UTC) (edited on 2018-10-15 14:36 (UTC) by graysky)
@max.bra - If I hit the 'disable for 5 minutes' the entire web GUI freezes up for about 25 seconds. When it unfreezes, I show 0 domains on the block list and FTL is offline (the offline bit is expected, no)? When 5 min is up, FTL reloads and the normal amount of blocklisted domains returns.
max.bra commented on 2018-10-15 13:52 (UTC)
@graysky seems to work here. your behavior?
graysky commented on 2018-10-15 12:11 (UTC)
@max.bra - Any thoughts on how to get the "disable pihole for xxx min" to work under 4.x?
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.