We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the update to docker 24.0.7 the judgehost container fails to start. No change in docker 25.0.0
judgehost-0-1 | [..] Setting up cgroups judgehost-0-1 | mkdir: cannot create directory '/sys/fs/cgroup/cpuset/domjudge': Read-only file system judgehost-0-1 | mkdir: cannot create directory '/sys/fs/cgroup/memory/domjudge': Read-only file system judgehost-0-1 | chown: cannot access '/sys/fs/cgroup/*/domjudge': No such file or directory judgehost-0-1 | bin/create_cgroups: 41: cannot create /sys/fs/cgroup/cpuset/domjudge/cpuset.cpus: Directory nonexistent judgehost-0-1 | bin/create_cgroups: 42: cannot create /sys/fs/cgroup/cpuset/domjudge/cpuset.mems: Directory nonexistent judgehost-0-1 exited with code 2
/sys/fs/cgroup:/sys/fs/cgroup:ro
Judgehosts should run.
Container exits with message above.
The text was updated successfully, but these errors were encountered:
Could you file this against https://github.com/DOMjudge/domjudge-packaging/issues which contains the docker packaging?
Sorry, something went wrong.
Just did: DOMjudge/domjudge-packaging#170
No branches or pull requests
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: