-
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
podman-remote with journald+file mishmash: crashes client #12175
Comments
Oops, forgot to reference #11795 |
#12130 was an attempt to fix this, but I think we should just fail outright if you setup this environment. IE If you set journald for logging, we should require event-logger to use it and vice versa. |
Any chance this is related to issue 12029 as well? (I'm grasping at straws here) |
Massive thanks to @edsantiago for tracking this down. Ref: containers#12175 Signed-off-by: Chris Evich <[email protected]>
A friendly reminder that this issue had no activity for 30 days. |
Problem still present in main @ 18e3193 |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
@edsantiago we still got this one? |
Still present in main @ 46d9a25 |
A friendly reminder that this issue had no activity for 30 days. |
@cevich it looks possible to me as well. "--events-backend=file" would have specified where to write the logs by default, fi the logs command did not get updated as well, this could be the issue |
A friendly reminder that this issue had no activity for 30 days. |
Fixes:containers/podman#12175 Signed-off-by: Daniel J Walsh <[email protected]>
Fixes:containers/podman#12175 Signed-off-by: Daniel J Walsh <[email protected]>
Fixes:containers/podman#12175 Signed-off-by: Daniel J Walsh <[email protected]>
Fixes:containers/podman#12175 Signed-off-by: Daniel J Walsh <[email protected]>
Yikes - seen just now in a random PR in the wild, possibly a flake
|
A friendly reminder that this issue had no activity for 30 days. |
Tested with Podman v4.5 and both, local and remote, work. |
I would say I fixed it in #18282 but this is not in v4.5? Did you tested main instead? |
I am fairly confident of having tested v4.5. Does it not work on your end with 4.5? |
No it fails with v4.5, did you forget to add
Anyway doesn't matter it is 100% fixed on main :) |
I did use |
With this
containers.conf
:...and this server command:
$ bin/podman --log-level=info system service --timeout=0
...the following sequence yields an unexpected client failure:
Expected: the new "file + journald not supported" error. (Which is shown on the server, but only as
info
level):The text was updated successfully, but these errors were encountered: