BIND 10 trac711, updated. da5c7b1faa2363bbca6db163364e6e0073bcc3ab [711] (unrelated cleanup) removed stale warn log about non root startup

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 1 03:51:16 UTC 2013


The branch, trac711 has been updated
       via  da5c7b1faa2363bbca6db163364e6e0073bcc3ab (commit)
      from  0232cbe00f15efbe750b21c80973feb220bdc6c2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da5c7b1faa2363bbca6db163364e6e0073bcc3ab
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Dec 31 19:50:45 2012 -0800

    [711] (unrelated cleanup) removed stale warn log about non root startup
    
    it should have been removed much earlier.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/bind10/bind10_messages.mes |    7 -------
 src/bin/bind10/bind10_src.py.in    |    2 --
 2 files changed, 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10_messages.mes b/src/bin/bind10/bind10_messages.mes
index 36a4422..9414ed6 100644
--- a/src/bin/bind10/bind10_messages.mes
+++ b/src/bin/bind10/bind10_messages.mes
@@ -308,13 +308,6 @@ During the startup process, a number of messages are exchanged between the
 Boss process and the processes it starts.  This error is output when a
 message received by the Boss process is not recognised.
 
-% BIND10_START_AS_NON_ROOT_RESOLVER starting b10-resolver as a user, not root. This might fail.
-The resolver is being started or restarted without root privileges.
-If the module needs these privileges, it may have problems starting.
-Note that this issue should be resolved by the pending 'socket-creator'
-process; once that has been implemented, modules should not need root
-privileges anymore. See tickets #800 and #801 for more information.
-
 % BIND10_STOP_PROCESS asking %1 to shut down
 The boss module is sending a shutdown command to the given module over
 the message channel.
diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in
index d797bc4..6fe5485 100755
--- a/src/bin/bind10/bind10_src.py.in
+++ b/src/bin/bind10/bind10_src.py.in
@@ -626,8 +626,6 @@ class BoB:
             are pure speculation.  As with the auth daemon, they should be
             read from the configuration database.
         """
-        if self.__uid is not None and self.__started:
-            logger.warn(BIND10_START_AS_NON_ROOT_RESOLVER)
         self.curproc = "b10-resolver"
         # XXX: this must be read from the configuration manager in the future
         resargs = ['b10-resolver']



More information about the bind10-changes mailing list