BIND10 run error

Chris Taylor Chris.Taylor at corp.eastlink.ca
Mon Feb 25 21:09:25 UTC 2013


I finally got BIND 10 installed, but when I go and run ./bind10 I get the following  it seems that BIND10 starts correctly but then dies after the stats section starts.


bash-3.2# ./bind10
2013-02-25 17:02:27.368 INFO  [b10-cfgmgr.cfgmgr/11727] CFGMGR_CONFIG_FILE Configuration manager starting with configuration file: /usr    /local/var/bind10/b10-config.db
2013-02-25 17:02:28.288 INFO  [b10-init.init/11723] BIND10_STARTING starting BIND10: bind10 20110223 (BIND 10 1.0.0)
2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_CONFIGURATOR_START bind10 component configurator is starting up
2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component Socket creator is starting
2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_SOCKCREATOR_INIT initializing socket creator parser
2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component msgq is starting
2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_STARTING_PROCESS starting process b10-msgq
2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component cfgmgr is starting
2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_STARTING_PROCESS starting process b10-cfgmgr
2013-02-25 17:02:28.289 INFO  [b10-init.init/11723] BIND10_STARTING_CC starting configuration/command session
2013-02-25 17:02:28.295 INFO  [b10-init.init/11723] BIND10_READING_INIT_CONFIGURATION reading b10-init configuration
2013-02-25 17:02:28.296 INFO  [b10-init.init/11723] BIND10_CONFIGURATOR_RECONFIGURE reconfiguring running components
2013-02-25 17:02:28.296 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component b10-stats is starting
2013-02-25 17:02:28.296 INFO  [b10-init.init/11723] BIND10_STARTING_PROCESS starting process b10-stats
2013-02-25 17:02:28.302 INFO  [b10-init.init/11723] BIND10_COMPONENT_START component b10-cmdctl is starting
2013-02-25 17:02:28.302 INFO  [b10-init.init/11723] BIND10_STARTING_PROCESS starting process b10-cmdctl
2013-02-25 17:02:28.328 INFO  [b10-init.init/11723] BIND10_STARTUP_COMPLETE BIND 10 started
2013-02-25 17:02:28.406 INFO  [b10-stats.stats/11729] STATS_STARTING starting
Traceback (most recent call last):
  File "/usr/local/libexec/bind10/b10-cmdctl", line 36, in <module>
    import ssl, socket
  File "/usr/local/lib/python3.2/ssl.py", line 60, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: No module named _ssl
2013-02-25 17:02:28.431 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11730 of b10-cmdctl ended with status 256
2013-02-25 17:02:28.431 ERROR [b10-init.init/11723] BIND10_COMPONENT_FAILED component b10-cmdctl (pid 11730) failed: process exited normally with exit status 256
2013-02-25 17:02:28.431 FATAL [b10-init.init/11723] BIND10_COMPONENT_UNSATISFIED component b10-cmdctl is required to run and failed
2013-02-25 17:02:28.431 INFO  [b10-init.init/11723] BIND10_SHUTDOWN stopping the server
2013-02-25 17:02:28.431 INFO  [b10-init.init/11723] BIND10_CONFIGURATOR_STOP bind10 component configurator is shutting down
2013-02-25 17:02:28.432 INFO  [b10-init.init/11723] BIND10_COMPONENT_STOP component Socket creator is being stopped
2013-02-25 17:02:28.432 INFO  [b10-init.init/11723] BIND10_SOCKCREATOR_TERMINATE terminating socket creator
2013-02-25 17:02:28.432 INFO  [b10-init.init/11723] BIND10_COMPONENT_STOP component msgq is being stopped
2013-02-25 17:02:28.432 INFO  [b10-init.init/11723] BIND10_COMPONENT_STOP component b10-stats is being stopped
2013-02-25 17:02:28.433 INFO  [b10-init.init/11723] BIND10_STOP_PROCESS asking b10-stats to shut down
2013-02-25 17:02:28.433 INFO  [b10-init.init/11723] BIND10_COMPONENT_STOP component cfgmgr is being stopped
2013-02-25 17:02:28.433 INFO  [b10-init.init/11723] BIND10_STOP_PROCESS asking cfgmgr to shut down
2013-02-25 17:02:28.434 INFO  [b10-stats.stats/11729] STATS_RECEIVED_SHUTDOWN_COMMAND shutdown command received
2013-02-25 17:02:28.434 INFO  [b10-stats.stats/11729] STATS_EXITING exiting
2013-02-25 17:02:28.435 INFO  [b10-cfgmgr.cfgmgr/11727] CFGMGR_STOPPED_BY_COMMAND received shutdown command, shutting down
2013-02-25 17:02:29.433 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11724 of Socket creator ended with status 0
2013-02-25 17:02:29.434 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11727 of cfgmgr ended with status 0
2013-02-25 17:02:29.434 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11729 of b10-stats ended with status 0
2013-02-25 17:02:29.434 INFO  [b10-init.init/11723] BIND10_SEND_SIGTERM sending SIGTERM to msgq (PID 11725)
2013-02-25 17:02:29.535 INFO  [b10-init.init/11723] BIND10_PROCESS_ENDED process 11725 of msgq ended with status 0
2013-02-25 17:02:29.536 INFO  [b10-init.init/11723] BIND10_SHUTDOWN_COMPLETE all processes ended, shutdown complete
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind10-users/attachments/20130225/191f2218/attachment-0001.html>


More information about the bind10-users mailing list