Replies: 1 comment
-
For anyone coming here, it seems this was caused by a mess in ownership (root user vs. a specific user). And/or a container that seem to hog the socket for some reason (still investigating this). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
I'm investigating a difference of behaviour between some of our servers regarding the usage of Podman socket and would appreciate any help on the topic.
(The full context is that we're using testcontainers library that tries to run some containers and fail to do it in some servers)
✅ On a server where everything works :
Output:
🟥 On a server where it doesn't work, the curl waits forever for a response:
Output:
I don't know where to investigate next, there's likely a difference in the installation between the two servers but how to find it?!
Thanks for any help on the matter,
On both servers:
Beta Was this translation helpful? Give feedback.
All reactions