-
Notifications
You must be signed in to change notification settings - Fork 3.1k
standard_init_linux.go:211: exec user process caused "exec format error" #298
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
Comments
This seems to be because of the latest multi arch build, perhaps not using the right one for my Pi 4. |
I don’t have a pi 4 yet, but I’ll take a look at it tomorrow |
Thanks. Pi 4 will be an arm7 build. Can I manually specify somehow? |
I've tried latest-arm7l as per tags here: https://hub.docker.com/r/jc21/nginx-proxy-manager This doesn't seem to work, no valid dockerfile. |
Could you run ‘uname -a’ in you terminal and paste the output. Should tell me the arch and whether it’s 32 or 64 bit |
Linux gliesedocker 4.19.66-v7l+ #1253 SMP Thu Aug 15 12:02:08 BST 2019 armv7l GNU/Linux |
I suspect you've fixed something as i've just retried the :latest-armv7l tag and it's now working. :) |
I thought pi4 was armv8/arm64. A quick look at Hypriot doesn’t seem to offer different versions for Pi 2/3/4 |
By the way, that latest-armv7l tag is not version NPM 2.1.0, its the previous docker manifest version |
Ahh I see. I’ll await updates before trying the latest tag again. 👍🏼 |
Looks like the docker buildx isn't building for the correct architectures. Still looking in to it. |
Nope buildx was working as expected. The real problem is s6-overlay, I've mistakenly been using amd64 binaries for it across all architectures. Rookie move. |
Ah appreciate it, thanks for looking into this promptly. |
All done, pull either |
Working fine again, thank you! |
Hi, I'm geting a smilar error with rpi4 64 bit (using the official OS 32 bit). uname -a This are the images that I'm using: db: |
Update: I'm able to run succesfully it by using the following db image: |
Uh oh!
There was an error while loading. Please reload this page.
image: jc21/nginx-proxy-manager:latest
Describe the bug
npm app doesn't boot, with the logs showing:
standard_init_linux.go:211: exec user process caused "exec format error"
To Reproduce
docker-compose.yaml (previously worked fine until recent update)
Expected behavior
npm app boots normally
Operating System
Hypriot docker image on Pi4
The text was updated successfully, but these errors were encountered: