#Server stuck on installation process

2 messages · Page 1 of 1 (latest)

flint lake
#

I created my server and it is stuck on it. I created another server without the egg install script and uploaded the server.jar but I got this in console : Error Event [cdb7ffc7-24b6-4feb-8ca2-acff00ba1b9e]: 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-5f47aa21aa3d2c90743887ff9a73d9122190fed143c70b0ab908a3d34c23124a.scope/io.weight: no such file or directory: unknown

boreal flameBOT
#

Hey @flint lake! 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.