https://bugzilla.redhat.com/show_bug.cgi?id=1034919
Stephen Tweedie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ASSIGNED --- Comment #7 from Stephen Tweedie <[email protected]> --- Reopening. docker-io-0.7.0-10.el6 adds the dependency on libcgroup, but still doesn't ensure that cgconfig is actually started. Starting docker with either service start docker or automatically via chkconfig docer on still results in a non-functioning docker service due to missing cgroups on my rhel6 install: # service docker start Starting docker: [ OK ] # docker run -n -i -t mattdm/fedora /bin/bash [error] commands.go:2470 Error resize: Error: bad file descriptor # cat /proc/mounts |grep cgroup # and after chkconfig docker on and a reboot: # service cgconfig status Stopped # service docker status docker (pid 1477) is running... # cat /proc/mounts |grep cgroup # -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
