jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.1k stars 1.37k forks source link

web/prosody: OCI runtime create failed: this version of runc doesn't work on cgroups v2: unknown #618

Closed Cyborgscode closed 4 years ago

Cyborgscode commented 4 years ago

System got upgraded from Fedora 30 to Fedora31. On first startup docker pulled a shitload of new data in, but failed to start the containers:

]# docker-compose up -d Creating network "docker-jitsi-meet_meet.jitsi" with the default driver Creating docker-jitsi-meet_prosody_1 ... error Creating docker-jitsi-meet_web_1 ...

Creating docker-jitsi-meet_web_1 ... error

ERROR: for docker-jitsi-meet_web_1 Cannot start service web: OCI runtime create failed: this version of runc doesn't work on cgroups v2: unknown

ERROR: for prosody Cannot start service prosody: OCI runtime create failed: this version of runc doesn't work on cgroups v2: unknown

ERROR: for web Cannot start service web: OCI runtime create failed: this version of runc doesn't work on cgroups v2: unknown ERROR: Encountered errors while bringing up the project.

How can we fix this?

Cyborgscode commented 4 years ago

Fix (more a workaround):

add "systemd.unified_cgroup_hierarchy=0" the kernel line and reboot.

Or switch to podman for Fedora.

jreiners commented 4 years ago

just commenting to say changing to podman instead of docker fixed the issue for me. Thanks Cyborgscode

Cyborgscode commented 4 years ago

is it fixed now or why did you close it?

saghul commented 4 years ago

A solution was provided, so I was under the impression that was the end of it. Also, we don't support podman.

Cyborgscode commented 4 years ago

it's just a workround, not a solution. But as Docker has to fix this issue, you can't do much.