-
Notifications
You must be signed in to change notification settings - Fork 96
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
socat connection timed out #52
Comments
Hi, sorry for the delayed reply. Thank you for your detailed issue and interesting questions. Regarding the
Interesting, I'll investigate.
The 30-second sleep is to give time to the
Yes, but it may be a problem if you want to use another docker network mode (e.g. brigde). I'll explore that. |
Thank you very much for your answer @efernandesng! The image I am using is the But it seems that as you say it must be something specific to my account, because I have tried to run that same image with another IB account, on the same machine, and in this second account I doesn't get that timeout log. I am going to see if I can see what configuration both accounts have different. |
Hello, Do you have any ideas what might be causing this issue? --- edit |
After about 4h of running the docker container, and being working perfectly, it starts to log the following message every 5 minutes:
Until the nightly reboot happens, which is performed correctly, and it stops logging that time out. Until about 4 hours pass again, and then it logs the same timeout message every 5 minutes:
Any idea why it could be? I have seen that in other repo put the
forever
option in the socat command, can that be the solution?And, another question, why is the
fork_ports_delayed.sh
script necessary? And why is it necessary to run it with a delay of 30s? My knowledge about IBGateway and docker is limited, but I would like to understand the reason for this script. I have also seen that in this other repo they say that with thenetwork_mode: host
option of docker this file is no longer necessary. I do not know if it is true or not, since as I say my knowledge about docker is scarce. But I comment it in case it is of help.Thank you very much for continuing to maintain this project.
The text was updated successfully, but these errors were encountered: