• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    FOG Multicast Manager creating zombie processes. - Possibly solved by changing Multicast Manager script?

    Scheduled Pinned Locked Moved Unsolved FOG Problems
    1 Posts 1 Posters 37 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      Fog_Newb
      last edited by Fog_Newb

      Fresh Ubuntu 24.04.3 LTS install running 1.5.10.1721 (started on 1.5.10.1698)

      This is what is happening

      alt text

      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

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post

      138

      Online

      12.3k

      Users

      17.4k

      Topics

      155.8k

      Posts
      Copyright © 2012-2025 FOG Project