[Bug 290674] net/kea: restart does not work
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290674] net/kea: restart does not work"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.