Hi C0rn3j, this package is not abandoned. I'm not able to update and test it at the moment (christmas holidays and broken pi *facepalm*)
Basic functionality of pi-hole are really the same (of course) but web interface (mostly) and core are very different from current package version with lots of new features and services.
It is not enough to change version number and MD5 sums.
Please, be patient...
... and pray for my pi :-)
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.85 |
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 .. 70 71 72 73 74 75 76 77 78 79 80 .. 87 Next › Last »
max.bra commented on 2016-12-27 23:07 (UTC)
C0rn3j commented on 2016-12-27 22:13 (UTC)
Tried updating it myself by changing these lines
pkgver=2.10.2
_wwwpkgver=2.2
md5sums=('eb6f32a75bdc39825119b017b79b2746'
'f10faa6542a48c78348ab6000be5db31'
But it fails like this, any ideas?
==> Sed error: sudoers setup 1
==> ERROR: A failure occurred in prepare().
ThecaTTony commented on 2016-11-25 20:20 (UTC)
Sorry, it's not a complaint, it's to improve the package. I appreciate the work you do here.
I think the best way to to solve the warnings of the .install is to hide them.
This are the modifications i made, let me know what you think about:
http://pastebin.com/r9Y1fUst
max.bra commented on 2016-11-25 09:21 (UTC) (edited on 2016-11-25 09:34 (UTC) by max.bra)
@ThecaTTony
Anything else?
> * Also pi-hole-server.install is wrong because assumes that dnsmasq.d and 01-pihole.conf exist
indeed, it's gravity.sh that assumes that. it's a little recursive problem as the package leave to the user final configuration of dnsmasq. Do you prefere i forced replace your config files?
ThecaTTony commented on 2016-11-22 21:03 (UTC) (edited on 2016-11-23 17:53 (UTC) by ThecaTTony)
Hi, thanks for packaging.
Please follow Web Application Package Guidelines at:
https://wiki.archlinux.org/index.php/Web_application_package_guidelines
* webapp should be on /usr/share/webapps/pihole
* dont force libmariadbclient lighttpd and php-cgi as mandatory dependencies. Pi-Hole can run without the need of the admin interface and/or with nginx/php-fpm as webserver.
EDIT (11/23/2016):
* Also pi-hole-server.install is wrong because assumes that dnsmasq.d and 01-pihole.conf exist:
==> Neutrino emissions detected...
cat: /etc/dnsmasq.d/01-pihole.conf: No such file or directory
cat: /etc/dnsmasq.d/01-pihole.conf: No such file or directory
/usr/bin/pihole: line 126: /etc/dnsmasq.d/01-pihole.conf: No such file or directory
cat: /etc/dnsmasq.d/01-pihole.conf: No such file or directory
cat: /etc/dnsmasq.d/01-pihole.conf: No such file or directory
/usr/bin/pihole: line 126: /etc/dnsmasq.d/01-pihole.conf: No such file or directory
<deleted-account> commented on 2016-11-18 07:09 (UTC)
Hey, great packaging! This is Dan, one of the Pi-hole developers. Send me an email at dan.schaper@pi-hole.net (my key is 712CEDA). We'd like to see about collaborating a bit and helping out if we can.
max.bra commented on 2016-11-03 07:05 (UTC)
@tdlk
i agree. seems that pihole project, sooner or later, want to implement log history management. secretly hoping for sqlite.
tdkl commented on 2016-11-02 16:45 (UTC) (edited on 2016-11-02 16:47 (UTC) by tdkl)
> hi tdkl,
> upstream added mod_auth to lighttpd modules, probably for future purpose.
> mod_auth need libmariadbclient.
Ah yeah, that made sense. I've skipped the inclusion of the mod_auth in my conf. Also I hope they won't make something stupid like making it mandatory for pi-hole to use a SQL database, because that running a RDBMS would kill its usage on low memory ARM devices.
max.bra commented on 2016-11-02 08:44 (UTC)
The bill is on me. :-D
slip commented on 2016-11-02 08:43 (UTC)
Nevermind, that last one was an error on my part. IT'S ALL FIXED! Let's go get a pint!
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.