123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- # Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
- #
- # Permission to use, copy, modify, and/or distribute this software for any
- # purpose with or without fee is hereby granted, provided that the above
- # copyright notice and this permission notice appear in all copies.
- #
- # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- # PERFORMANCE OF THIS SOFTWARE.
- $NAMESPACE isc::dhcp
- % DHCP6_CCSESSION_STARTED control channel session started on socket %1
- A debug message issued during startup after the IPv6 DHCP server has
- successfully established a session with the BIND 10 control channel.
- % DHCP6_CCSESSION_STARTING starting control channel session, specfile: %1
- This debug message is issued just before the IPv6 DHCP server attempts
- to establish a session with the BIND 10 control channel.
- % DHCP6_CLIENTID_MISSING mandatory client-id option is missing, message from %1 dropped
- This error message indicates that the received message is being dropped
- because it does not include the mandatory client-id option necessary for
- address assignment. The most likely cause is a problem with the client.
- % DHCP6_COMMAND_RECEIVED received command %1, arguments: %2
- A debug message listing the command (and possible arguments) received
- from the BIND 10 control system by the IPv6 DHCP server.
- % DHCP6_CONFIG_COMPLETE DHCPv6 server has completed configuration: %1
- This is an informational message announcing the successful processing of a
- new configuration. it is output during server startup, and when an updated
- configuration is committed by the administrator. Additional information
- may be provided.
- % DHCP6_CONFIG_LOAD_FAIL failed to load configuration: %1
- This critical error message indicates that the initial DHCPv6
- configuration has failed. The server will start, but nothing will be
- served until the configuration has been corrected.
- % DHCP6_CONFIG_NEW_SUBNET a new subnet has been added to configuration: %1
- This is an informational message reporting that the configuration has
- been extended to include the specified subnet.
- % DHCP6_CONFIG_OPTION_DUPLICATE multiple options with the code: %1 added to the subnet: %2
- This warning message is issued on an attempt to configure multiple options with the
- same option code for the particular subnet. Adding multiple options is uncommon
- for DHCPv6, but it is not prohibited.
- % DHCP6_CONFIG_START DHCPv6 server is processing the following configuration: %1
- This is a debug message that is issued every time the server receives a
- configuration. That happens start up and also when a server configuration
- change is committed by the administrator.
- % DHCP6_CONFIG_UPDATE updated configuration received: %1
- A debug message indicating that the IPv6 DHCP server has received an
- updated configuration from the BIND 10 configuration system.
- % DHCP6_DB_BACKEND_STARTED lease database started (type: %1, name: %2)
- This informational message is printed every time DHCPv6 is started.
- It indicates what database backend type is being to store lease and
- other information.
- % DHCP6_LEASE_WITHOUT_DUID lease for address %1 does not have a DUID
- This error message indicates a database consistency failure. The lease
- database has an entry indicating that the given address is in use,
- but the lease does not contain any client identification. This is most
- likely due to a software error: please raise a bug report. As a temporary
- workaround, manually remove the lease entry from the database.
- % DHCP6_LEASE_ADVERT lease %1 advertised (client duid=%2, iaid=%3)
- This debug message indicates that the server successfully advertised
- a lease. It is up to the client to choose one server out of the
- advertised servers and continue allocation with that server. This
- is a normal behavior and indicates successful operation.
- % DHCP6_LEASE_ADVERT_FAIL failed to advertise a lease for client duid=%1, iaid=%2
- This message indicates that the server failed to advertise (in response to
- received SOLICIT) a lease for a given client. There may be many reasons for
- such failure. Each specific failure is logged in a separate log entry.
- % DHCP6_LEASE_ALLOC lease %1 has been allocated (client duid=%2, iaid=%3)
- This debug message indicates that the server successfully granted (in
- response to client's REQUEST message) a lease. This is a normal behavior
- and indicates successful operation.
- % DHCP6_LEASE_ALLOC_FAIL failed to grant a lease for client duid=%1, iaid=%2
- This message indicates that the server failed to grant (in response to
- received REQUEST) a lease for a given client. There may be many reasons for
- such failure. Each specific failure is logged in a separate log entry.
- % DHCP6_RELEASE address %1 belonging to client duid=%2, iaid=%3 was released properly.
- This debug message indicates that an address was released properly. It
- is a normal operation during client shutdown.
- % DHCP6_RELEASE_FAIL failed to remove lease for address %1 for duid=%2, iaid=%3
- This error message indicates that the software failed to remove a
- lease from the lease database. It probably due to an error during a
- database operation: resolution will most likely require administrator
- intervention (e.g. check if DHCP process has sufficient privileges to
- update the database). It may also be triggered if a lease was manually
- removed from the database during RELEASE message processing.
- % DHCP6_RELEASE_FAIL_WRONG_DUID client (duid=%1) tried to release address %2, but it belongs to client (duid=%3)
- This warning message indicates that client tried to release an address
- that belongs to a different client. This should not happen in normal
- circumstances and may indicate a misconfiguration of the client. However,
- since the client releasing the address will stop using it anyway, there
- is a good chance that the situation will correct itself.
- % DHCP6_RELEASE_FAIL_WRONG_IAID client (duid=%1) tried to release address %2, but it used wrong IAID (expected %3, but got %4)
- This warning message indicates that client tried to release an address
- that does belong to it, but the address was expected to be in a different
- IA (identity association) container. This probably means that the client's
- support for multiple addresses is flawed.
- % DHCP6_RELEASE_MISSING_CLIENTID client (address=%1) sent RELEASE message without mandatory client-id
- This warning message indicates that client sent RELEASE message without
- mandatory client-id option. This is most likely caused by a buggy client
- (or a relay that malformed forwarded message). This request will not be
- processed and a response with error status code will be sent back.
- % DHCP6_NOT_RUNNING IPv6 DHCP server is not running
- A warning message is issued when an attempt is made to shut down the
- IPv6 DHCP server but it is not running.
- % DHCP6_NO_INTERFACES failed to detect any network interfaces
- During startup the IPv6 DHCP server failed to detect any network
- interfaces and is therefore shutting down.
- % DHCP6_NO_SUBNET_DEF_OPT failed to find subnet for address %1 when adding default options
- This warning message indicates that when attempting to add default options
- to a response, the server found that it was not configured to support
- the subnet from which the DHCPv6 request was received. The packet has
- been ignored.
- % DHCP6_NO_SUBNET_REQ_OPT failed to find subnet for address %1 when adding requested options
- This warning message indicates that when attempting to add requested
- options to a response, the server found that it was not configured
- to support the subnet from which the DHCPv6 request was received.
- The packet has been ignored.
- % DHCP6_OPEN_SOCKET opening sockets on port %1
- A debug message issued during startup, this indicates that the IPv6 DHCP
- server is about to open sockets on the specified port.
- % DHCP6_PACKET_PARSE_FAIL failed to parse incoming packet
- The IPv6 DHCP server has received a packet that it is unable to interpret.
- % DHCP6_PACKET_RECEIVED %1 packet received
- A debug message noting that the server has received the specified type
- of packet. Note that a packet marked as UNKNOWN may well be a valid
- DHCP packet, just a type not expected by the server (e.g. it will report
- a received OFFER packet as UNKNOWN).
- % DHCP6_PACKET_RECEIVE_FAIL error on attempt to receive packet: %1
- The IPv6 DHCP server tried to receive a packet but an error
- occurred during this attempt. The reason for the error is included in
- the message.
- % DHCP6_PACKET_SEND_FAIL failed to send DHCPv6 packet: %1
- This error is output if the IPv6 DHCP server fails to send an assembled
- DHCP message to a client. The reason for the error is included in the
- message.
- % DHCP6_PACK_FAIL failed to assemble response correctly
- This error is output if the server failed to assemble the data to be
- returned to the client into a valid packet. The reason is most likely
- to be to a programming error: please raise a bug report.
- % DHCP6_PARSER_COMMIT_EXCEPTION parser failed to commit changes
- On receipt of message containing details to a change of the IPv6 DHCP
- server configuration, a set of parsers were successfully created, but one
- of them failed to commit its changes due to a low-level system exception
- being raised. Additional messages may be output indicating the reason.
- % DHCP6_PARSER_COMMIT_FAIL parser failed to commit changes: %1
- On receipt of message containing details to a change of the IPv6 DHCP
- server configuration, a set of parsers were successfully created, but
- one of them failed to commit its changes. The reason for the failure
- is given in the message.
- % DHCP6_PARSER_CREATED1 created parser for configuration element %1
- A debug message output during a configuration update of the IPv6 DHCP
- server, notifying that the parser for the specified configuration element
- has been successfully created in the first pass through creating parsers
- % DHCP6_PARSER_CREATED2 created parser for configuration element %1
- A debug message output during a configuration update of the IPv6 DHCP
- server, notifying that the parser for the specified configuration element
- has been successfully created in the second pass through creating parsers
- % DHCP6_PARSER_CREATE_FAIL failed to create parser for configuration element %1: %2
- On receipt of message containing details to a change of its configuration,
- the IPv6 DHCP server failed to create a parser to decode the contents of the
- named configuration element. The reason for the failure is given in the
- message.
- % DHCP6_PARSER_CREATE_EXCEPTION failed to create parser for configuration element %1
- On receipt of message containing details to a change of its configuration,
- the IPv6 DHCP server failed to create a parser to decode the contents
- of the named configuration element. The message has been output in
- response to a non-BIND 10 exception being raised. Additional messages
- may give further information.
- The most likely cause of this is that the specification file for the server
- (which details the allowable contents of the configuration) is not correct for
- this version of BIND 10. This former may be the result of an interrupted
- installation of an update to BIND 10.
- % DHCP6_PROCESS_IA_NA_REQUEST server is processing IA_NA option (duid=%1, iaid=%2, hint=%3)
- This is a debug message that indicates a processing of received IA_NA
- option. It may optionally contain an address that may be used by the server
- as a hint for possible requested address.
- % DHCP6_QUERY_DATA received packet length %1, data length %2, data is %3
- A debug message listing the data received from the client or relay.
- % DHCP6_REQUIRED_OPTIONS_CHECK_FAIL %1 message received from %2 failed the following check: %3
- This message indicates that received DHCPv6 packet is invalid. This may be due
- to a number of reasons, e.g. the mandatory client-id option is missing,
- the server-id forbidden in that particular type of message is present,
- there is more than one instance of client-id or server-id present,
- etc. The exact reason for rejecting the packet is included in the message.
- % DHCP6_RESPONSE_DATA responding with packet type %1 data is %2
- A debug message listing the data returned to the client.
- % DHCP6_SERVER_FAILED server failed: %1
- The IPv6 DHCP server has encountered a fatal error and is terminating.
- The reason for the failure is included in the message.
- % DHCP6_SESSION_FAIL failed to establish BIND 10 session (%1), running stand-alone
- The server has failed to establish communication with the rest of BIND
- 10 and is running in stand-alone mode. (This behavior will change once
- the IPv6 DHCP server is properly integrated with the rest of BIND 10.)
- % DHCP6_SHUTDOWN server shutdown
- The IPv6 DHCP server has terminated normally.
- % DHCP6_SHUTDOWN_REQUEST shutdown of server requested
- This debug message indicates that a shutdown of the IPv6 server has
- been requested via a call to the 'shutdown' method of the core Dhcpv6Srv
- object.
- % DHCP6_SRV_CONSTRUCT_ERROR error creating Dhcpv6Srv object, reason: %1
- This error message indicates that during startup, the construction of a
- core component within the IPv6 DHCP server (the Dhcpv6 server object)
- has failed. As a result, the server will exit. The reason for the
- failure is given within the message.
- % DHCP6_STANDALONE skipping message queue, running standalone
- This is a debug message indicating that the IPv6 server is running in
- standalone mode, not connected to the message queue. Standalone mode
- is only useful during program development, and should not be used in a
- production environment.
- % DHCP6_STARTING server starting
- This informational message indicates that the IPv6 DHCP server has
- processed any command-line switches and is starting.
- % DHCP6_START_INFO pid: %1, port: %2, verbose: %3, standalone: %4
- This is a debug message issued during the IPv6 DHCP server startup.
- It lists some information about the parameters with which the server
- is running.
- % DHCP6_SUBNET_SELECTED the %1 subnet was selected for client assignment
- This is a debug message informing that a given subnet was selected. It will
- be used for address and option assignment. This is one of the early steps
- in the processing of incoming client message.
- % DHCP6_SUBNET_SELECTION_FAILED failed to select a subnet for incoming packet, src=%1 type=%2
- This warning message is output when a packet was received from a subnet for
- which the DHCPv6 server has not been configured. The cause is most likely due
- to a misconfiguration of the server. The packet processing will continue, but
- the response will only contain generic configuration parameters and no
- addresses or prefixes.
- % DHCP6_UNKNOWN_RENEW received RENEW from client (duid=%1, iaid=%2) in subnet %3
- This warning message is printed when client attempts to renew a lease,
- but no such lease is known by the server. It typically means that
- client has attempted to use its lease past its lifetime: causes of this
- include a adjustment of the clients date/time setting or poor support
- for sleep/recovery. A properly implemented client will recover from such
- a situation by restarting the lease allocation process after receiving
- a negative reply from the server.
- An alternative cause could be that the server has lost its database
- recently and does not recognize its well-behaving clients. This is more
- probable if you see many such messages. Clients will recover from this,
- but they will most likely get a different IP addresses and experience
- a brief service interruption.
- % DHCP6_UNKNOWN_RELEASE received RELEASE from unknown client (duid=%1, iaid=%2)
- This warning message is printed when client attempts to release a lease,
- but no such lease is known by the server. See DHCP6_UNKNOWN_RENEW for
- possible reasons for such behavior.
|