-
Notifications
You must be signed in to change notification settings - Fork 236
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
unable to find * in controller set: unknown #76
Comments
ok, do you have a good way to reproduce this? some cloud vm? |
I don't. The issues above have descriptions of setups where users have hit this. @andrewhsu did you try/manage to reproduce this? |
It fails as described on a clean Arch Linux install with up to date systemd (v240 or v241). I suppose it will fail on any other distro that doesn't patch systemd a lot. |
robertgzr
added a commit
to balena-os/balena-engine
that referenced
this issue
Jun 3, 2019
Fixes issues with systemd versoin >=420 and non-existent cgroups. Change-type: patch Connects-to: containerd/cgroups#76 Connects-to: docker/for-linux#545 Signed-off-by: Robert Günzler <[email protected]>
robertgzr
added a commit
to balena-os/balena-engine
that referenced
this issue
Jun 3, 2019
Fixes issues with systemd version >=420 and non-existent cgroups. Change-type: patch Connects-to: containerd/cgroups#76 Connects-to: docker/for-linux#545 Signed-off-by: Robert Günzler <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are problems with this library handling missing cgroups or the way they are mounted. The unhandled configuration seems to become common with new systemd.
These issues list the output of mount and proc in the affected systems:
docker/for-linux#545
docker/for-linux#552
@crosbymichael
The text was updated successfully, but these errors were encountered: