Package: netplug Version: 1.2.9.2-5 Debian Release: Trixie Kernel: 6.12.17-1
I have found that netplugd is reporting an error in the journal indicating it is killing a process when a link state transition happens. Example journal message: Jul 28 19:36:31 eos-a netplugd[2405]: /etc/netplug/netplug eth0 in -> pid 2405 Jul 28 19:36:31 eos-a netplugd[2404]: Unexpected child 1106527440 exited with status 0 And as a result it appears that the scripts in /etc/network/if-* are not getting called so our scripts which give our application link state changes are not being called. I backed out the patch 70no-executable-stack.patch and rebuilt that and then everything started working as I was expecting.

