question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RasPi: exec user process caused "exec format error"

See original GitHub issue

System info

OS Version:

PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Docker version:

Client:
Version:           18.09.0
API version:       1.39
Go version:        go1.10.4
Git commit:        4d60db4
Built:             Wed Nov  7 00:57:21 2018
OS/Arch:           linux/arm
Experimental:      false
Server: Docker Engine - Community
Engine:
Version:          18.09.0
API version:      1.39 (minimum version 1.12)
Go version:       go1.10.4
Git commit:       4d60db4
Built:            Wed Nov  7 00:17:57 2018
OS/Arch:          linux/arm
Experimental:     false

Description

Try to run command:

docker run -d -t -p 8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth

Or:

sudo docker run -t -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth

And i see this:

standard_init_linux.go:207: exec user process caused "exec format error"

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
sr229commented, Mar 17, 2019

@catexis it seems we were running on a armhf platform, which sadly we don’t compile against, yet.

refer to #35 for progress.

1reaction
catexiscommented, Mar 22, 2019

Great to hear that! Thank you for your responce and support! I am waiting for release. If it nessasary - i can make some russian translate for docs if you need.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Raspberry PI: exec user process caused "exec format error" #2
Hi I tried to use EdgeDB on a PI (Raspbian) using Docker, but I issued with this error: root@raspberrypi:~# docker run -it --rm...
Read more >
"exec format error" when trying to start a arm64 docker image ...
I am attempting to run a arm64 docker image: https://hub.docker.com/r/florider89/joplin-server/tags on a Raspberry Pi 4 with a 64 bit Debian ...
Read more >
Raspberry-pi docker error: standard_init_linux.go:178: exec ...
The underlying issue is that the binary format used by ARM is not compatible with x86_64, which is the architecture used by most...
Read more >
exec user process caused "exec format error" - You.com
The "exec format error" is an indication that you are running a binary designed for another platform. You'll need to look at how...
Read more >
exec user process caused "exec format error"onPi3
Hi all, I can run evennia on a raspberry pi no problem but when i try and run the docker container for evennia...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found