To install the pi-hole on raspberry Pi and it went all well.
When i test the link provided in the above link, it says Add-Blocking enabled.
But I am not able to login to the Web console. It gives me this error and port is not listening on this device. There are no other applications installed on this raspberry pi.
I verified this post :: Cannot get pi-hole running on balena cloud - not being able to access public url
Setup all the environment variables and also the web password , still I am not able to login to the Web interface.
Thank you for any inputs to resolve this issue.
Kind regards.
We encountered an error when reaching this balena.io device:
UUID 08f93b39af429a36e8f36d938279cd92
tunneling socket could not be established: socket hang up
One possible reason is that nothing is listening on port 80 on the device.
Also, does your RPi have 1 GB of memory? Some models have only 512 MB, and lack of memory is a possible reason for occasional “service exited”. (It’s just a thought: I don’t know for sure that the Pi-Hole project requires at least 1 GB of memory.)
We have taken a look at your device, and suspect it is not well suited to this project. The architecture of an RPi 1 / Zero is slightly different (armv6) than a RPi 2 or later (armhf). As there is no pihole project for your architecture provided from upstream, you might just be incompatible in that way. The project mentions that it’s only been tested on some of the more robust RPi models:
Raspberry Pi 2/3B/B+ (older devices might work, but we’ve not tested them)
If you have a RPi 2/3B/B+, you can try pushing to that device instead!
I’ve tested the Pi-Hole project on the Zero W and I can confirm that it doesn’t work correctly.
The Pi Zero is power/memory limited and may not work properly with balena.
I would suggest following the steps on the 3rd party source. If you are up for the challenge, you can also try merging both projects together and port it to balena.
Anything let us know.
I followed the instructions from the website listed in this thread, and I did get the “line ending” errors, but the installation did not fail. The dashboard show pihole and dns
crypt running but I cannot access the pihole admin page. I will appreciate any help gettign it running
Hi @garman,
Unfortunately the Pi Zero is not considered suitable for this project. (The hardware requirements do state “not 1/Zero”) However there are some third party versions of the project mentioned earlier in the thread that may work with the Zero.
One other issue it looks like you might be experiencing is a line ending error in the 30-checktft.sh file. This can happen when using Git on Windows. One workaround is to download the zip file and unzip it yourself. You can find more details about the issue here: piHole webinterface not reachable - If you’re using the balena CLI, versions from 11.25.0 and up warn when this is occurring. It may be worthwhile to resolve this and try again although it still may not run on the Pi Zero.
I am not using a Pi Zero:
Connecting to 17945d17d0b736aafe00ca9a09989df6…
Spawning shell…
Welcome to balenaOS
=============================================================
root@17945d1:~# cat /proc/device-tree/model Raspberry Pi 2 Model B Rev 1.1root@17945d1:~#