-
Notifications
You must be signed in to change notification settings - Fork 161
Raspberry Pi standard_init_linux.go:207: exec user process caused "exec format error #108
Comments
You can try |
@zhanghongtong, why is it still not manifest listed? 🙄 |
docker run -p 8888:8888 jupyter/scipy-notebook standard_init_linux.go:207: exec user process caused "exec format error" |
@oORiggsOo What is |
@RaymondMouthaan Sorry for replying so lately, now we support the manifest list. |
I have the same error at cubietruck with ubuntu and oose/jenkins image: docker run -p 8080:8080 -p 50000:50000 -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v /var/lib/jenkins_home:/var/jenkins_home -e "DOCKER_GID_ON_HOST=999" oose/dockerjenkins via ssh: docker info WARNING: API is accessible on http://0.0.0.0:2376 without encryption. [Update 19.05.2019] Maybe the error comes from different architeture? |
@FunThomas424242 What is |
I'm seeing the same problem with orangizr when running it on a raspberrypi 3 B+ (havent figured out the issue yet though) |
I'm facing the same problem running openhab/openhab on a raspberrypi 3 B.... |
This is a image derived from jenkins/jenkins see here for the tutorial.
|
@FunThomas424242 |
Oooh sorry - you are right. I have posted into the wrong group. |
@FunThomas424242 It doesn't matter :) |
@lowdef I can't see how this has anything to do with emqx. |
@lowdef I guess the timescale/timescaledb: latest - pg10 images does not support arm64 architecture, you need to find support arm64 architecture timescale |
All getting this error on Pi 3 |
@cgd1 Which version of EMQX do you install and how do you install it? Currently we only support EMQX Edge Broker on raspberry pie |
Raspbian GNU/Linux 10 (buster) Actually it seems like application build for amd64, but I try start it on arm. |
I just ran into the same error msg in a different context, and I found that using the arm32v7 organization's docker images resolved my problem. Cf. this article: https://withblue.ink/2019/07/13/yes-you-can-run-docker-on-raspbian.html and check out the docker images here: https://hub.docker.com/u/arm32v7 |
found possible solution ... my RPi was not updated .. see here: "Docker und Raspbian auf einem Raspberry Pi - dahlen.org" https://www.dahlen.org/2019/06/docker-und-raspbian-auf-einem-raspberry-pi/ greetz 3NK1 |
Hi, @fallenangel3k |
Expected behavior
Actual behavior
running emqx/emqx:latest on a Raspberry Pi 2 Model B using Docker exits with exit status code 1. The error is
standard_init_linux.go:207: exec user process caused "exec format error"
. Check the bash output below.Test code
EMQ version
Docker image: emqx/emqx latest a3d3ce29151a
Docker version
Which docker-engine version?
System
OS: Raspbian GNU/Linux 9.8 (stretch) armv7l
Hardware
Model: Raspberry Pi 2 Model B Rev 1.1
Message to Developers/Readers
I'm a newbie with docker and MQTT. Am I doing something wrong? Is there a separate image for arm machines? Docker had automatically downloaded the emqx/emqx:latest image about half an hour back.
The text was updated successfully, but these errors were encountered: