BIND 10 #2452: Deal with persistent instistence that we have a deamon mode

BIND 10 Development do-not-reply at isc.org
Fri Nov 2 09:58:17 UTC 2012


#2452: Deal with persistent instistence that we have a deamon mode
--------------------------------------------+-----------------------------
                   Reporter:  shane         |                 Owner:
                       Type:  enhancement   |                Status:  new
                   Priority:  medium        |             Milestone:
                  Component:  Boss of BIND  |            Resolution:
                   Keywords:                |             Sensitive:  0
            Defect Severity:  N/A           |           Sub-Project:  Core
Feature Depending on Ticket:                |  Estimated Difficulty:  0
        Add Hours to Ticket:  0             |           Total Hours:  0
                  Internal?:  0             |
--------------------------------------------+-----------------------------
Description changed by shane:

Old description:

> Jeremy keeps complaining because we don't daemonize. We've discussed this
> several times at great length, but it seems the fact that we don't is a
> real concern.
>
> One possibility is to add a section to the documentation explaining how
> to run as a daemon, for example:
>
> {{{
> $ nohup bind10 &> /dev/null &
> }}}
>
> Another possibility is for the rest of the BIND 10 team to hold me down
> and just implement a daemon mode while I can't stop them. Were this to
> happen, we should probably use the mechanism proposed in PEP 3143:
>
> http://www.python.org/dev/peps/pep-3143/
>
> Which will likely become a part of standard Python soonish. (For now, we
> can just ship the python-daemon library with our code.)

New description:

 Jeremy keeps complaining because we don't daemonize. We've discussed this
 several times at great length, but it seems the fact that we don't is a
 real concern.

 One possibility is to add a section to the documentation explaining how to
 run as a daemon, for example:

 {{{
 $ nohup bind10 >/dev/null 2>&1 &
 }}}

 Another possibility is for the rest of the BIND 10 team to hold me down
 and just implement a daemon mode while I can't stop them. Were this to
 happen, we should probably use the mechanism proposed in PEP 3143:

 http://www.python.org/dev/peps/pep-3143/

 Which will likely become a part of standard Python soonish. (For now, we
 can just ship the python-daemon library with our code.)

--

-- 
Ticket URL: <http://bind10.isc.org/ticket/2452#comment:4>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list