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
I followed the tutorial for installing sysbox, but when I got to this line :
docker run --runtime=sysbox-runc -P -d nestybox/ubuntu-bionic-systemd-docker
I got his error :
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: container_linux.go:425: starting container process caused: process_linux.go:607: container init caused: process_linux.go:578: handleReqOp caused: rootfs_init_linux.go:366: failed to mkdirall /var/lib/sysbox/shiftfs/bec40c1d-957b-43af-99ee-67680a8689ed/var/lib/rancher/rke2: mkdir /var/lib/sysbox/shiftfs/bec40c1d-957b-43af-99ee-67680a8689ed/var/lib/rancher: value too large for defined data type caused: mkdir /var/lib/sysbox/shiftfs/bec40c1d-957b-43af-99ee-67680a8689ed/var/lib/rancher: value too large for defined data type: unknown.
I am running Mint version 21.1 and Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.2.
My linux kernel is : 5.15.0-67-generic
My shiftfs : 5.15.0-67-generic SMP mod_unload modversions
Do you have any idea why this is happening ?
The text was updated successfully, but these errors were encountered:
I followed the tutorial for installing sysbox, but when I got to this line :
docker run --runtime=sysbox-runc -P -d nestybox/ubuntu-bionic-systemd-docker
I got his error :
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: container_linux.go:425: starting container process caused: process_linux.go:607: container init caused: process_linux.go:578: handleReqOp caused: rootfs_init_linux.go:366: failed to mkdirall /var/lib/sysbox/shiftfs/bec40c1d-957b-43af-99ee-67680a8689ed/var/lib/rancher/rke2: mkdir /var/lib/sysbox/shiftfs/bec40c1d-957b-43af-99ee-67680a8689ed/var/lib/rancher: value too large for defined data type caused: mkdir /var/lib/sysbox/shiftfs/bec40c1d-957b-43af-99ee-67680a8689ed/var/lib/rancher: value too large for defined data type: unknown.
I am running Mint version 21.1 and Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.2.
My linux kernel is : 5.15.0-67-generic
My shiftfs : 5.15.0-67-generic SMP mod_unload modversions
Do you have any idea why this is happening ?
The text was updated successfully, but these errors were encountered: