[Bug 290674] net/kea: restart does not work

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 02 Nov 2025 21:55:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290674

--- Comment #15 from Jose Luis Duran <jlduran@FreeBSD.org> ---
(In reply to Matthias Fechner from comment #14)
Thank you for testing, and sorry for braking it, I must have missed some logic
error.  I guess I'll just report it upstream.  In the event that upstream
decides not to take any action, I'll try to fix the script using pwait(1).

One thing I was wondering, is if you happen to be running some sort of process
supervisor, that automatically restarts the process?

If you revert to the original script:

    /usr/local/sbin/keactrl stop && sleep 2 && /usr/local/sbin/keactrl status

After 2 seconds (or add more time, if needed), you should see all the services
stopped.

-- 
You are receiving this mail because:
You are the assignee for the bug.