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

"write pipe: bad file descriptor" on aarch64 #8

Closed
vielmetti opened this issue Oct 19, 2016 · 3 comments
Closed

"write pipe: bad file descriptor" on aarch64 #8

vielmetti opened this issue Oct 19, 2016 · 3 comments

Comments

@vielmetti
Copy link

Environment: multicore ARMv8 machine running Ubuntu 16.04.

Trying to follow directions, and I get this:

emv@armv8hello:~$ docker run --rm --privileged multiarch/qemu-user-static:register
Unable to find image 'multiarch/qemu-user-static:register' locally
register: Pulling from multiarch/qemu-user-static
8ddc19f16526: Already exists 
5ac0057b3331: Pull complete 
Digest: sha256:ee56b87e8debafb7c6ed2a2d2b7c2b5f9d471e4bee0cb84956f97d0316f4bc59
Status: Downloaded newer image for multiarch/qemu-user-static:register
write pipe: bad file descriptor

I have a feeling I'm missing something, perhaps a longer README about getting started.

thanks!

Ed

@junaruga
Copy link
Member

Currently "multiarch/qemu-user-static" does not support aarch64 as a host architecture.
We needs to add new implementation for that. I am considering to add the feature. But not soon.
You can check this similar project: https://github.com/dbhi/qus

@umarcor
Copy link

umarcor commented Aug 9, 2019

Hi @vielmetti! As @junaruga suggested, you can use images provided by project dbhi/qus:

# Clean any previously registered interpreter
docker run --rm --privileged aptman/qus -- -r

# Register interpreter for amd64 on an aarch64 host
docker run --rm --privileged aptman/qus -s -- -p amd64

# Build/run your docker images
docker run --rm -it amd64/ubuntu bash -c 'uname -m'

/cc @anandkolli

@junaruga, maybe close this and #36 as duplicates of #77?

@junaruga
Copy link
Member

@umarcor thanks for sharing the examples! Yes, let's close this ticket because of the duplicated ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants