-
Notifications
You must be signed in to change notification settings - Fork 195
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
Huge amount of zombie ssl_client processes #2096
Labels
Milestone
Comments
Switched the auth script to use curl and the problem now happens less but it's not fixed, seems to be an upstream alpine/busybox issue.
Got curl into the image by overriding the container command
|
Thanks for the report! It looks like this is the problem solved by dumb-init and tini. We may need to recommend the use of |
slingamn
added a commit
to slingamn/ergo
that referenced
this issue
Oct 19, 2023
See ergochat#2096; this should fix unreaped zombies when using an auth-script or ip-check-script that spawns its own subprocesses, then exits before reaping them.
Brutus5000
added a commit
to FAForever/faf-stack
that referenced
this issue
Nov 10, 2023
Avoid zombie processes (see ergochat/ergo#2096)
Brutus5000
added a commit
to FAForever/faf-stack
that referenced
this issue
Nov 10, 2023
Avoid zombie processes (see ergochat/ergo#2096)
Init mode seems to have solved the issue. |
slingamn
added a commit
that referenced
this issue
Nov 15, 2023
* add --init to suggested docker run invocations See #2096; this should fix unreaped zombies when using an auth-script or ip-check-script that spawns its own subprocesses, then exits before reaping them. * add a note on why --init
slingamn
added a commit
to slingamn/ergo
that referenced
this issue
Nov 15, 2023
Follows up from ergochat#2096, ergochat#2097
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per title. We're using PROXY protocol for our IRC behind a cloud LB.
Config (snippet):
I'm suspecting it's related to the auth script.
Related issue may be with wget in alpine
The text was updated successfully, but these errors were encountered: