You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only hypothesis I currently have for this one is that we're hitting the same issue as reported in #24147 in a rather particular way: the socat client sends the one-byte message, the socat server issues a connect(), and while the connect() is pending, the socat client sends the NULL byte (shut-null) to terminate the server (null-eof), which the server misses because of the race condition I described in https://lore.kernel.org/netdev/[email protected]/.
I will submit a new version of that fix for the net-next kernel tree when it reopens at the end of the 6.13 merge window (beginning of December), so that fix will probably be in 6.14. We'll need to wait a while.
Very infrequent. I can't tell if it's parallel-related or not:
The
podman logs --follow
blocks until the container terminates. It looks like the container is not terminating.The text was updated successfully, but these errors were encountered: