[Bug 203580] Quitting Unbound

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 6 11:04:02 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203580

            Bug ID: 203580
           Summary: Quitting Unbound
           Product: Base System
           Version: 10.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: cyclaero at gmail.com

Frequently my server hangs on shutting down, and it is always local_unbound
that doesn't terminate gracefully in time, but needs to be killed after the
shutdown timeout. Usually this happens if the server uptime is more than some
days. If I restart it a few times in a short sequence, I experience no shutdown
delay. Beyond this, everything works normally.

According to the manual unbound.conf(5) (see section pidfile:), the signal for
quitting Unbound gracefully is QUIT, while the default signal for process
termination by the way of rc scripts is TERM.

For this reason I suggest to add a respective directive to the rc script
"/etc/rc.d/local_unbound":

...
sig_stop="QUIT"
...

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


More information about the freebsd-bugs mailing list