#Starting Java 21 server
1 messages · Page 1 of 1 (latest)
Send the error as text so the bot can respond
Error Event [5f543675-170f-41b2-94f1-6fcbceffefc9]: environment/docker: failed to start container: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: openat2 /sys/fs/cgroup/system.slice/docker-74ff003ed423d6449bb0ac4c0f729e1bb67302978b69217d9afb06045462bedb.scope/io.weight: no such file or directory: unknow
io.weight: no such file or directory: unknown
Hey @opal sand! Looks like you are missing mounts for cgroup V2. Enable the controllers for your system or downgrade to cgroup V1.
Downgrading can be done by adding systemd.unified_cgroup_hierarchy=0to your grub cmdline at /etc/default/grub. After that, run sudo update-grub followed by sudo reboot to restart the machine.
Helps when you don't cut off the end of the error
Yes. You did
Why does no one ever pay attention to what they are doing.
Nope - Look at it again
N
Im running the server on a raspberry pi, does that make a difference?
It's the same issue
But a different solution. Consult google/raspi documentation