Skip to content
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

podman run is broken #3161

Closed
umohnani8 opened this issue May 19, 2019 · 1 comment
Closed

podman run is broken #3161

umohnani8 opened this issue May 19, 2019 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@umohnani8
Copy link
Member

Whenever I try to do a sudo podman run myimage it fails with a broken pipe error.

$ sudo podman run minimal-image ls 
[conmon:e] Container name not provided. Use --name
Error: write child: broken pipe
$ sudo podman run -it minimal-image sh
Error: write child: broken pipe
$ sudo podman run --name myctr fedora ls        
[conmon:e] Container name not provided. Use --name
Error: write child: broken pipe

/kind bug

Additional information you deem important (e.g. issue happens only occasionally):

Output of podman version:

Version:            1.3.2-dev
RemoteAPI Version:  1
Go Version:         go1.11.7
Git Commit:         ce84c3afdbaad69599a67da80ba3e51f1b91c6ad
Built:              Sun May 19 12:47:39 2019
OS/Arch:            linux/amd64

Additional environment details (AWS, VirtualBox, physical, etc.):
Doing this on fedora 29

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label May 19, 2019
@umohnani8
Copy link
Member Author

Nevermind, I think my conmon was messed up. It works now.

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

2 participants