|
@@ -1,3 +1,4 @@
|
|
|
+/Users/tmark/ddns/build/trac3059/bind10
|
|
|
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
|
|
|
#
|
|
|
# Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -112,6 +113,10 @@ service first starts.
|
|
|
This is an informational message issued when the controller is exiting
|
|
|
following a shut down (normal or otherwise) of the service.
|
|
|
|
|
|
+% DHCP_DDNS_AT_MAX_TRANSACTIONS application has: %1 queued requests but has reached maximum number of: %2 concurrent transactions
|
|
|
+This is a debug message that indicates that the application has DHCP_DDNS
|
|
|
+requests in the queue but is working as many concurrent requests as allowed.
|
|
|
+
|
|
|
% DHCP_DDNS_COMMAND command directive received, command: %1 - args: %2
|
|
|
This is a debug message issued when the Dhcp-Ddns application command method
|
|
|
has been invoked.
|
|
@@ -129,11 +134,30 @@ This is a debug message issued when the DHCP-DDNS application encountered an
|
|
|
error while decoding a response to DNS Update message. Typically, this error
|
|
|
will be encountered when a response message is malformed.
|
|
|
|
|
|
+% DHCP_DDNS_NO_ELIGIBLE_JOBS although there are queued requests, there are pending transactions for each Queue count: %1 Transaction count: %2
|
|
|
+This is a debug messge issued when all of the queued requests represent clients
|
|
|
+for which there is a an update already in progress. This may occur under
|
|
|
+normal operations but should be temporary situation.
|
|
|
+
|
|
|
+% DHCP_DDNS_NO_FWD_MATCH_ERROR the configured list of forward DDNS domains does not contain a match for FQDN: %1 The request has been discarded.
|
|
|
+This is an error message that indicates that DHCP_DDNS received a request to
|
|
|
+update a the forward DNS information for the given FQDN but for which there are
|
|
|
+no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
|
|
|
+configuration needs to be updated or the source of the FQDN itself should be
|
|
|
+investigated.
|
|
|
+
|
|
|
% DHCP_DDNS_NO_MATCH No DNS servers match FQDN: %1
|
|
|
This is warning message issued when there are no domains in the configuration
|
|
|
which match the cited fully qualified domain name (FQDN). The DNS Update
|
|
|
request for the FQDN cannot be processed.
|
|
|
|
|
|
+% DHCP_DDNS_NO_REV_MATCH_ERROR the configured list of reverse DDNS domains does not contain a match for FQDN: %1 The request has been discarded.
|
|
|
+This is an error message that indicates that DHCP_DDNS received a request to
|
|
|
+update a the reverse DNS information for the given FQDN but for which there are
|
|
|
+no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
|
|
|
+configuration needs to be updated or the source of the FQDN itself should be
|
|
|
+investigated.
|
|
|
+
|
|
|
% DHCP_DDNS_PROCESS_INIT application init invoked
|
|
|
This is a debug message issued when the Dhcp-Ddns application enters
|
|
|
its init method.
|
|
@@ -162,26 +186,3 @@ in event loop.
|
|
|
% DHCP_DDNS_SHUTDOWN application is performing a normal shut down
|
|
|
This is a debug message issued when the application has been instructed
|
|
|
to shut down by the controller.
|
|
|
-
|
|
|
-% DHCP_DDNS_AT_MAX_TRANSACTIONS application has: %1 queued requests but has reached maximum number of: %2 concurrent transactions
|
|
|
-This is a debug message that indicates that the application has DHCP_DDNS
|
|
|
-requests in the queue but is working as many concurrent requests as allowed.
|
|
|
-
|
|
|
-% DHCP_DDNS_NO_ELIGIBLE_JOBS although there are queued requests, there are pending transactions for each Queue count: %1 Transaction count: %2
|
|
|
-This is a debug messge issued when all of the queued requests represent clients
|
|
|
-for which there is a an update already in progress. This may occur under
|
|
|
-normal operations but should be temporary situation.
|
|
|
-
|
|
|
-% DHCP_DDNS_NO_FWD_MATCH_ERROR the configured list of forward DDNS domains does not contain a match for FQDN: %1 The request has been discarded.
|
|
|
-This is an error message that indicates that DHCP_DDNS received a request to
|
|
|
-update a the forward DNS information for the given FQDN but for which there are
|
|
|
-no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
|
|
|
-configuration needs to be updated or the source of the FQDN itself should be
|
|
|
-investigated.
|
|
|
-
|
|
|
-% DHCP_DDNS_NO_REV_MATCH_ERROR the configured list of reverse DDNS domains does not contain a match for FQDN: %1 The request has been discarded.
|
|
|
-This is an error message that indicates that DHCP_DDNS received a request to
|
|
|
-update a the reverse DNS information for the given FQDN but for which there are
|
|
|
-no configured DDNS domains in the DHCP_DDNS configuration. Either the DHCP_DDNS
|
|
|
-configuration needs to be updated or the source of the FQDN itself should be
|
|
|
-investigated.
|