This should include psmisc
as a dependency, /usr/bin/pihole
references killall
which is included in psmisc
.
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.56 |
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 .. 43 44 45 46 47 48 49 50 51 52 53 .. 87 Next › Last »
wshuman3 commented on 2019-04-07 16:29 (UTC) (edited on 2019-04-07 16:30 (UTC) by wshuman3)
max.bra commented on 2019-02-19 20:33 (UTC)
I was just wondering if the problem was only on ftl... :-D
jshap commented on 2019-02-19 20:27 (UTC) (edited on 2019-02-19 20:27 (UTC) by jshap)
same issues as in pi-hole-ftl
, the raw.github.com/max72bra/... links in the PKGBUILD need instead to be raw.githubusercontent.com/max72bra/...
max.bra commented on 2019-02-12 16:08 (UTC)
yes it is! "our" 01-pihole.conf is without dns server and populated during first install. upstream do the same with their install script.
i never replace conf files with .pacnew ones without a check. it's better to "human" merge them with diff like applications.
glad you solved and thanks for reporting.
mystique commented on 2019-02-12 16:06 (UTC)
@erkexzcx
dnsmasq doesn't do encrypted dns (of any type) only straight udp/tcp port 53.
You would need to use something else (dnscrypt-proxy) for the service of encrypted dns.
I would also recommend quad9 vs cloudflare, but you should do you own homework for your own reasons..
And this would be a forum thing (imho) rather than a package discussion..
My 0.02
erkexzcx commented on 2019-02-12 16:00 (UTC)
So basically what I've done was "mv /etc/dnsmasq.d/01-pihole.conf.pacnew /etc/dnsmasq.d/01-pihole.conf" and rebooted (I think). It stopped working.
Now I just executed "pihole -a setdns 8.8.8.8" and settings were overridden in pi-hole. Everything started to work fine.
But because I was using cloudflared DOH DNS service on my computer - I might guess it is the root cause, but it is not - I went to pi-hole settings and put cloudflared settings (they are "127.0.0.1#5053") and once again everything works.
So probably the root cause was messing with "/etc/dnsmasq.d/01-pihole.conf.pacnew"... :)
erkexzcx commented on 2019-02-12 11:55 (UTC)
Sure thing. Will check!
max.bra commented on 2019-02-12 08:44 (UTC) (edited on 2019-02-12 08:44 (UTC) by max.bra)
@erkexzcx oh, about wiki changes: as stated above the server package is not officially upstream supported as the standalone version is.
max.bra commented on 2019-02-12 08:42 (UTC)
@erkexzcx rev. 3 changes cannot lead to DNS resolution loss. i recommend you to check your .pacnew files and this (https://wiki.archlinux.org/index.php/Pi-hole#/etc/hosts)
erkexzcx commented on 2019-02-12 07:17 (UTC)
Looks like pi-hole-server 4.2.1-3 no longer works as DNS server. pi-hole-server 4.2.1-2 worked fine. Now my DNS queries are not being resolved by Pi-Hole.
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.