Skip to content
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

albyhub docker start fails with exec err 255 #853

Closed
kja999 opened this issue Dec 6, 2024 · 3 comments
Closed

albyhub docker start fails with exec err 255 #853

kja999 opened this issue Dec 6, 2024 · 3 comments

Comments

@kja999
Copy link

kja999 commented Dec 6, 2024

I can no longer start the albyhub container, always with the below error
Running on pi5,
uname -a
Linux btcpi5 6.6.62+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux

sudo docker compose --verbose up

TRAC[0000] Docker Desktop integration not enabled
[+] Running 1/0
✔ Container albyhub Created 0.0s
Attaching to albyhub
albyhub | exec /bin/main: exec format error
albyhub exited with code 255
DEBU[0000] otel error error=""
DEBU[0000] otel error error=""

I have tried reverting to older images but the error remains the same

@rolznz
Copy link
Contributor

rolznz commented Dec 9, 2024

Hi, it looks like the executable is wrong for your architecture, which is weird, since docker build supports arm64.

What command do you use to run it? and it used to work?

@rolznz
Copy link
Contributor

rolznz commented Dec 9, 2024

What backend are you using, is this Phoenix?

@kja999
Copy link
Author

kja999 commented Dec 9, 2024

Hey,
The prompt for the command was good. Found when I first ran it and setup, I used a docker run command, and not the compose.
The default compose file had a platform entry I hadn't noticed so forced amd64.

@kja999 kja999 closed this as completed Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants