-
Notifications
You must be signed in to change notification settings - Fork 354
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
podman runtime specify youki create container Error #594
Comments
@wyaow Can you post the output of youki info? |
[root@localhost local]# youki info |
@wyaow We recommend to use a kernel version of 5.4 or later |
@wyaow I don't believe CentOS 7 satisfies the appropriate version for libseccomp either. You can check with this simple script to see if you have the appropriate version of libseccomp: |
Here is a good overview of packaging for |
@wyaow Youki needs a linux kernel version of 5.4 or later 😭 |
version
Linux version 3.10.0-957.el7.x86_64
gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 8 23:39:32 UTC 2018
podman version 1.6.4
youki version 0.0.1
commit: 0.0.1-0-91b7632
..............................................................................................................
[root@localhost local]# podman --runtime /usr/local/youki run -d --name niginx -p 80:80 xx.xxxxx.com/nginx
Error: container 53ae3c4eefef6b261f9dcf9d361dbdab11e5df675841320dd8214cc0239a2dd7 does not exist.
ERRO[0000] Error removing container 53ae3c4eefef6b261f9dcf9d361dbdab11e5df675841320dd8214cc0239a2dd7 from runtime after creation failed
Error: [WARN crates/libcontainer/src/rootfs/mount.rs:253] 2022-01-04T22:50:46.267528492-05:00 Could not mount "net_cls,net_prio" cgroup subsystem
[WARN crates/libcontainer/src/rootfs/mount.rs:253] 2022-01-04T22:50:46.269389430-05:00 Could not mount "cpu,cpuacct" cgroup subsystem
[WARN crates/libcontainer/src/process/container_init_process.rs:140] 2022-01-04T22:50:46.284662733-05:00 masked path "/proc/latency_stats" not exist
[WARN crates/libcontainer/src/syscall/linux.rs:139] 2022-01-04T22:50:46.315288377-05:00 CAP_PERFMON is not supported.
[WARN crates/libcontainer/src/syscall/linux.rs:139] 2022-01-04T22:50:46.315326696-05:00 CAP_BPF is not supported.
Error: failed to create container
Caused by:
0: failed to wait for init ready
1: failed to wait for init ready
2: channel connection broken: OCI runtime error
..............................................................................................................
tks much.
The text was updated successfully, but these errors were encountered: