-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error setting cgroup config: Failed to write "4905" to io.bfq.weight #3187
Comments
I suspect this has to do with how fedora/rhel have cgroups set up in their most recent releases. |
This appears outside the scope of this software and is likely an issue with Docker itself, not Pterodactyl. |
It is most likely an issue with docker and cgroups v2, which is not really supported as of now. But I somehow got docker working with cgroups v2 on the broken machine, while my other Fedora 32 works just fine with pterodactyl. Using I am not sure how I got docker to work with cgroup v2 in general, but this seems to be the problem. If anyone else runs into this or a similiar problem, and you don't depend on some cgroup v2 features, you can go back to cgroups v1 like this. This are the commands that I used for the working machine, and I will try this solution on the other machine. Edit: The above link worked, I downgraded to cgroups v1 and now everything is running just fine |
Background (please complete the following information):
Describe the bug
The daemon is correctly configured on my fedora 32 server. An identical installation on the server hosting the panel (ubutnu 20.04) works just fine. The panel recognizes the daemon and shows its status as healthy.
The container gets created, and if I try to start the container with docker start I get the same error as I get in the client. All my other containers work just fine, it seems like there is some Issue with the way the daemon creates the container.
To Reproduce
Steps to reproduce the behavior:
Errormessage
The hash in the path is the correct one for the container, but the Path does not exist.
ls -la /sys/fs/cgroup/system.slice
Diagnostic Report
Expected behavior
I would have expected the daemon to properly create and start the docker container
The text was updated successfully, but these errors were encountered: