We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app-elfloader
Trying to run the app helloworld-musl in '/lang/rust' fails with the current stable version of app-elfloader. Steps to reproduce:
helloworld-musl
$ sudo kraft run -W --memory 64M --log-level debug --initrd "../static-pie-apps/lang/c" -- "/helloworld"
Error is:
[ 0.162961] CRIT: [libvfscore] <automount.c @ 173> Failed to extract cpio archive to /: -3 [ 0.163482] ERR: [libukboot] <boot.c @ 355> Init function at 0x172270 returned error -1
The app fails to run with 9pfs, too, but it looks that all static-pie-apps fail to run with 9pfs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to run the app
helloworld-musl
in '/lang/rust' fails with the current stable version ofapp-elfloader
. Steps to reproduce:Error is:
The app fails to run with 9pfs, too, but it looks that all static-pie-apps fail to run with 9pfs.
The text was updated successfully, but these errors were encountered: