FOG Multicast Manager creating zombie processes. - Possibly solved by changing Multicast Manager script?
-
Fresh Ubuntu 24.04.3 LTS install running 1.5.10.1721 (started on 1.5.10.1698)
This is what is happening
What to do?
Thank you
UPDATE
I think I may have fixed it. Chat GPT may be a lot of things but it seems to be really good helping with pedestrian level Linux things.
I added this to the Multicast Manager Script under
@error_reporting(0);
// Prevent zombie (defunct) php children if (function_exists('pcntl_signal')) { pcntl_signal(SIGCHLD, SIG_IGN); }
Then restarted the service. So far it is working. I don’t use Multicast at all so I am not sure if this will impact the way it functions. Does anyone know? @Tom-Elliott