→ Pi-Hole is a great way to protect your entire home from ads → Invest your thanks here: https://patreon.com/LinuxRenaissance Make sure to motivate me for more content by, at least, liking the vide...
…until your family complains that their favorite site has stopped working.
Pi-Hole these days allows you to create Groups so you can set certain devices to fewer or less restrictive blocklists or just leave their connection untouched entirely. Groups is basically how you solve the problem of it breaking something for someone else.
Source: Pissed off my roommate who I somehow accidentally blocked from using Google to appraise his magic cards or something.
It all just depends on the level of blocking you put in place. Basic adblock and malware lists tend to not break much if anything. It’s when you get into tracker blocking that some sites break.
I think it was specifically for mobile - I whitelisted the facebook domain (easy) but blocking various ad servers would also break functionality on the site.
I’ll definitely give those a spin when I’ve done a fresh install of pihole 6. I’ve been hesitant to do so because I don’t know how to do a fresh install easily when I’ve already used unbound to make my pi-hole a recursive DNS server and one of my pi-holes also doubles as an immich server so I have to do a lot of backing up I as of yet have been too lazy to do.
I had problems with the update on a previous pihole install already up and running with unbound and cloudflared. Did the v6 update as soon as it dropped just for some excitement. During install I did not disable lighttdp or remove it. When I started having failures to access the web portal it had to do with lighttpd running, stopping and disabling it with systemctl fixed most of my problems.
The git fsck failing showed a corrupt repository so I researched how to repair a git repository and found the tool git-repair - installed and ran this with the --force flag and this repaired the repository.
Then ran git pull and the repository was now healthy. My web UI also works now!!
Probably a silly feature request but would it be worthwhile to add a git fsck to all the pihole stores in the debug script?
To start you should go to your web admin folder at /var/www/html/admin and run a git fsck to make sure you’re having the same problem as the person above. If you get a lot of failures, its likely the same issue.
So based on this resolved thread, it looks like you need to install git-repair and then once again go to your pihole web admin interface folder at /var/www/html/admin.
Then once in that folder run git-repair --force and then when that completes run git pull. Hopefully that resolves this issue for you.
…until your family complains that their favorite site has stopped working.
Pi-Hole these days allows you to create Groups so you can set certain devices to fewer or less restrictive blocklists or just leave their connection untouched entirely. Groups is basically how you solve the problem of it breaking something for someone else.
Source: Pissed off my roommate who I somehow accidentally blocked from using Google to appraise his magic cards or something.
It all just depends on the level of blocking you put in place. Basic adblock and malware lists tend to not break much if anything. It’s when you get into tracker blocking that some sites break.
I use the OISD list for family members and I haven’t received a single complaint in years.
I might have to try that. I had pi hole set up but my gf couldn’t use facebook so I was politely asked to remove it
Whitelisting facebook was real easy. Just by checking the query log you can identify what to whitelist and single click on a button will fix it.
I think it was specifically for mobile - I whitelisted the facebook domain (easy) but blocking various ad servers would also break functionality on the site.
Hahaha my partner just started not using the wifi and didn’t tell me, I found out when her data ran out 🙄
I’d recommend setting an ad-blocking preferred DNS if the person isn’t overly tech savvy
Oh haha! My wife had a similar issue with Google and those “deals” it shows, when searching for something to buy :D
Haha. Same with mine. She was mad that she was not seeing ads everywhere as she liked to interact with them and buy stuff.
God regular people are so fucking weird haha. I just can’t wrap my mind around wanting to click on ads.
Sometimes I wonder if working in local television news for 10 years and being subjected to ads basically constantly broke something in me.
Pop up ads in the early internet days are what made me not ever want to click on an ad. Regular people must have missed that era of Internet.
Had a family member complaining that they couldn’t access “the internet” and found that they only clicked ads on google searches…
(boggle)🧠
The state of computer literacy and media literacy is appalling.
https://github.com/jacklul/pihole-updatelists + https://github.com/lovelaze/nebula-sync
I’ll definitely give those a spin when I’ve done a fresh install of pihole 6. I’ve been hesitant to do so because I don’t know how to do a fresh install easily when I’ve already used unbound to make my pi-hole a recursive DNS server and one of my pi-holes also doubles as an immich server so I have to do a lot of backing up I as of yet have been too lazy to do.
Since the update my pi-hole is stoll blocking stuff, but I can not reach the interface anymore. I’m on DietPi and use Unbound as well.
I had problems with the update on a previous pihole install already up and running with unbound and cloudflared. Did the v6 update as soon as it dropped just for some excitement. During install I did not disable lighttdp or remove it. When I started having failures to access the web portal it had to do with lighttpd running, stopping and disabling it with systemctl fixed most of my problems.
https://discourse.pi-hole.net/t/cannot-access-web-interface-after-pihole-6-update/77366/4
To start you should go to your web admin folder at
/var/www/html/admin
and run agit fsck
to make sure you’re having the same problem as the person above. If you get a lot of failures, its likely the same issue.So based on this resolved thread, it looks like you need to install
git-repair
and then once again go to your pihole web admin interface folder at/var/www/html/admin
.Then once in that folder run
git-repair --force
and then when that completes rungit pull
. Hopefully that resolves this issue for you.Thanks! This sounded very promising but I don’t get any errors from
git fsck
, so I have to keep looking for other solutions.For months my wife couldn’t download podcasts off Spotify only for me to discover it was pihole the entire time.