-
Notifications
You must be signed in to change notification settings - Fork 229
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
Unknown Host QEMU IFLA Type #59
Comments
If that is any indication of problem, it also seems to have a network interface "��@" (sic) which looks a bit strange. |
@kutschkem, did you submit this issue to QEMU's bug tracker? |
@1138-4eb No, I don't think so. |
@kutschkem, I tried with version 4.0.0, and those errors seem to be fixed. Still, I get:
|
Now the qemu version is 4.1.0. Could you check it? |
@kutschkem by the way, you do not have to use multiarch project's "multiarch/ubuntu-core:arm64" container anymore. You can run standard multiarch container like this.
Could you check it on your environment? |
@junaruga Now the version is 4.2 in ubuntu 20.04, and errors exist. Unknown host QEMU_IFLA type: 54
Unknown host QEMU_IFLA type: 32820
Unknown host QEMU_IFLA type: 54
Unknown host QEMU_IFLA type: 54 BTW, The cpp compiling consumes much more time than that in host x86 PC, I don't know if it has something to do with the qemu runtime. The docker image is Thanks. |
@ZhenshengLee I don't have time to check your issue. But assuming your host environment is Ubuntu 20.04 (focal), and you are trying to run Which CPU architecture the container image is? I cannot find it, and I cannot access to the container image info page. I found this page: https://forums.developer.nvidia.com/t/tensorrt-with-nvcr-io-nvidia-l4t-base-r32-3-1-docker-image/111081 . I expect you are trying to run non-x86 container image. right? You can run it without Reading this document to install binfmt_misc, Here are the possible steps
|
This is super old, so for me it's fine to close the issue. You can also keep it open for @ZhenshengLee 's issue |
I have one application that I compile in an ubuntu-core:arm64 container that, when run inside that container, causes the following errors:
Copying the executable to an arm64 allows me to run it correctly, but on the x86_64 host, it runs but causes this error (and seems to have problems with network communication, although I am not sure it is related to this problem).
The text was updated successfully, but these errors were encountered: