|
@@ -100,6 +100,15 @@ documented in preceding log entries.
|
|
|
This is an informational message issued after DHCP_DDNS has submitted DNS
|
|
|
mapping additions which were received and accepted by an appropriate DNS server.
|
|
|
|
|
|
+% DHCP_DDNS_ALREADY_RUNNING %1 already running? %2
|
|
|
+This is an error message that occurs when DHCP_DDNS encounters a pre-existing
|
|
|
+PID file which contains the PID of a running process. This most likely
|
|
|
+indicates an attempt to start a second instance of DHCP_DDNS using the
|
|
|
+same configuration file. It is possible, though unlikely, that the PID file
|
|
|
+is a remnant left behind by a server crash or power failure and the PID
|
|
|
+it contains refers to a process other than DHCP_DDNS. In such an event,
|
|
|
+it would be necessary to manually remove the PID file.
|
|
|
+
|
|
|
% 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.
|
|
@@ -277,6 +286,14 @@ 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_PID_FILE_ERROR %1 could not create a PID file: %2
|
|
|
+This is an error message that occurs when DHCP_DDNS is unable to create
|
|
|
+its PID file. The log message should contain details sufficient to
|
|
|
+determine the underlying cause. The most likely culprits are that
|
|
|
+some portion of the pathname does not exist or a permissions issue. The
|
|
|
+default path is determined by --localstatedir configure paramter but
|
|
|
+may be overridden by setting environment variable, KEA_PIDFILE_DIR.
|
|
|
+
|
|
|
% DHCP_DDNS_PROCESS_INIT application init invoked
|
|
|
This is a debug message issued when the DHCP-DDNS application enters
|
|
|
its initialization method.
|
|
@@ -492,20 +509,3 @@ server.
|
|
|
% DHCP_DDNS_UPDATE_RESPONSE_RECEIVED Request ID %1: to server: %2 status: %3
|
|
|
This is a debug message issued when DHCP_DDNS receives sends a DNS update
|
|
|
response from a DNS server.
|
|
|
-
|
|
|
-% DHCP_DDNS_ALREADY_RUNNING %1 already running? %2
|
|
|
-This is an error message that occurs when DHCP_DDNS encounters a pre-existing
|
|
|
-PID file which contains the PID of a running process. This most likely
|
|
|
-indicates an attempt to start a second instance of DHCP_DDNS using the
|
|
|
-same configuration file. It is possible, the unlikely that the PID file
|
|
|
-is a remnant left behind by a server crash or power failure and the PID
|
|
|
-it contains refers to a process other than DHCP_DDNS. In such an event,
|
|
|
-it would be necessary to manually remove the PID file.
|
|
|
-
|
|
|
-% DHCP_DDNS_PID_FILE_ERROR %1 could not create a PID file: %2
|
|
|
-This is an error message that occurs when DHCP_DDNS is unable to create
|
|
|
-its PID file. The log message should contain details sufficient to
|
|
|
-determine the underlying cause. The most likely culprits are that
|
|
|
-some portion of the pathname does not exist or a permissions issue. The
|
|
|
-default path is determined by --localstatedir configure paramter but
|
|
|
-may be overridden by setting environment variable, KEA_PIDFILE_DIR.
|