Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is raclient and what triggers raclient running raclient.sh?

I have an XGS firewall that requires a monthly reboot via the front panel power switch because raclient is spawning multiple sh processes per second that become zombies until SFOS runs out of handles to create new process IDs. 

What is the purpose of package raclient in SFOS? What triggers raclient to run the shell script raclient.sh?  Where in SFOS is the configuration that tells networkd to run raclient -s /scripts/network/raclient.sh?



This thread was automatically locked due to age.
Parents
  • raclient stands for Router Advertisement Client.

    I am still hoping someone can describe where it fits in the flow of IPv6 on SFOS.

    When raclient is listening on an interface raclient runs raclient.sh every time a router advertisement packet is received.  

  • Hello there,

    DEV provided an RCA for your closed case with ID NC-124721.

    You can open a ticket requesting the full details of the RCA, but essentially, what is happening is that networkd is ignoring the signal (SIGCHDL) and is not removing the dhclient process from the child process list; this process repeats over time, leading to an accumulation of multiple dhclient child processes.

    Regards,


     
    Emmanuel (EmmoSophos)
    Technical Team Lead, Global Community Support
    Sophos Support VideosProduct Documentation  |  @SophosSupport  | Sign up for SMS Alerts
    If a post solves your question use the 'Verify Answer' link.
Reply
  • Hello there,

    DEV provided an RCA for your closed case with ID NC-124721.

    You can open a ticket requesting the full details of the RCA, but essentially, what is happening is that networkd is ignoring the signal (SIGCHDL) and is not removing the dhclient process from the child process list; this process repeats over time, leading to an accumulation of multiple dhclient child processes.

    Regards,


     
    Emmanuel (EmmoSophos)
    Technical Team Lead, Global Community Support
    Sophos Support VideosProduct Documentation  |  @SophosSupport  | Sign up for SMS Alerts
    If a post solves your question use the 'Verify Answer' link.
Children