https://bugzilla.redhat.com/show_bug.cgi?id=1034919

            Bug ID: 1034919
           Summary: Docker-io needs libcgroup installed and running in
                    order to function
           Product: Fedora EPEL
           Version: el6
         Component: docker-io
          Severity: high
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]



Description of problem:
"docker run" will error out when cgroups are not present:
"[error] commands.go:2459 Error resize: Error: bad file descriptor"


Version-Release number of selected component (if applicable):
0.7 0.20.rc7.el6

How reproducible:
always

Steps to Reproduce:
1. yum --enablerepo=epel-testing install docker-io
2. service docker start
3. docker run -i -t ubuntu /bin/bash

Actual results:
"[error] commands.go:2459 Error resize: Error: bad file descriptor"

Expected results:
BASH prompt in the container

Additional info:
Installing cgroups fixes the problem:
"yum -y install libcgroup && service cgconfig start"

-- 
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

Reply via email to