crun icon indicating copy to clipboard operation
crun copied to clipboard

If you install libkrun-sev onto a system without /dev/sem support, crun-krun blows up.

Open rhatdan opened this issue 1 year ago • 2 comments

$ podman run --privileged --runtime=krun alpine echo hi Error: krun: failed configuring mounts for handler at phase: HANDLER_CONFIGURE_AFTER_MOUNTS: No such file or directory: OCI runtime attempted to invoke a command that was not found

$sudo dnf -y remove libkrun-sev Dependencies resolved. ... Complete!

$ podman run --privileged --runtime=krun alpine echo hi hi

rhatdan avatar Jan 13 '23 14:01 rhatdan