Bug 1035319

Summary: Error while starting a container: [error] commands.go:2470 Error resize: Error: bad file descriptor
Product: [Fedora] Fedora EPEL Reporter: Marek Goldmann <mgoldman>
Component: docker-ioAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: golang-updates, jkeck, lsm5, mattdm, vbatts
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-27 15:13:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Strace log none

Description Marek Goldmann 2013-11-27 14:36:19 UTC
Created attachment 829765 [details]
Strace log

Description of problem:

When starting a container, for example with "docker run -i -t goldmann/f20 /bin/bash" it fails almost immediately with following message:

[error] commands.go:2470 Error resize: Error: bad file descriptor

This issue exists when running docker-io-0.7.0-2.el6.x86_64 (unreleased) as daemon with following flag: -b none. 

[root@centos64 ~]# docker -v
Docker version 0.7.0, build 0d078b6/0.7.0

Comment 1 Marek Goldmann 2013-11-27 14:37:59 UTC
The above sentence

"This issue exists when running docker-io-0.7.0-2.el6.x86_64 (unreleased) as daemon with following flag: -b none."

should read:

"This issue exists when running docker-io-0.7.0-2.el6.x86_64 (unreleased) as daemon."

Comment 2 Vincent Batts 2013-11-27 15:12:53 UTC
This error sounds like a duplicate of #1034919

Comment 3 Vincent Batts 2013-11-27 15:13:34 UTC

*** This bug has been marked as a duplicate of bug 1034919 ***

Comment 4 Marek Goldmann 2013-11-27 15:18:19 UTC
Yep, I was just about adding a comment :)