BIND 10 #2554: ConfigManager not responding

BIND 10 Development do-not-reply at isc.org
Tue Dec 11 19:00:45 UTC 2012


#2554: ConfigManager not responding
-------------------------------------+-------------------------------------
                   Reporter:  jreed  |                 Owner:
                       Type:         |                Status:  new
  defect                             |             Milestone:  New Tasks
                   Priority:         |              Keywords:
  medium                             |             Sensitive:  0
                  Component:         |           Sub-Project:  Core
  configuration                      |  Estimated Difficulty:  0
               CVSS Scoring:         |           Total Hours:  0
            Defect Severity:  N/A    |
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
 I thought there was ticket already about this, but search won't find it.

 I did the following:

 {{{

 > config add Logging/loggers[0]/output_options
 > config set Logging/loggers[0]/output_options[0]/destination file
 > config set Logging/loggers[0]/output_options[0]/output
 /home/reed/work/isc/bind10/log/bind10.log
 > config show Logging/loggers[0]/output_options
 Logging/loggers[0]/output_options[0]/destination        "file"  string
 (modified)
 Logging/loggers[0]/output_options[0]/output
 "/home/reed/work/isc/bind10/log/bind10.log"     string  (modified)
 Logging/loggers[0]/output_options[0]/flush      true    boolean (default)
 Logging/loggers[0]/output_options[0]/maxsize    0       integer (default)
 Logging/loggers[0]/output_options[0]/maxver     0       integer (default)
 > config set Logging/loggers[0]/output_options[0]/maxsize 1048576
 > config set Logging/loggers[0]/output_options[0]/maxver 25
 > config commit
 Error: Module 'ConfigManager' not responding
 Configuration not committed

 }}}

 The process was not hanging though. And it did not crash and restart. I
 exited bindctl and ran it again and then did the above again with a
 "config commit" after each step and it worked.

-- 
Ticket URL: <http://bind10.isc.org/ticket/2554>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list