Hi @max.bra, sorry i was busy the last few days. Here is a ~10min log in a pastebin: https://pastebin.com/yNc22FA5. Im using LEDE with disabled rebind protection. The clients get the pihole IP addresses for ipv4 and v6 directly trough the router interface settings (for example: 6,192.168.x.x). Dnsmasq on LEDE resolve only for the device itself. Like i said everything run fine, beside the webpage not showing all dns resolvers under "Forward Destinations". It did the release before. It must have something to do with recent changes.
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 .. 52 53 54 55 56 57 58 59 60 61 62 .. 82 Next › Last »
BIGFAT commented on 2018-03-14 17:10 (UTC)
max.bra commented on 2018-03-01 06:59 (UTC) (edited on 2018-03-01 07:00 (UTC) by max.bra)
Hi Flat, gravity_CheckDNSResolutionAvailable() look for pi.hole as a lookup domain. dnsmasq (via addn-hosts=/etc/pihole/local.list) is awared of that hostname. if you don't use localhost as resolver you need to update your /etc/hosts with 127.0.0.1 pi.hole
Flat commented on 2018-03-01 01:43 (UTC)
This bug https://github.com/pi-hole/pi-hole/issues/1801 doesn't appear to be fixed. I've setup pihole according to the wiki and the blocklists would not update until I set /etc/resolv.conf to 127.0.0.1, can anyone else confirm this bug is still an issue for at least arch?
max.bra commented on 2018-02-27 07:52 (UTC)
@BIGFAT Hi Bigfat, sorry for late replay. Not using that option, can you please pastebin an excerpt of your /run/log/pihole/pihole.log, especially theforward lines? And what is your router?
BIGFAT commented on 2018-02-26 19:07 (UTC)
Hi, i have a small problem: Im using several dns server with the "all-servers" option to augment the performance. But the gui doesnt show any of them beside local under "Forward Destinations". Pihole logs show me that all dns get queries and beside that, pihole is working without any issue. Any Idea how i can fix this cosmetic "bug"? Greeting and thank you for the good work.
ChuckHL commented on 2018-02-24 05:19 (UTC) (edited on 2018-02-24 05:29 (UTC) by ChuckHL)
First of all, thanks for your updates and keeping this app updated (i really love pi-hole).
Edit: I asked about two errors that you had already addressed in the installation instructions.
Thanks for everything. I love this app. Thumbs up.
max.bra commented on 2018-02-16 15:37 (UTC)
@ryan updated! thanks for reporting.
ryanpetrello commented on 2018-02-16 14:50 (UTC) (edited on 2018-02-16 14:50 (UTC) by ryanpetrello)
@max.bra
Looks like a change in dnsmasq log format requirements:
https://github.com/pi-hole/pi-hole/issues/1956#issuecomment-366253763
https://github.com/pi-hole/pi-hole/issues/1956#issuecomment-366255479
Configuring dnsmasq with log-queries=extra
100% solved the problem for me. Maybe we could update the wiki?
max.bra commented on 2018-02-16 14:33 (UTC)
@ryanpetrello my dnsmasq log format is standard and the id is parsed correctly
are you on arm or x86_64? is your archlinux official? what's in your locale.conf? 'locale' output?
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.