BIND 10 #1705: attempt to run multiple auth servers causes FATAL [b10-auth.server_common] SRVCOMM_EXCEPTION_ALLOC exception when allocating a socket: File exists
BIND 10 Development
do-not-reply at isc.org
Wed Feb 22 16:34:56 UTC 2012
#1705: attempt to run multiple auth servers causes FATAL [b10-auth.server_common]
SRVCOMM_EXCEPTION_ALLOC exception when allocating a socket: File exists
---------------------------------+-----------------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: major | Milestone: New Tasks
Component: b10-auth | Keywords:
Sensitive: 0 | Defect Severity: N/A
Sub-Project: DNS | Feature Depending on Ticket:
Estimated Difficulty: 0 | Add Hours to Ticket: 0
Total Hours: 0 | Internal?: 0
---------------------------------+-----------------------------------------
Maybe this is related to #1703.
{{{
2012-02-22 11:20:33.334 DEBUG [b10-auth.cc] CC_GROUP_SEND sending message
'{ "command": [ "get_module_spec", { "module_name": "Logging" } ] }' to
group 'ConfigManager'
2012-02-22 11:20:33.335 DEBUG [b10-auth.cc] CC_GROUP_RECEIVE trying to
receive a message
2012-02-22 11:20:33.337 FATAL [b10-auth.server_common]
SRVCOMM_EXCEPTION_ALLOC exception when allocating a socket: File exists
2012-02-22 11:20:33.337 INFO [b10-boss.boss] BIND10_LOST_SOCKET_CONSUMER
consumer 21 of sockets disconnected, considering all its sockets closed
2012-02-22 11:20:33.337 INFO [b10-boss.boss] BIND10_PROCESS_ENDED process
23289 of b10-auth-2 ended with status 6
2012-02-22 11:20:33.337 ERROR [b10-boss.boss] BIND10_COMPONENT_FAILED
component b10-auth-2 (pid 23289) failed with 6 exit status
2012-02-22 11:20:33.338 FATAL [b10-boss.boss] BIND10_COMPONENT_UNSATISFIED
component b10-auth-2 is required to run and failed
2012-02-22 11:20:33.338 INFO [b10-boss.boss] BIND10_SHUTDOWN stopping the
server
}}}
My configuration is:
{{{
{"version": 2, "Auth": {"listen_on": [{"port": 5300, "address":
"127.0.0.1"}]}, "Boss": {"components": {"b10-auth-2": {"kind": "needed",
"special": "auth"}, "b10-xfrin": {"kind": "dispensable", "address":
"Xfrin"}, "b10-cmdctl": {"kind": "needed", "special": "cmdctl"},
"b10-xfrout": {"kind": "dispensable", "address": "Xfrout"}, "b10-auth":
{"kind": "needed", "special": "auth"}, "b10-zonemgr": {"kind":
"dispensable", "address": "Zonemgr"}, "b10-stats": {"kind": "dispensable",
"address": "Stats"}, "b10-stats-httpd": {"kind": "dispensable", "address":
"StatsHttpd"}}}}
}}}
Maybe I just didn't configure correctly. I didn't find documentation for
this.
--
Ticket URL: <http://bind10.isc.org/ticket/1705>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list