podman: Missing podman 1.8.0 conmon binaries on ubuntu 18 system
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
missing podman 1.8.0 conmon binaries on ubuntu 18 system
Steps to reproduce the issue:
-
Install podman according to official documentation
-
Execute
podman pscommand -
An error message appears:
Error: error creating libpod runtime: could not find a working conmon binary
Describe the results you received:
podman ps command fails to run
Describe the results you expected:
podman ps command works
Additional information you deem important (e.g. issue happens only occasionally):
After searching with dpkg command, it seems that the conmon package does not contain any binary files

Output of podman version:
ubuntu ➜ ~ podman version
Version: 1.8.0
RemoteAPI Version: 1
Go Version: go1.10.1
OS/Arch: linux/amd64
Output of podman info --debug:
Cannot run command
Error: could not get runtime: could not find a working conmon binary (configured options: [/usr/libexec/podman/conmon /usr/local/libexec/podman/conmon /usr/local/lib/podman/conmon /usr/bin/conmon /usr/sbin/conmon /usr/local/bin/conmon /usr/local/sbin/conmon /run/current-system/sw/bin/conmon]): invalid argument
Package info (e.g. output of rpm -q podman or apt list podman):
ubuntu ➜ ~ apt list podman
Listing... Done
podman/unknown,now 1.8.0~7 amd64 [installed]
Additional environment details (AWS, VirtualBox, physical, etc.):
Ubuntu 18
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 15 (3 by maintainers)
sorry about that everyone. Fixes building on testing and stable repos: https://build.opensuse.org/package/show/devel:kubic:libcontainers:testing/conmon and https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/conmon . Should be installable in a bit.