Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Oct 2015 11:04:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203580] Quitting Unbound
Message-ID:  <bug-203580-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: cyclaero@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203580-8>