-
Notifications
You must be signed in to change notification settings - Fork 356
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
Unable to use clone3 in gitpod environment #1861
Comments
@fyuan1316 Thanks for your report. I invested in this error and can reproduce it. Since this is caused by gitpod env, we can't do anything 😭 |
👋 Hi, @Furisto, Do you know gitpod has a plan to support
|
Is this because |
@yihuaf The workspace from gitpod runs on the original rootless container on the pod. It is special 😄 As far as I know, it allows |
@fyuan1316 Sorry, but this is an issue for gitpod. May I ask you to create the issue on gitpod? |
We might consider supporting codespace. |
I just realized that for this issue, Actually I will open a new issue to discuss this. |
cat /etc/issue
Ubuntu 20.04.5 LTS \n \l
cat /proc/version
Linux version 5.15.0-47-generic (buildd@lcy02-amd64-060) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022
env : gitpod.io
sudo ./youki create -b tutorial tutorial_container
[ERROR crates/youki/src/main.rs:145] 2023-04-29T06:50:57.458340977+00:00 error in executing command: failed to create container
Caused by:
0: failed to fork process
1: failed to run clone3
2: 38
Error: failed to create container
Caused by:
0: failed to fork process
1: failed to run clone3
2: 38
same error messge #1826
The text was updated successfully, but these errors were encountered: