Rabbit startup on armhf

I’ve built the armhf images, and for the most part the containers appear to startup normally. The one exception is the Rabbit container, which does not seem to launch Rabbit successfully. Here are the logs:

/home/debian/kobo-docker# docker logs kobodocker_rabbit_1

*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh…

*** Running /etc/rc.local…

*** Booting runit daemon…

*** Runit started as PID 7

Waiting for RabbitMQ to become available…

Sep 16 02:53:43 rabbit syslog-ng[14]: syslog-ng starting up; version=‘3.5.6’

*** Shutting down runit daemon (PID 7)…

*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh…

*** Running /etc/rc.local…

*** Booting runit daemon…

*** Runit started as PID 7

Waiting for RabbitMQ to become available…

Sep 16 03:07:41 rabbit syslog-ng[14]: syslog-ng starting up; version=‘3.5.6’

/home/debian/kobo-docker#

Does anyone have any iideas or suggestions for how I can troubleshoot this further?

Thanks,

Ben

Hi Ben_Whaley,

Have you had any success in rebuilding the images for it?

I’m facing a similar issue as I’m trying to run Kobo Toolbox on my Raspberry Pi 5. It seems that many of the images are designed for x86 platforms, and I’m in need of ARM-compatible images. I’ll also need to rebuild the images from GitHub - kobotoolbox/kobo-install: A command-line installer for setting up and running KoboToolbox on a remote server or local computer, using kobo-docker..

If you’ve managed to rebuild any of these images, particularly those compatible with ARM architecture (armhf), would you be able to share them (even if you haven’t resolved the problem yet)? It would be immensely helpful for me to get Kobo Toolbox running on my Raspberry Pi 5.