-
Notifications
You must be signed in to change notification settings - Fork 126
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
Release v2.0.22 fails to run under Ubuntu 18.04 #225
Comments
how are you running conmon? is this with podman or CRI-O? |
I run it via podman. |
what was the podman command you used? and what was the podman version? |
|
okay so I see now this was an unintended breaking change, and also easily reproducable. I will need to consult with the over developers on how best to handle it. |
thanks for your patience |
I've opened #226 to fix |
Great! Thank You. |
Hi @haircommander, today I've got an update of conmon to version 2.0.24 via the mentioned repo. I've seen, that #226 was merged before 2.0.24 was released. So I hoped, this issue is fixed. Unfortunately this is not the case. I get the same error as before. Are there still fixes needed or was it supposed to be fixed in 2.0.24? |
unfortunately, the only way to preserve backward compatibility is to gate the new behaviour (that would fix your bug) behind a flag, meaning we also need a corresponding podman PR to fix your issue. that PR is here containers/podman#8979 and I'd like to make it in before podman 3.0 release :) |
Okay, thank you. So I will wait for a new podman release and stick to the older conman version meanwhile. |
Release v2.0.22 fails to run under Ubuntu 18.04 with the following error message
I tested the binary provided by the recommended repo as well as the official release binary. Both fail to run with the same error.
BTW: When running the official release binary with --version option, I get:
Obviously the binary has been build from a dirty working copy and is NOT based on the commit 9c34a86 tagged as v2.0.22!
On the other hand the binary from the recommended repo seems to be build based on v2.0.22 according to its version output.
The text was updated successfully, but these errors were encountered: