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

standard_init_linux.go:211: exec user process caused "exec format error" #17

Open
sunjam opened this issue Sep 7, 2020 · 1 comment

Comments

@sunjam
Copy link

sunjam commented Sep 7, 2020

Attempting to install on arm64 Odroid C2

docker run --volume="$PWD:/srv/obmin" -p 80:8088 -it obmin/obmin

standard_init_linux.go:211: exec user process caused "exec format error"
failed to resize tty, using default size

@konkor
Copy link
Owner

konkor commented Sep 8, 2020

@sunjam Looks like it's dockerhub issue, docker doesn't pass platform arch automatically. I've never tried docker on arm/RPi before... If you still want to run it you should build docker image on your platform:

git clone https://github.com/konkor/obmin-docker.git
cd obmin-docker
docker build -t obmin .

... and run it with just obmin name. obmin/obmin is for dockerhub version which seems x86_64 by default.

BTW: it's not designed for such use cases. It's for desktop usage mostly with gtk frontends. Looks like for the docker version it should be without them. You can always contribute to the project if you're really interested.

You can run it without installer or docker images on your host system at all!!! It's the best option for you.

Thanks for the report!

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