ISP-Checker icon indicating copy to clipboard operation
ISP-Checker copied to clipboard

mtr processes keep remaining as zombies

Open sotn3m opened this issue 3 years ago • 3 comments

Hi, I was experiencing significant amount of zombie processes. These were all mtr processes under telegraf.

My proposal: https://github.com/sotn3m/ISP-Checker/commit/d292f77294d4f3d71e03955cc155b0706b86b836

This has solved problems in my environment.

I have read somewhere that using init: true is a good practice, so presumably this can be left as is even when telegraf/mtr start working correctly.

sotn3m avatar Apr 09 '21 16:04 sotn3m

Hi! Thank you! I will take a look and keep you posted. Probably you're right about this!.

fmdlc avatar Apr 14 '21 05:04 fmdlc

Tested your fix on my pi, and it resolved the issue, should PR the changes 👍

thorerik avatar Sep 01 '21 16:09 thorerik

To solve this in Kubernetes, we'll need to manually change the entrypoint for the container build to use tini or something though. The existing PR does take care of the docker-compose case, but we could fix this for everyone in one change by fixing the image.

villasenor avatar Jun 03 '22 19:06 villasenor