-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
new error (used to work before) on podman run invocation: Cannot get exit code: failed to get journal cursor: failed to get cursor: cannot assign requested address #10987
Comments
Thanks for reaching out. Can you try with the latest Podman v3.2.3? There was a regression that has been fixed with .3. |
Thanks, I just found #10863 after cloning the repo and seeing the RELEASE_NOTES... Must be it, sorry for the duplicate. |
I appear to have spoken too soon. I quickly removed the Manjaro package and installed via
(BTW: the Manjaro package EDIT: It has just gotten weirder: if I login to the gitlab runner and execute the failing make command manually multiple times, it sometimes works and sometimes doesn't (then it gives the same error). This is with |
@vrothberg could this be due to my changes fixing #10868? I added some stuff for regular podman logs as well. I am actually working on a full implementation of the |
The commit from this PR wasn't backported to the v3.2 branch, so I don't think these changes are the problem. @rhatdan, did we backport your systemd-detection fixes in c/common to the 0.38 branch? |
@cdoern Additionally, I tried with Manaro's |
@vrothberg I recall seeing them in there when I was doing release notes, so they made it in. @ppenguin Any chance you can get a |
@mheon That's the crazy part: actually I found that there's no obvious difference in this behaviour between the versions
I isolated the issue further: it appears to happen only for my Following test:
As my main (desktop) user:
Both users are defined in This happens for both versions |
Is your desktop user in |
You may have to hardcode the use of the |
That would be doable I guess (could you give me a hint what that would look like or where to find documentation on that?). (BTW: can a user have an own I tried adding Would you have any idea why this is only recently occurring? |
Uncomment the events_logger line and change it to "file". man containers.conf |
A friendly reminder that this issue had no activity for 30 days. |
Since I gave a solution to this, and did not hear back. I am going to assume it worked. Reopen if I am mistaken. |
Hello there, I experienced the same error but in a different situation (upgrading Fedora IoT from 34 to 35): suddenly, I got the same error that @ppenguin reported in the issue. |
Description
Recently I've been getting the following error on a CI that used to run without problems.
The CI runner is on bare metal (Manjaro) Linux, and may have been updated in the meantime, but I can't be sure this error is related to an update of my
podman
version (currently: 3.2.2).when executing ("call-graph-like" representation):
I figured it might be caused in some way by the podman log-driver, but using
doesn't have any effect.
I'm at a loss what might be causing this or how to debug this issue...
Output of
podman version
:Output of
podman info --debug
:The text was updated successfully, but these errors were encountered: