krunvm icon indicating copy to clipboard operation
krunvm copied to clipboard

krunvm start fails with no message

Open RossComputerGuy opened this issue 1 year ago • 1 comments

On NixOS 24.05 after fixing libkrunfw to use the kernel config on the system, everything builds fine. Got a basic policy for buildah which allows everything. krunvm create works, though krunvm start does not.

# krunvm start asahi-krun
FAIL: 1

# krunvm start asahi-krun
FAIL: 130

I've seen both errno 1 and 130 but no logs and no indication something is bad. I can run the VM manually with buildah but that is not ideal when I am trying to recreate Using microVMs for Gaming on Fedora Asahi but under NixOS.

RossComputerGuy avatar May 24 '24 22:05 RossComputerGuy

For that use case, we're pivoting from krunvm to krun.

Could you please give it a try and see if it works for you? If it doesn't, please run it after exporting RUST_LOG=debug and paste the output on an issue on that project.

slp avatar May 28 '24 12:05 slp