-
Notifications
You must be signed in to change notification settings - Fork 43
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
Judgehost docker container fails to start with latest docker versions #170
Comments
We only support cgroups v1 for now and I think your host machine has cgroups v2. Can you follow these instructions to change back to v1 and see if that works? |
I'm already running with cgroup v1 (and the system worked like that until the recent docker upgrades from 21.01.2024). |
Hmmmm, then we need to investigate... We need to check if they maybe mount the cgroup folder differently. |
I had the same issue after upgrading Docker, but DOMjudge/domjudge#2317 seems to fix it. Can you verify by any chance? |
Fixes DOMjudge/domjudge-packaging#170 (cherry picked from commit 0a72de8)
Fixes DOMjudge/domjudge-packaging#170 (cherry picked from commit 0a72de8)
Description of the problem
Since the update to docker 24.0.7 the judgehost container fails to start. No change in docker 25.0.0
Your environment
Steps to reproduce
/sys/fs/cgroup:/sys/fs/cgroup:ro
Expected behaviour
Judgehosts should run.
Actual behaviour
Container exits with message above.
The text was updated successfully, but these errors were encountered: