Closed PengXuanyao closed 11 months ago
The guest image for micro-vmm is built in a containerd container, so please install runc
, containerd-shim-runc-v2
binaries and run a containerd deamon before building. If you prefer docker, use CONTAINER_RUNTIME=docker make
instead.
The guest image for micro-vmm is built in a containerd container, so please install
runc
,containerd-shim-runc-v2
binaries and run a containerd deamon before building. If you prefer docker, useCONTAINER_RUNTIME=docker make
instead.
Thanks for reply, but there is no RISCV centos:7 image, can I use ubuntu image or any other substitute image? Or any other way to build the guest image for micro-vmm( manually build it ?).
Hi, I'm afraid that Kuasar not supported running on riscv yet.
Hi, I'm afraid that Kuasar not supported running on riscv yet.
Oh, thank you. I'm trying to run it on riscv, but it seems not work. I think it needs official support. I'm gonna close this issue. If anybody has the appropriate solution, we can reopen it.
What happened?
Hi, I want to run it on my riscv hardware. I add 2 lines in vmm/sandbox/src/qemu/config.rs:46:
Add then I want to install kuasar on my riscv hardware licheepi4a using openEuler23.03, by using following instructions:
It stuck at "make all", and output info is:
It successfully compile the rust src, but stuck when running the script above.
The problem seems like
FAILED: return 1 not as expected! (ctr pull image failed!)
andctr: failed to dial "/run/containerd/containerd.sock": context deadline exceeded: connection error: desc = "transport: error while dialing: dial unix:///run/containerd/containerd.sock: timeout"
.What did you expect to happen?
I expect it can successfully
make all
andmake install
How can we reproduce it (as minimally and precisely as possible)?
install on riscv openEuler23.03:
I didn't try it on qemu, so l'm not sure does it the same on qemu-riscv64
Anything else we need to know?
No response
Dev environment
rustc 1.67.1-dev (d5a82bbd2 2023-02-07) (built from a source tarball)