-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Failed to start container manager: inotify_add_watch /sys/fs/cgroup/cpuacct,cpu: no such file or directory #1444
Comments
I'm seeing this as well. |
👍 just stumbled upon the same problem |
This is a docker issue and it should have been resolved in the more recent On Tue, Sep 6, 2016 at 3:05 AM, Atanas Mirchev [email protected]
|
This should be fixed by #1476 |
Also getting this issue with latest Docker image as per Github instructions page on SLES. |
Here is the solution that works kubernetes/kubernetes#32728 (comment) |
This issue has not been fixed still. :( The workaround recommended by @qband did work.
|
Experiencing the same issue. The workaround did work for me too. |
use the latest released version instead of the version latest. |
I run cadvisor in my centos7 is still failed
|
@axiaoxin nice work, Working perfectly |
@axiaoxin It works, but will reproduce whenever I reboot the machine, any workaround? |
This is what we do:
|
When starting current canary on latest CentOS7, it fails with
It seems the naming is reversed (cpu,cpuacct vs cpuacct,cpu)
The text was updated successfully, but these errors were encountered: