-
Notifications
You must be signed in to change notification settings - Fork 33
Docker container dies immediately on Raspberry Zero #23
Comments
@KarlBaumann do you have any more debugging info? |
Not really, I am new to Docker so I did not know how to debug it better. |
Thanks that would be of great help. |
okay, after I set it up again, what would be the steps to get more debugging info? |
try to run the docker container and run docker logs. |
Logs are compleately empty. I also do not see any messages in /var/log/messages about OOM killer, so it must be something else. Could it be that that Docker image is simply not compatible with Pi Zero? Has anyone ever tested it? |
its an armv7 processor? |
interesting, which image did it download can you inspect the docker image kerberos/kerberos |
Thanks what happens if you just do docker run -p 80:80 -p 8889:8889 kerberos/kerberos. |
cann you try this image? (using the tag, kerberos/kerberos:linux-armv7) |
Compleately the same with that image |
will look into this @KarlBaumann |
Hi, I have a whole bunch of Raspberry Pi Zero Ws. And I am very psyched about getting kerberos.io working with them using Docker. |
FWIW... I opened this on Surý's bug tracker: |
thanks @dbwest yes we still need to add support for ARMv6, thanks for helping ;) |
Wow, immediately heard back that there is no support and no intention to support armv6 from Surý. I am seeing if a Raspian base image is a thing because there is an ArmPort for Raspian that supports hard-float and targets armv6. |
Ok, maybe we might need to create an exception for this, and create an additional Dockerfile?
… On 27 Aug 2020, at 15:45, David West ***@***.***> wrote:
Wow, immediately heard back that there is no support and no intention to support armv6 from Surý. I am seeing if a Raspian base image is a thing because there is an ArmPort for Raspian that supports hard-float and targets armv6.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub <#23 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AALZUG35VWMIAF6RA5MPV2TSCZPP3ANCNFSM4KSENSZQ>.
|
That sounds good. I am doing some sort of hackery now where I changed the Dockerfile in my fork. Build is here and going now. It has at least gotten to the NASM bit with some changes to use Raspbian and get Node differently: You are right about an additional Dockerfile, or something better organized than what I am trying now. Provided this builds and pushes to my Dockerhub, I'll test it on some hardware. The rest is organization and preferences and I'll leave the direction up to you on how to organize and fold it in to the upstream if desired. |
That would be great @dbwest let me know if you need help or would get stuck. More then happy to help! |
So it looks like it built. |
WONDERFUL! share with me your findings ;)
… On 27 Aug 2020, at 20:40, David West ***@***.***> wrote:
So it looks like it built.
I am going to try deploying it to the pi zero w I want to use with kerberos.io, and if it works I will tidy this up and do a pull request with a new Dockerfile and submit for review.
https://hub.docker.com/repository/docker/dbwest/kerberos-io <https://hub.docker.com/repository/docker/dbwest/kerberos-io>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub <#23 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AALZUG7UN4D3UKU3X4YP4ITSC2SBBANCNFSM4KSENSZQ>.
|
I deployed it and there are still problems. Attaching the log FWIW. I tried deploying to balena.io with this repo: https://github.com/dbwest/kerberos Logs attached from the failing service... I'll hook up the Pi Zero W soon, after I finish some other things I have to do, and get some debugging in with the image I uploaded to Docker hub, maybe by supressing the entrypoint and going into the container without it and trying to start things up inside and poke around. |
Thanks for sharing ;) Can you show contents of
|
I poked around more in that container, and although |
@dbwest thanks, let us know if you have any break through ;) |
@dbwest not sure if already changed something? I have some time to elaborate on this issue. |
How is this handled on KiOS, that works with RPi Zero W no problem? |
The text was updated successfully, but these errors were encountered: