BIND 10 trac213-incremental-config, updated. 5c16ff47ae8d485da0684ee7dd5547eeef3c6232 [213] Make systests work

BIND 10 source code commits bind10-changes at lists.isc.org
Sun Nov 6 14:19:04 UTC 2011


The branch, trac213-incremental-config has been updated
       via  5c16ff47ae8d485da0684ee7dd5547eeef3c6232 (commit)
       via  65d8475336b8e884ff261b9a1fe03688e1618cf4 (commit)
      from  388e77cae5d9260bcc314465f6711bcdd782a26d (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 5c16ff47ae8d485da0684ee7dd5547eeef3c6232
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Sun Nov 6 15:18:07 2011 +0100

    [213] Make systests work
    
    The workaround with components/x is to be removed at merge with master,
    there's a fix for it.

commit 65d8475336b8e884ff261b9a1fe03688e1618cf4
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Sun Nov 6 15:17:54 2011 +0100

    [213] Remove unneeded debug messages

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

Summary of changes:
 src/bin/bind10/bind10_messages.mes |   15 ---------------
 tests/system/bindctl/tests.sh      |    7 +++++--
 2 files changed, 5 insertions(+), 17 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10_messages.mes b/src/bin/bind10/bind10_messages.mes
index 9191845..1c4e3d9 100644
--- a/src/bin/bind10/bind10_messages.mes
+++ b/src/bin/bind10/bind10_messages.mes
@@ -20,14 +20,6 @@ The boss process is starting up and will now check if the message bus
 daemon is already running. If so, it will not be able to start, as it
 needs a dedicated message bus.
 
-% BIND10_CONFIGURATION_START_AUTH start authoritative server: %1
-This message shows whether or not the authoritative server should be
-started according to the configuration.
-
-% BIND10_CONFIGURATION_START_RESOLVER start resolver: %1
-This message shows whether or not the resolver should be
-started according to the configuration.
-
 % BIND10_INVALID_STATISTICS_DATA invalid specification of statistics data specified
 An error was encountered when the boss module specified
 statistics data which is invalid for the boss specification file.
@@ -253,13 +245,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 starting %1 as a user, not root. This might fail.
-The given module 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/tests/system/bindctl/tests.sh b/tests/system/bindctl/tests.sh
index 49ef0f1..c6571c3 100755
--- a/tests/system/bindctl/tests.sh
+++ b/tests/system/bindctl/tests.sh
@@ -50,7 +50,9 @@ if [ $status != 0 ]; then echo "I:failed"; fi
 n=`expr $n + 1`
 
 echo "I:Stopping b10-auth and checking that ($n)"
-echo 'config set Boss/start_auth false
+echo 'config add Boss/components x
+config remove Boss/components b10-auth
+config remove Boss/components x
 config commit
 quit
 ' | $RUN_BINDCTL \
@@ -61,7 +63,8 @@ if [ $status != 0 ]; then echo "I:failed"; fi
 n=`expr $n + 1`
 
 echo "I:Restarting b10-auth and checking that ($n)"
-echo 'config set Boss/start_auth true
+echo 'config add Boss/components b10-auth
+config set Boss/components/b10-auth { "special": "auth", "kind": "needed" }
 config commit
 quit
 ' | $RUN_BINDCTL \




More information about the bind10-changes mailing list