You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: crun: executable file `nonexistent` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found
runc
127
Error: runc: runc create failed: unable to start container process: error during container init: exec: "nonexistent": executable file not found in $PATH: OCI runtime attempted to invoke a command that was not found
krun
0
Couldn't execute 'nonexistent' inside the vm: No such file or directory
$ sudo bash -c 'podman run --runtime=crun -t docker.io/library/fedora:41 nonexistent ; echo $?'
Error: crun: executable file `nonexistent` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found
127
$ sudo bash -c 'podman run --runtime=runc -t docker.io/library/fedora:41 nonexistent ; echo $?'
Error: runc: runc create failed: unable to start container process: error during container init: exec: "nonexistent": executable file not found in $PATH: OCI runtime attempted to invoke a command that was not found
127
$ sudo bash -c 'podman run --runtime=krun -t docker.io/library/fedora:41 nonexistent ; echo $?'
Couldn't execute 'nonexistent' inside the vm: No such file or directory
0
$
Uh oh!
There was an error while loading. Please reload this page.
Error: crun: executable file `nonexistent` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found
Error: runc: runc create failed: unable to start container process: error during container init: exec: "nonexistent": executable file not found in $PATH: OCI runtime attempted to invoke a command that was not found
Couldn't execute 'nonexistent' inside the vm: No such file or directory
About the system:
The text was updated successfully, but these errors were encountered: