BIND 10 #1707: Default configuration was used when mistake in different configuration
BIND 10 Development
do-not-reply at isc.org
Wed Feb 22 19:40:26 UTC 2012
#1707: Default configuration was used when mistake in different configuration
---------------------------------+-----------------------------------------
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
---------------------------------+-----------------------------------------
Default configuration was used when mistake in different configuration:
{{{
2012-02-22 13:09:04.846 INFO [b10-auth.auth] AUTH_SERVER_CREATED server
created
2012-02-22 13:09:04.855 ERROR [b10-auth.auth] AUTH_CONFIG_UPDATE_FAIL
update of configuration failed: Server configuration failed: Failed to
open master file: /home/jreed/dnsbenchsuite/tests/root/root.zone.file-
canonical
2012-02-22 13:09:04.887 INFO [b10-boss.boss] BIND10_SOCKET_GET requesting
socket [::]:53 of type TCP from the creator
2012-02-22 13:09:04.888 ERROR [b10-boss.boss] BIND10_SOCKET_ERROR error on
bind call in the creator: 13/Permission denied
2012-02-22 13:09:04.889 ERROR [b10-auth.server_common]
SRVCOMM_ADDRESS_FAIL failed to listen on addresses ("Error creating socket
on bind")
2012-02-22 13:09:04.889 ERROR [b10-auth.auth] AUTH_CONFIG_LOAD_FAIL load
of configuration failed: Server configuration failed: "Error creating
socket on bind"
}}}
The only change was the wrong name of the database filename. The config
is:
{{{
{"version": 2, "Auth": {"datasources": [{"zones": [{"origin": ".", "file":
"/home/jreed/dnsbenchsuite/tests/root/root.zone-canonical"}], "type":
"memory"}], "listen_on": [{"port": 5300, "address": "127.0.0.1"}]}}
}}}
So why did the second error above happen? Why did it use port 53?
Once I renamed the file, it started fine using port 5300 as expected.
I am not sure if this problem is in cfgmgr or auth.
--
Ticket URL: <http://bind10.isc.org/ticket/1707>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list