]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[711] (unrelated cleanup) removed stale warn log about non root startup
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 1 Jan 2013 03:50:45 +0000 (19:50 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 1 Jan 2013 03:50:45 +0000 (19:50 -0800)
it should have been removed much earlier.

src/bin/bind10/bind10_messages.mes
src/bin/bind10/bind10_src.py.in

index 36a4422e81b9793f514124bc9e5f1c15413da29f..9414ed6ef2f28ca7eee9b102b53e8bb645297381 100644 (file)
@@ -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.
index d797bc4f2b7a6c41e40b3dc7c52c5c512a12f73a..6fe5485912eab9976a94f3765d1eed999c5a12a0 100755 (executable)
@@ -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']