-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
execve("/bin/sh") failed: No such file or directory #1
Comments
Can you give a detailed step-by-step instruction of how to reproduce this problem? |
I follow the usage https://github.com/bullno1/hako#creating-a-sandbox exactly, |
Is your toybox statically linked? "No such file or directory" just means the file could not be found. Can you create a VM image of your environment? Alternatively, an |
Tested both dynamic and the attached trace is against static. |
I notice this:
What is the exact content of your init script? |
|
Where did you get your toybox? I tried using the one from here http://landley.net/toybox/bin/toybox-x86_64, and it works fine. See https://github.com/bullno1/hako/tree/toybox.
You will get a toybox shell. |
Yes the same, static binary from https://landley.net/toybox/bin/ , while the shared installed using voidlinux. |
Hi, was just browsing around and got curious..
But no matter what I try it's always the same issue.
Followed and also tried the example, I'm using toybox, but that should not matter.)
The text was updated successfully, but these errors were encountered: