-
Notifications
You must be signed in to change notification settings - Fork 373
Is qemu-system-x86_64 or qemu-lite-system-x86_64 in kata-containers configuration.toml #293
Comments
Thanks for raising this. I'm slightly confused though - the error states that you do not have qemu installed. The developer guide does state that you need to install That said, we do need to update the dev guide now that we also support vanilla qemu (see #119). I've raised kata-containers/documentation#67 to deal with this. |
Thank you for your answer. I did not install qemu, just install qemu-lite package according to above guide. That said, qemu-lite can also work , but it has been dropped. |
Oh sorry, I see what you mean now. I'll try to update the dev guide today to avoid this confusion... |
Hi @gnodli - are you happy for this issue to be closed when kata-containers/documentation#68 lands? |
Now I understand,thank you very much |
Update the runtime to use qemu-lite by default. After a build this will be observed as the default in configuration.toml. Fixes: #293 Signed-off-by: Eric Ernst <[email protected]>
Update the runtime to use qemu-lite by default. After a build this will be observed as the default in configuration.toml. Fixes: #293 Signed-off-by: Eric Ernst <[email protected]>
Update the runtime to use qemu-lite by default. After a build this will be observed as the default in configuration.toml. Fixes: #293 Depends-on: github.com/kata-containers/tests#308 Signed-off-by: Eric Ernst <[email protected]>
Update the runtime to use qemu-lite by default. After a build this will be observed as the default in configuration.toml Fixes: #293 Depends-on: github.com/kata-containers/tests#308 Signed-off-by: Eric Ernst <[email protected]>
Update the runtime to use qemu-lite by default. After a build this will be observed as the default in configuration.toml Fixes: #293 Depends-on: github.com/kata-containers/tests#308 Signed-off-by: Eric Ernst <[email protected]>
Update the runtime to use qemu-lite by default. After a build this will be observed as the default in configuration.toml Fixes: #293 Depends-on: github.com/kata-containers/tests#308 Signed-off-by: Eric Ernst <[email protected]>
Configuration looks for qemu-lite but snap package has qemu bin and bam! you can't change conf file because snaps are read only that's why i love snap, reveals the lazy, pain in the ass software at early stage. Issue is still there but issue is closed what should i do? i know $sudo snap remove kata-containers --never-look-back |
I think we should provide qemu-lite snap package as well cc @devimc . |
@urbandroid is right: the
but, strangely, this doesn't do us any good, because kata is looking for
|
@bergwolf Or just use Either way, if |
agent: Add sandbox level reference counter for sandbox storage
Description of problem
I follow Developer-Guide.md
conditions:
-default runtime is kata-runtime
when I use below command to start a container, which return an error
sudo docker run -ti busybox sh
Expected result
start a busybox container
Actual result
output:
Finally, I found the QEMU version should be qemu-lite, and the dir of
/usr/bin/
only have qemu-lite-system-x86_64。 Then, I change the qemu-system-x86_64 to qemu-lite-system-x86_64, it works.The text was updated successfully, but these errors were encountered: