-
Notifications
You must be signed in to change notification settings - Fork 42
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
begiak bootloops (because of git module?) #593
Comments
The messages begiak sent me (an admin) are the following (etc.):
|
Doing it again!
etc. And this loop in the logs:
...
Seems to've started around here:
...
|
So it's trying to connect to port |
Because it's not properly destroyed on shut down / whatever crash is occurring. I think it has to do with the fact that it's running in a separate thread that begiak loses track of. |
Just ran into this issue in a different program. Turns out after a process terminates, there's a delay of 30-60 seconds before the OS marks the port as available again. |
But that should mean that on the 2nd or 3rd restart, it should work fine, which it obviously doesn't... |
Sometimes the git module becomes unstable or something.
Then begiak tries to restart, but gets this error and tries to restart again:
This results in a whole bunch of join/part cycles as begiak repeatedly restarts for ages.
Right before the join/part cycles we get this in the logs:
The text was updated successfully, but these errors were encountered: