-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Error: could not get runtime: please update to v2.0.1 or later: outdated conmon version (CentOS 8) #4665
Comments
Where is Conmon installed to? It is possible you have another Conmon installed that is being used instead of the one you've built - check to see if there are any other Conmon binaries installed at the paths listed in |
In particular, I would check |
you can also find the conmon that podman is choosing with |
Part of me thinks that We may want to put the path we're using in the error message, to make it clearer what's going on |
when searching for a good candidate, we actually go through every path configured and choose only the conmons that are of the right version. this message happens after each spot is searched. @svenvogel, where is the conmon 2.0.3 installed? |
@haircommander thanks for the answer. podman info gives me the same with debug what do you mean where are the conmon installed? i installed the podman rpm and thats it... |
its true a old version. :(
|
@lsm5 do you maintain the CentOS 8 package? |
@lsm5 @haircommander i tried libpod master and now it works.
any other error but i think it looks good. any suggestions? |
I am facing the same error on RHEL-8.1 (updated):
|
I updated the rpm building jobs in order to catch this issue, which apparently affects all 3 rpm platforms: see https://review.rdoproject.org/r/#/c/24349/ -- as soon we merge it we will be able to see results on any libpod PR. |
Avoids a regression such the one reported in containers/podman#4665 While the builded rpm installs succesfully, it does not work because it containes an outdated conmon. Change-Id: I1c33ab26b024002eb5c7ef9ccf88d78d12615997
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
/kind feature
Description
i build podman on centos 8. it works but after install of the RPM and run an container with podman i get the following error. i used 2.0.3 of conmon.
Error: could not get runtime: please update to v2.0.1 or later: outdated conmon version
there are any hint or anybody can help whats wrong? maybe it has something to do with #4465 but i dont know...
Package info (e.g. output of
rpm -q podman
orapt list podman
):podman-1.6.4-1575906879.git94b78425.el8.x86_64
Additional environment details (AWS, VirtualBox, physical, etc.):
virtual Machine on KVM
The text was updated successfully, but these errors were encountered: