-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pi-hole-multiarch:v3.2.1_debian_armhf not starting on Pi B #218
Comments
Try adding the environment variable PH_VERBOSE=1 to your container start. It should turn on debugging for some of the startup scripts. |
Does this look anything like #217 ? |
New *_dev tags are out for multiarch with #211 changes |
Hi @diginc, Apologies for the delay in getting back to you. I am not able to test at the moment due to being on the road. Will give it a test report back once I get back. |
I'm having the same issue with an RPiB on the newest dev image.
|
set a docker run environment variable to PH_VERBOSE=1 and it should show you why |
Here is my docker run: This is what I get in docker logs pihole:
|
Getting the same error on my rpi0 from a fresh pull of both diginc/pi-hole-multiarch:debian_armhf and debian_armhf_dev
Adding the environment variable doesn't seem to give any extra detail when querying the container log. This issue isn't present with the same docker run commands when using the old diginc/pi-hole:arm_v3.1 tag Docker version below:
Run commands:
|
Just to add to this, I ran with
Hardware is a Raspberry Pi Model B Rev 2 and I'm trying v3.2.1_debian_armhf |
I got the exact same problem. Is there any progress on this? |
same here. any one find a fix? |
It didn't click with me until I saw Armv6 in Kevin's comment. The images I'm able to build virtually in the cloud are limited to ARMv7+ / ARMHF unfortunately. The ReadMe is a little misleading since the install docker step for raspberry Pi says
but the ARMHF image is not Armv6 compatible. Although docker installs on armv6 my image won't work on it because ARMHF != ARMV6. I had previously brought up that there maybe some hope for the older armv6 architectures by using armel. That issue also has some more details about why I'm not shipping anything but armhf images, rather than repeat it all here I ask you look #116 over. |
hey all, fyi, that's my setup: kernel and os :
docker:
docker logs after startup with '-e PH_VERBOSE=1'
|
Please +1 / 👍 on this issue #245 - it's a successor / fix for this issue. I've been working on making sure things are ready for the next big pi-hole release but that's nearly complete so I may have some time to work on the ARMEL/v6 version. |
Docker Pi-hole does not support Raspberry Pi 1 Model B+ Ref.: pi-hole/docker-pi-hole#218 pi-hole/docker-pi-hole#245
Closing due to being related about a very old tag. Copy pasting the below from elsewhere: I've not yet been able to test this, but we added |
Using the diginc/pi-hole-multiarch:v3.2.1_debian_armhf build, my container is restarting approximately every 20 seconds.
The mapped volumes are created but are empty.
Any ideas?
Docker log:
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] 01-resolver-resolv: applying...
[fix-attrs.d] 01-resolver-resolv: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 20-start.sh: executing...
[cont-init.d] 20-start.sh: exited 267.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
The text was updated successfully, but these errors were encountered: