|
@@ -279,14 +279,6 @@ subnet ID and hardware address.
|
|
|
A debug message issued when the server is about to obtain schema version
|
|
|
information from the memory file database.
|
|
|
|
|
|
-% DHCPSRV_MEMFILE_LEASE_LOAD4 loading lease %1
|
|
|
-A debug message issued when DHCPv4 lease is being loaded from the file to
|
|
|
-memory.
|
|
|
-
|
|
|
-% DHCPSRV_MEMFILE_LEASE_LOAD6 loading lease %1
|
|
|
-A debug message issued when DHCPv6 lease is being loaded from the file to
|
|
|
-memory.
|
|
|
-
|
|
|
% DHCPSRV_MEMFILE_LEASES_RELOAD4 reloading leases from %1
|
|
|
An info message issued when server is about to start reading DHCPv4 leases
|
|
|
from the lease file. All leases currently held in the memory will be
|
|
@@ -297,6 +289,14 @@ An info message issued when server is about to start reading DHCPv6 leases
|
|
|
from the lease file. All leases currently held in the memory will be
|
|
|
replaced by those read from the file.
|
|
|
|
|
|
+% DHCPSRV_MEMFILE_LEASE_LOAD4 loading lease %1
|
|
|
+A debug message issued when DHCPv4 lease is being loaded from the file to
|
|
|
+memory.
|
|
|
+
|
|
|
+% DHCPSRV_MEMFILE_LEASE_LOAD6 loading lease %1
|
|
|
+A debug message issued when DHCPv6 lease is being loaded from the file to
|
|
|
+memory.
|
|
|
+
|
|
|
% DHCPSRV_MEMFILE_NO_STORAGE running in non-persistent mode, leases will be lost after restart
|
|
|
A warning message issued when writes of leases to disk have been disabled
|
|
|
in the configuration. This mode is useful for some kinds of performance
|
|
@@ -393,6 +393,12 @@ lease from the MySQL database for the specified address.
|
|
|
A debug message issued when the server is attempting to update IPv6
|
|
|
lease from the MySQL database for the specified address.
|
|
|
|
|
|
+% DHCPSRV_NOTYPE_DB no 'type' keyword to determine database backend: %1
|
|
|
+This is an error message, logged when an attempt has been made to access
|
|
|
+a database backend, but where no 'type' keyword has been included in
|
|
|
+the access string. The access string (less any passwords) is included
|
|
|
+in the message.
|
|
|
+
|
|
|
% DHCPSRV_PGSQL_ADD_ADDR4 adding IPv4 lease with address %1
|
|
|
A debug message issued when the server is about to add an IPv4 lease
|
|
|
with the specified address to the PostgreSQL backend database.
|
|
@@ -401,13 +407,6 @@ with the specified address to the PostgreSQL backend database.
|
|
|
A debug message issued when the server is about to add an IPv6 lease
|
|
|
with the specified address to the PostgreSQL backend database.
|
|
|
|
|
|
-% DHCPSRV_PGSQL_DEALLOC_ERROR An error occured deallocating SQL statements while closing the PostgreSQL lease database: %1
|
|
|
-This is an error message issued when a DHCP server (either V4 or V6) experienced
|
|
|
-and error freeing database SQL resources as part of closing its connection to
|
|
|
-the Postgresql database. The connection is closed as part of normal server
|
|
|
-shutdown. This error is most likely a programmatic issue that is highly
|
|
|
-unlikely to occur or negatively impact server operation.
|
|
|
-
|
|
|
% DHCPSRV_PGSQL_COMMIT committing to MySQL database
|
|
|
The code has issued a commit call. All outstanding transactions will be
|
|
|
committed to the database. Note that depending on the PostgreSQL settings,
|
|
@@ -419,6 +418,13 @@ V6) is about to open a PostgreSQL lease database. The parameters of the
|
|
|
connection including database name and username needed to access it
|
|
|
(but not the password if any) are logged.
|
|
|
|
|
|
+% DHCPSRV_PGSQL_DEALLOC_ERROR An error occured deallocating SQL statements while closing the PostgreSQL lease database: %1
|
|
|
+This is an error message issued when a DHCP server (either V4 or V6) experienced
|
|
|
+and error freeing database SQL resources as part of closing its connection to
|
|
|
+the Postgresql database. The connection is closed as part of normal server
|
|
|
+shutdown. This error is most likely a programmatic issue that is highly
|
|
|
+unlikely to occur or negatively impact server operation.
|
|
|
+
|
|
|
% DHCPSRV_PGSQL_DELETE_ADDR deleting lease for address %1
|
|
|
A debug message issued when the server is attempting to delete a lease for
|
|
|
the specified address from the PostgreSQL database for the specified address.
|
|
@@ -477,12 +483,6 @@ lease from the PostgreSQL database for the specified address.
|
|
|
A debug message issued when the server is attempting to update IPv6
|
|
|
lease from the PostgreSQL database for the specified address.
|
|
|
|
|
|
-% DHCPSRV_NOTYPE_DB no 'type' keyword to determine database backend: %1
|
|
|
-This is an error message, logged when an attempt has been made to access
|
|
|
-a database backend, but where no 'type' keyword has been included in
|
|
|
-the access string. The access string (less any passwords) is included
|
|
|
-in the message.
|
|
|
-
|
|
|
% DHCPSRV_UNEXPECTED_NAME database access parameters passed through '%1', expected 'lease-database'
|
|
|
The parameters for access the lease database were passed to the server through
|
|
|
the named configuration parameter, but the code was expecting them to be
|