@phixion YES!! really long forgotten... thanks for reporting
Search Criteria
Package Details: pi-hole-server 5.18.3-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/pi-hole-server.git (read-only, click to copy) |
---|---|
Package Base: | pi-hole-server |
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 |
Keywords: | ad block pi-hole |
Licenses: | EUPL-1.2 |
Conflicts: | pi-hole-standalone |
Submitter: | max.bra |
Maintainer: | max.bra (graysky) |
Last Packager: | max.bra |
Votes: | 112 |
Popularity: | 0.143133 |
First Submitted: | 2016-01-13 12:50 (UTC) |
Last Updated: | 2024-08-10 12:32 (UTC) |
Dependencies (18)
- bc (bc-ghAUR)
- bind-tools (bind-developmentAUR, bind-gitAUR, bind)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR)
- jq (jq-gitAUR)
- logrotate (logrotate-gitAUR, logrotate-selinuxAUR)
- lsof (lsof-gitAUR)
- netcat (nmap-netcatAUR, openbsd-netcat-gitAUR, gnu-netcat-svnAUR, gnu-netcat, openbsd-netcat)
- perl (perl-gitAUR)
- pi-hole-ftlAUR
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- lighttpd (optional) – a secure, fast, compliant and very flexible web-server
- nginx-mainline (nginx-quic-openssl-hgAUR, nginx-quic-libresslAUR) (optional) – lightweight http server
- php-cgi (optional) – CGI and FCGI SAPI for PHP needed only for lighttpd
- php-fpm (optional) – FastCGI process manager for php needed for nginx
- php-sqlite (optional) – sqlite db access for nginx
Required by (2)
- padd-git
- pi-hole-whitelist-git (optional)
Sources (15)
- 01-pihole.conf
- https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.21-4.patch
- https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.18.3-4.patch
- lighttpd.pi-hole.conf
- mimic_basic-install.sh
- mimic_setupVars.conf.sh
- nginx.pi-hole.conf
- pi-hole-gravity.service
- pi-hole-gravity.timer
- pi-hole-logtruncate.service
- pi-hole-logtruncate.timer
- pi-hole-server-admin-5.21.tar.gz
- pi-hole-server-core-5.18.3.tar.gz
- pi-hole.tmpfile
- piholeDebug.sh
Latest Comments
« First ‹ Previous 1 .. 34 35 36 37 38 39 40 41 42 43 44 .. 82 Next › Last »
max.bra commented on 2019-09-21 10:50 (UTC)
phixion commented on 2019-09-21 03:32 (UTC)
shouldn't version tag in https://aur.archlinux.org/cgit/aur.git/tree/version.patch?h=pi-hole-server#n19 and line 22 be raised to 4.3.2 ?
johnnybash commented on 2019-09-19 05:08 (UTC)
as always....you have to cleanbuild...
MagicBobert commented on 2019-09-18 23:35 (UTC)
The md5sum for arch-server-admin-4.3.patch is not correct.
==> Validating source files with md5sums...
pihole-4.3.2.tar.gz ... Passed
admin-4.3.tar.gz ... Passed
arch-server-core-4.3.2.patch ... Passed
arch-server-admin-4.3.patch ... FAILED
dnsmasq.include ... Passed
lighttpd.pi-hole.conf ... Passed
nginx.pi-hole.conf ... Passed
pi-hole.tmpfile ... Passed
pi-hole-gravity.service ... Passed
pi-hole-gravity.timer ... Passed
pi-hole-logtruncate.service ... Passed
pi-hole-logtruncate.timer ... Passed
mimic_setupVars.conf.sh ... Passed
version.patch ... Passed
piholeDebug.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
danieltetraquark commented on 2019-09-08 13:58 (UTC)
@max.bra yes, indeed. (I should have checked that)
Lighttpd will listen to ipv4 only without this setting which can lead to problems.
max.bra commented on 2019-09-08 09:47 (UTC) (edited on 2019-09-08 09:49 (UTC) by max.bra)
hi danieltetraquark, we don't have any perl script in our lighttpd package.
Do you mean?
##
## Use IPv6?
##
server.use-ipv6 = "enable"
Anyway, this package installs an example lighttpd.conf and will never overwrite your official config. You can modify yours and it will be forever.
edit: markdown
danieltetraquark commented on 2019-09-05 16:50 (UTC)
Could you add the following to the lighttpd config to enable listening to ipv4 and ipv6? Like in the upstream/debian lighttpd config
# default listening port for IPv6 falls back to the IPv4 port
include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
hakayova commented on 2019-07-19 00:03 (UTC) (edited on 2019-07-19 00:04 (UTC) by hakayova)
Thank you @max.bra. I followed your instructions and it worked. I was just relying on the AUR package for updates and assumed that when you wrote the patch to fix the issue, the package was also recreated with the patch. Maybe it was but it didn't work to re-install it via yaourt. Your method of compiling it with makepkg did. Thanks!
max.bra commented on 2019-07-18 06:22 (UTC) (edited on 2019-07-19 22:56 (UTC) by max.bra)
hi hakayova, i don't know what you mean with "I did not compile it as @max.bra recommended" but my recommendations are inside the PKGBUILD. the only way to make FTL works with nettle 3.5.x is to patch it. dot. download a snapshot (link in package AUR page), unzip and do a simple makepkg. after that i'm sure that everything will work. @all please do not rely on AUR helpers only, create your packages by hand too.
hakayova commented on 2019-07-18 04:54 (UTC) (edited on 2019-07-18 04:54 (UTC) by hakayova)
I cannot get pihole-FTL start with nettle 3.5.1-1. It runs as expected with the previous version (3.4.1-1). I did not compile it as @max.bra recommended but re-installed pi-hole-ftl from AUR package, thinking that the package may have been patched/updated, but it did not solve the problem and I had to re-downgrade the nettle to make it work again.
Pinned Comments
max.bra commented on 2018-02-09 16:45 (UTC) (edited on 2019-10-18 23:14 (UTC) by max.bra)
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.