Package Details: pi-hole-server 5.18.3-4

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.50
First Submitted: 2016-01-13 12:50 (UTC)
Last Updated: 2024-08-10 12:32 (UTC)

Dependencies (18)

Required by (2)

Sources (15)

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.

Latest Comments

« First ‹ Previous 1 .. 72 73 74 75 76 77 78 79 80 81 82 Next › Last »

bolorino commented on 2016-02-29 21:28 (UTC) (edited on 2016-02-29 21:32 (UTC) by bolorino)

Well. More likely to be me using nginx along with lighttpd, which should not be neccesary in my setup. Will check. Edit one word.

bolorino commented on 2016-02-29 21:23 (UTC)

@max.bra: Wow! Fast. Thank you :-) There are some problems with the panel not showing the information and empty widgets. It seems to be related to open_basedir restrictions. The paths are: /etc/pihole/gravity.list /run/log/pihole.log I will check my PHP config and the lighthttp one.

max.bra commented on 2016-02-29 21:05 (UTC)

aaargh! i was really fall behind with php interface!! thanks for reporting. updated: let me know if something is not working.

bolorino commented on 2016-02-29 19:02 (UTC)

There is a nice update for the Admin panel (AdminLTE), 1.0.1: https://pi-hole.net/pi-hole-2-5-3-released/ Would it be possible to include it with the pi-hole v2.5.3? Thanks!

max.bra commented on 2016-02-18 12:49 (UTC)

> But I guess it's better to leave LC_TIME to en_US.UTF-8 to avoid problems shown today with the capital letter for the month. sure! > Regarding the subliminal package, it's a python package that requires some other python packages, which some failed to compile because I didn't have the proper locale set at the time. if they are so squeamish you can apply the LC_*DUMMY*=C %command% trick to configure and or make commands of their PKGBUILDs

tdkl commented on 2016-02-18 12:41 (UTC)

@max.bra: good news, the reboot seems to have worked, now also the admin site displays the numbers. Guess the good ol' reboot saves the day. Thanks again ! Regarding the subliminal package, it's a python package that requires some other python packages, which some failed to compile because I didn't have the proper locale set at the time. So when I looked into setting the locale, I changed them mostly to my country UTF-8 locale, only LC_COLLATE was left at C. But I guess it's better to leave LC_TIME to en_US.UTF-8 to avoid problems shown today with the capital letter for the month.

max.bra commented on 2016-02-18 12:30 (UTC)

... continued maybe you should force locale for that subliminal package... standard wins!!

max.bra commented on 2016-02-18 12:27 (UTC)

@tdkl for system wide locale changes you should apply a reboot problem is not your locale, but dnsmasq that seems not to honor it let's see what happens when you apply all your relevant locales to a standard en_US.UTF-8 and reboot your pogo...

tdkl commented on 2016-02-18 12:11 (UTC)

@max.bra: Interestingly if I set LC_TIME to default LANG which is en_US.UTF-8: [tdkl@pogo system]$ locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_TIME="en_US.UTF-8" LC_COLLATE=C LC_ALL= The default chronometer.sh still works: [tdkl@pogo system]$ /usr/bin/chronometer.sh -j {"domains_being_blocked":"145791","dns_queries_today":"4971","ads_blocked_today":"340","ads_percentage_today":"6.83"} But the admin website displays 0 again. If I add your change to display date with C in chronometer.sh, the website works. This is really odd because the JSON output clearly gives out the numbers, but website doesn't display them.

tdkl commented on 2016-02-18 11:47 (UTC)

@max.bra: sweet, this displays the date with capital letter and DNS queries and blocked % is displayed again :] Thanks a lot. I don't imagine you'll set this to chronometer.sh for everyone though. Do you suggest I change the LC_TIME locale back to C, so I don't have to edit the chronometer.sh at each update ?