Socat is wrongly started n times in dev-cluster.sh #124

Closed
opened 2021-10-20 13:05:22 +00:00 by quentin · 0 comments
Owner

socat must be started outside of the for loop as we want to start it only once.
by carefully inspecting the log, we see its error 2 times:

...
2021/10/20 15:03:00 socat[5791] E bind(6, {AF=2 0.0.0.0:4443}, 16): Address already in use
...
2021/10/20 15:03:01 socat[5807] E bind(6, {AF=2 0.0.0.0:4443}, 16): Address already in use
...
socat must be started outside of the for loop as we want to start it only once. by carefully inspecting the log, we see its error 2 times: ``` ... 2021/10/20 15:03:00 socat[5791] E bind(6, {AF=2 0.0.0.0:4443}, 16): Address already in use ... 2021/10/20 15:03:01 socat[5807] E bind(6, {AF=2 0.0.0.0:4443}, 16): Address already in use ... ```
quentin added the
Bug
label 2021-10-20 13:05:22 +00:00
quentin referenced this issue from a commit 2021-10-21 15:19:58 +00:00
lx referenced this issue from a commit 2021-11-17 09:59:39 +00:00
lx closed this issue 2021-11-17 10:13:31 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#124
No description provided.