Log Messages and Formats

AAA_LOAD_FAIL

AAA_LOAD_FAIL

  • Severity CRIT

  • Description Failed to load the AAA data, it could be that an external db is misbehaving or AAA is mounted/populated badly

  • Format String "Failed to load AAA: ~s"

ABORT_CAND_COMMIT

ABORT_CAND_COMMIT

  • Severity INFO

  • Description Aborting candidate commit, request from user, reverting configuration.

  • Format String "Aborting candidate commit, request from user, reverting configuration."

ABORT_CAND_COMMIT_REBOOT

ABORT_CAND_COMMIT_REBOOT

  • Severity INFO

  • Description ConfD restarted while having a ongoing candidate commit timer, reverting configuration.

  • Format String "ConfD restarted while having a ongoing candidate commit timer, reverting configuration."

ABORT_CAND_COMMIT_TERM

ABORT_CAND_COMMIT_TERM

  • Severity INFO

  • Description Candidate commit session terminated, reverting configuration.

  • Format String "Candidate commit session terminated, reverting configuration."

ABORT_CAND_COMMIT_TIMER

ABORT_CAND_COMMIT_TIMER

  • Severity INFO

  • Description Candidate commit timer expired, reverting configuration.

  • Format String "Candidate commit timer expired, reverting configuration."

ACCEPT_FATAL

ACCEPT_FATAL

  • Severity CRIT

  • Description ConfD encountered an OS-specific error indicating that networking support is unavailable.

  • Format String "Fatal error for accept() - ~s"

ACCEPT_FDLIMIT

ACCEPT_FDLIMIT

  • Severity CRIT

  • Description ConfD failed to accept a connection due to reaching the process or system-wide file descriptor limit.

  • Format String "Out of file descriptors for accept() - ~s limit reached"

AUTH_LOGIN_FAIL

AUTH_LOGIN_FAIL

  • Severity INFO

  • Description A user failed to log in to ConfD.

  • Format String "login failed via ~s from ~s with ~s: ~s"

AUTH_LOGIN_SUCCESS

AUTH_LOGIN_SUCCESS

  • Severity INFO

  • Description A user logged into ConfD.

  • Format String "logged in to ~s via ~s from ~s with ~s using ~s authentication"

AUTH_LOGOUT

AUTH_LOGOUT

  • Severity INFO

  • Description A user was logged out from ConfD.

  • Format String "logged out <~s> user"

BADCONFIG

BADCONFIG

  • Severity CRIT

  • Description confd.conf contained bad data.

  • Format String "Bad configuration: ~s:~s: ~s"

BAD_DEPENDENCY

BAD_DEPENDENCY

  • Severity ERR

  • Description A dependency was not found

  • Format String "The dependency node '~s' for node '~s' in module '~s' does not exist"

BAD_NS_HASH

BAD_NS_HASH

  • Severity CRIT

  • Description Two namespaces have the same hash value. The namespace hashvalue MUST be unique. You can pass the flag --nshash to confdc when linking the .xso files to force another value for the namespace hash.

  • Format String "~s"

BIND_ERR

BIND_ERR

  • Severity CRIT

  • Description ConfD failed to bind to one of the internally used listen sockets.

  • Format String "~s"

BRIDGE_DIED

BRIDGE_DIED

  • Severity ERR

  • Description ConfD is configured to start the confd_aaa_bridge and the C program died.

  • Format String "confd_aaa_bridge died - ~s"

CAND_COMMIT_ROLLBACK_DONE

CAND_COMMIT_ROLLBACK_DONE

  • Severity INFO

  • Description Candidate commit rollback done

  • Format String "Candidate commit rollback done"

CAND_COMMIT_ROLLBACK_FAILURE

CAND_COMMIT_ROLLBACK_FAILURE

  • Severity ERR

  • Description Failed to rollback candidate commit

  • Format String "Failed to rollback candidate commit due to: ~s"

CANDIDATE_BAD_FILE_FORMAT

CANDIDATE_BAD_FILE_FORMAT

  • Severity WARNING

  • Description The candidate database file has a bad format. The candidate database is reset to the empty database.

  • Format String "Bad format found in candidate db file ~s; resetting candidate"

CANDIDATE_CORRUPT_FILE

CANDIDATE_CORRUPT_FILE

  • Severity WARNING

  • Description The candidate database file is corrupt and cannot be read. The candidate database is reset to the empty database.

  • Format String "Corrupt candidate db file ~s; resetting candidate"

CDB_BACKUP

CDB_BACKUP

  • Severity INFO

  • Description CDB data backed up after migration to a new storage backend.

  • Format String "CDB: ~s backed up to ~s"

CDB_BOOT_ERR

CDB_BOOT_ERR

  • Severity CRIT

  • Description CDB failed to start. Some grave error in the cdb data files prevented CDB from starting - a recovery from backup is necessary.

  • Format String "CDB boot error: ~s"

CDB_CLIENT_TIMEOUT

CDB_CLIENT_TIMEOUT

  • Severity ERR

  • Description A CDB client failed to answer within the timeout period. The client will be disconnected.

  • Format String "CDB client (~s) timed out, waiting for ~s"

CDB_CONFIG_LOST

CDB_CONFIG_LOST

  • Severity INFO

  • Description CDB found it's data files but no schema file. CDB recovers by starting from an empty database.

  • Format String "CDB: lost config, deleting DB"

CDB_DB_LOST

CDB_DB_LOST

  • Severity INFO

  • Description CDB found it's data schema file but not it's data file. CDB recovers by starting from an empty database.

  • Format String "CDB: lost DB, deleting old config"

CDB_FATAL_ERROR

CDB_FATAL_ERROR

  • Severity CRIT

  • Description CDB encounterad an unrecoverable error

  • Format String "fatal error in CDB: ~s"

CDB_INIT_LOAD

CDB_INIT_LOAD

  • Severity INFO

  • Description CDB is processing an initialization file.

  • Format String "CDB load: processing file: ~s"

CDB_MIGRATE

CDB_MIGRATE

  • Severity INFO

  • Description CDB data migration to a new storage backend.

  • Format String "CDB: migrate ~s to ~s"

CDB_OFFLOAD

CDB_OFFLOAD

  • Severity DEBUG

  • Description CDB data offload started.

  • Format String "CDB: offload ~s from memory"

CDB_OP_INIT

CDB_OP_INIT

  • Severity ERR

  • Description The operational DB was deleted and re-initialized (because of upgrade or corrupt file)

  • Format String "CDB: Operational DB re-initialized"

CDB_STALE_BACKUP

CDB_STALE_BACKUP

  • Severity INFO

  • Description CDB backup data left on disk after migration that can be removed to free up disk space.

  • Format String "CDB: ~s backup file(s) occupying ~sMiB, remove to free up disk space: ~s"

CDB_UPGRADE_FAILED

CDB_UPGRADE_FAILED

  • Severity ERR

  • Description Automatic CDB upgrade failed. This means that the data model has been changed in a non-supported way.

  • Format String "CDB: Upgrade failed: ~s"

CGI_REQUEST

CGI_REQUEST

  • Severity INFO

  • Description CGI script requested.

  • Format String "CGI: '~s' script with method ~s"

CHANGE_USER

CHANGE_USER

  • Severity INFO

  • Description A NETCONF request to change user for authorization was succesfully done.

  • Format String "changed user to ~s, groups ~s"

CLI_CMD_ABORTED

CLI_CMD_ABORTED

  • Severity INFO

  • Description CLI command aborted.

  • Format String "CLI aborted"

CLI_CMD_DONE

CLI_CMD_DONE

  • Severity INFO

  • Description CLI command finished successfully.

  • Format String "CLI done"

CLI_CMD

CLI_CMD

  • Severity INFO

  • Description User executed a CLI command.

  • Format String "CLI '~s'"

CLI_DENIED

CLI_DENIED

  • Severity INFO

  • Description User was denied to execute a CLI command due to permissions.

  • Format String "CLI denied '~s'"

COMMIT_INFO

COMMIT_INFO

  • Severity INFO

  • Description Information about configuration changes committed to the running data store.

  • Format String "commit ~s"

COMMIT_QUEUE_CORRUPT

COMMIT_QUEUE_CORRUPT

  • Severity ERR

  • Description Failed to load commit queue. ConfD recovers by starting from an empty commit queue.

  • Format String "Resetting commit queue due do inconsistent or corrupt data."

CONFIG_CHANGE

CONFIG_CHANGE

  • Severity INFO

  • Description A change to ConfD configuration has taken place, e.g., by a reload of the configuration file

  • Format String "ConfD configuration change: ~s"

CONFIG_DEPRECATED

CONFIG_DEPRECATED

  • Severity WARNING

  • Description confd.conf contains a deprecated value

  • Format String "Config value is deprecated: ~s"

CONFIG_OBSOLETE

CONFIG_OBSOLETE

  • Severity WARNING

  • Description confd.conf contains an obsolete value

  • Format String "Config value is obsolete: ~s"

CONFIG_TRANSACTION_LIMIT

CONFIG_TRANSACTION_LIMIT

  • Severity INFO

  • Description Configuration transaction limit reached, rejected new transaction request.

  • Format String "Configuration transaction limit of type '~s' reached, rejected new transaction request"

CONSULT_FILE

CONSULT_FILE

  • Severity INFO

  • Description ConfD is reading its configuration file.

  • Format String "Consulting daemon configuration file ~s"

CRYPTO_KEYS_FAILED_LOADING

CRYPTO_KEYS_FAILED_LOADING

  • Severity INFO

  • Description Crypto keys failed to load because the old active generation is missing in the new configuration.

  • Format String "Cannot reload crypto keys since the old active generation is missing in the new list of keys."

DAEMON_DIED

DAEMON_DIED

  • Severity CRIT

  • Description An external database daemon closed its control socket.

  • Format String "Daemon ~s died"

DAEMON_TIMEOUT

DAEMON_TIMEOUT

  • Severity CRIT

  • Description An external database daemon did not respond to a query.

  • Format String "Daemon ~s timed out"

DEVEL_AAA

DEVEL_AAA

  • Severity INFO

  • Description Developer aaa log message

  • Format String "~s"

DEVEL_CAPI

DEVEL_CAPI

  • Severity INFO

  • Description Developer C api log message

  • Format String "~s"

DEVEL_CDB

DEVEL_CDB

  • Severity INFO

  • Description Developer CDB log message

  • Format String "~s"

DEVEL_CONFD

DEVEL_CONFD

  • Severity INFO

  • Description Developer ConfD log message

  • Format String "~s"

DEVEL_ECONFD

DEVEL_ECONFD

  • Severity INFO

  • Description Developer econfd api log message

  • Format String "~s"

DEVEL_SLS

DEVEL_SLS

  • Severity INFO

  • Description Developer smartlicensing api log message

  • Format String "~s"

DEVEL_SNMPA

DEVEL_SNMPA

  • Severity INFO

  • Description Developer snmp agent log message

  • Format String "~s"

DEVEL_SNMPGW

DEVEL_SNMPGW

  • Severity INFO

  • Description Developer snmp GW log message

  • Format String "~s"

DEVEL_WEBUI

DEVEL_WEBUI

  • Severity INFO

  • Description Developer webui log message

  • Format String "~s"

DUPLICATE_NAMESPACE

DUPLICATE_NAMESPACE

  • Severity CRIT

  • Description Duplicate namespace found.

  • Format String "The namespace ~s is defined in both module ~s and ~s."

DUPLICATE_PREFIX

DUPLICATE_PREFIX

  • Severity CRIT

  • Description Duplicate prefix found.

  • Format String "The prefix ~s is defined in both ~s and ~s."

ERRLOG_SIZE_CHANGED

ERRLOG_SIZE_CHANGED

  • Severity INFO

  • Description Notify change of log size for error log

  • Format String "Changing size of error log (~s) to ~s (was ~s)"

EVENT_SOCKET_TIMEOUT

EVENT_SOCKET_TIMEOUT

  • Severity CRIT

  • Description An event notification subscriber did not reply within the configured timeout period

  • Format String "Event notification subscriber with bitmask ~s timed out, waiting for ~s"

EVENT_SOCKET_WRITE_BLOCK

EVENT_SOCKET_WRITE_BLOCK

  • Severity CRIT

  • Description Write on an event socket blocked for too long time

  • Format String "~s"

EXEC_WHEN_CIRCULAR_DEPENDENCY

EXEC_WHEN_CIRCULAR_DEPENDENCY

  • Severity WARNING

  • Description An error occurred while evaluating a when-expression.

  • Format String "When-expression evaluation error: circular dependency in ~s"

EXT_AUTH_2FA_FAIL

EXT_AUTH_2FA_FAIL

  • Severity INFO

  • Description External challenge authentication failed for a user.

  • Format String "external challenge authentication failed via ~s from ~s with ~s: ~s"

EXT_AUTH_2FA

EXT_AUTH_2FA

  • Severity INFO

  • Description External challenge sent to a user.

  • Format String "external challenge sent to ~s from ~s with ~s"

EXT_AUTH_2FA_SUCCESS

EXT_AUTH_2FA_SUCCESS

  • Severity INFO

  • Description An external challenge authenticated user logged in.

  • Format String "external challenge authentication succeeded via ~s from ~s with ~s, member of groups: ~s~s"

EXTAUTH_BAD_RET

EXTAUTH_BAD_RET

  • Severity ERR

  • Description Authentication is external and the external program returned badly formatted data.

  • Format String "External auth program (user=~s) ret bad output: ~s"

EXT_AUTH_FAIL

EXT_AUTH_FAIL

  • Severity INFO

  • Description External authentication failed for a user.

  • Format String "external authentication failed via ~s from ~s with ~s: ~s"

EXT_AUTH_SUCCESS

EXT_AUTH_SUCCESS

  • Severity INFO

  • Description An externally authenticated user logged in.

  • Format String "external authentication succeeded via ~s from ~s with ~s, member of groups: ~s~s"

EXT_AUTH_TOKEN_FAIL

EXT_AUTH_TOKEN_FAIL

  • Severity INFO

  • Description External token authentication failed for a user.

  • Format String "external token authentication failed via ~s from ~s with ~s: ~s"

EXT_AUTH_TOKEN_SUCCESS

EXT_AUTH_TOKEN_SUCCESS

  • Severity INFO

  • Description An externally token authenticated user logged in.

  • Format String "external token authentication succeeded via ~s from ~s with ~s, member of groups: ~s~s"

EXT_BIND_ERR

EXT_BIND_ERR

  • Severity CRIT

  • Description ConfD failed to bind to one of the externally visible listen sockets.

  • Format String "~s"

FILE_ERROR

FILE_ERROR

  • Severity CRIT

  • Description File error

  • Format String "~s: ~s"

FILE_LOAD

FILE_LOAD

  • Severity DEBUG

  • Description System loaded a file.

  • Format String "Loaded file ~s"

FILE_LOAD_ERR

FILE_LOAD_ERR

  • Severity CRIT

  • Description System tried to load a file in its load path and failed.

  • Format String "Failed to load file ~s: ~s"

FILE_LOADING

FILE_LOADING

  • Severity DEBUG

  • Description System starts to load a file.

  • Format String "Loading file ~s"

FXS_MISMATCH

FXS_MISMATCH

  • Severity ERR

  • Description A secondary connected to a primary where the fxs files are different

  • Format String "Fxs mismatch, secondary is not allowed"

GROUP_ASSIGN

GROUP_ASSIGN

  • Severity INFO

  • Description A user was assigned to a set of groups.

  • Format String "assigned to groups: ~s"

GROUP_NO_ASSIGN

GROUP_NO_ASSIGN

  • Severity INFO

  • Description A user was logged in but wasn't assigned to any groups at all.

  • Format String "Not assigned to any groups - all access is denied"

HA_BAD_VSN

HA_BAD_VSN

  • Severity ERR

  • Description A secondary connected to a primary with an incompatible HA protocol version

  • Format String "Incompatible HA version (~s, expected ~s), secondary is not allowed"

HA_DUPLICATE_NODEID

HA_DUPLICATE_NODEID

  • Severity ERR

  • Description A secondary arrived with a node id which already exists

  • Format String "Nodeid ~s already exists"

HA_FAILED_CONNECT

HA_FAILED_CONNECT

  • Severity ERR

  • Description An attempted library become secondary call failed because the secondary couldn't connect to the primary

  • Format String "Failed to connect to primary: ~s"

HA_SECONDARY_KILLED

HA_SECONDARY_KILLED

  • Severity ERR

  • Description A secondary node didn't produce its ticks

  • Format String "Secondary ~s killed due to no ticks"

INTERNAL_ERROR

INTERNAL_ERROR

  • Severity CRIT

  • Description A ConfD internal error - should be reported to [email protected].

  • Format String "Internal error: ~s"

JIT_ENABLED

JIT_ENABLED

  • Severity INFO

  • Description Show if JIT is enabled.

  • Format String "JIT ~s"

JSONRPC_LOG_MSG

JSONRPC_LOG_MSG

  • Severity INFO

  • Description JSON-RPC traffic log message

  • Format String "JSON-RPC traffic log: ~s"

JSONRPC_REQUEST_ABSOLUTE_TIMEOUT

JSONRPC_REQUEST_ABSOLUTE_TIMEOUT

  • Severity INFO

  • Description JSON-RPC absolute timeout.

  • Format String "Stopping session due to absolute timeout: ~s"

JSONRPC_REQUEST_IDLE_TIMEOUT

JSONRPC_REQUEST_IDLE_TIMEOUT

  • Severity INFO

  • Description JSON-RPC idle timeout.

  • Format String "Stopping session due to idle timeout: ~s"

JSONRPC_REQUEST

JSONRPC_REQUEST

  • Severity INFO

  • Description JSON-RPC method requested.

  • Format String "JSON-RPC: '~s' with JSON params ~s"

JSONRPC_WARN_MSG

JSONRPC_WARN_MSG

  • Severity WARNING

  • Description JSON-RPC warning message

  • Format String "JSON-RPC warning: ~s"

KICKER_MISSING_SCHEMA

KICKER_MISSING_SCHEMA

  • Severity INFO

  • Description Failed to load kicker schema

  • Format String "Failed to load kicker schema"

LIB_BAD_SIZES

LIB_BAD_SIZES

  • Severity ERR

  • Description An application connecting to ConfD used a library version that can't handle the depth and number of keys used by the data model.

  • Format String "Got connect from library with insufficient keypath depth/keys support (~s/~s, needs ~s/~s)"

LIB_BAD_VSN

LIB_BAD_VSN

  • Severity ERR

  • Description An application connecting to ConfD used a library version that doesn't match the ConfD version (e.g. old version of the client library).

  • Format String "Got library connect from wrong version (~s, expected ~s)"

LIB_NO_ACCESS

LIB_NO_ACCESS

  • Severity ERR

  • Description Access check failure occurred when an application connected to ConfD.

  • Format String "Got library connect with failed access check: ~s"

LISTENER_INFO

LISTENER_INFO

  • Severity INFO

  • Description ConfD starts or stops to listen for incoming connections.

  • Format String "~s to listen for ~s on ~s:~s"

LOCAL_AUTH_FAIL_BADPASS

LOCAL_AUTH_FAIL_BADPASS

  • Severity INFO

  • Description Authentication for a locally configured user failed due to providing bad password.

  • Format String "local authentication failed via ~s from ~s with ~s: ~s"

LOCAL_AUTH_FAIL

LOCAL_AUTH_FAIL

  • Severity INFO

  • Description Authentication for a locally configured user failed.

  • Format String "local authentication failed via ~s from ~s with ~s: ~s"

LOCAL_AUTH_FAIL_NOUSER

LOCAL_AUTH_FAIL_NOUSER

  • Severity INFO

  • Description Authentication for a locally configured user failed due to user not found.

  • Format String "local authentication failed via ~s from ~s with ~s: ~s"

LOCAL_AUTH_SUCCESS

LOCAL_AUTH_SUCCESS

  • Severity INFO

  • Description A locally authenticated user logged in.

  • Format String "local authentication succeeded via ~s from ~s with ~s, member of groups: ~s"

LOCAL_IPC_ACCESS_DENIED

LOCAL_IPC_ACCESS_DENIED

  • Severity INFO

  • Description Local IPC access denied for user.

  • Format String "Local IPC access denied for user ~s connecting from ~s"

LOGGING_DEST_CHANGED

LOGGING_DEST_CHANGED

  • Severity INFO

  • Description The target logfile will change to another file

  • Format String "Changing destination of ~s log to ~s"

LOGGING_SHUTDOWN

LOGGING_SHUTDOWN

  • Severity INFO

  • Description Logging subsystem terminating

  • Format String "Daemon logging terminating, reason: ~s"

LOGGING_STARTED

LOGGING_STARTED

  • Severity INFO

  • Description Logging subsystem started

  • Format String "Daemon logging started"

LOGGING_STARTED_TO

LOGGING_STARTED_TO

  • Severity INFO

  • Description Write logs for a subsystem to a specific file

  • Format String "Writing ~s log to ~s"

LOGGING_STATUS_CHANGED

LOGGING_STATUS_CHANGED

  • Severity INFO

  • Description Notify a change of logging status (enabled/disabled) for a subsystem

  • Format String "~s ~s log"

LOGIN_REJECTED

LOGIN_REJECTED

  • Severity INFO

  • Description Authentication for a user was rejected by application callback.

  • Format String "~s"

MAAPI_LOGOUT

MAAPI_LOGOUT

  • Severity INFO

  • Description A maapi user was logged out.

  • Format String "Logged out from maapi ctx=~s (~s)"

MAAPI_WRITE_TO_SOCKET_FAIL

MAAPI_WRITE_TO_SOCKET_FAIL

  • Severity INFO

  • Description maapi failed to write to a socket.

  • Format String "maapi server failed to write to a socket. Op: ~s Ecode: ~s Error: ~s~s"

MISSING_AES256CFB128_SETTINGS

MISSING_AES256CFB128_SETTINGS

  • Severity ERR

  • Description AES256CFB128 keys were not found in confd.conf

  • Format String "AES256CFB128 keys were not found in confd.conf"

MISSING_AESCFB128_SETTINGS

MISSING_AESCFB128_SETTINGS

  • Severity ERR

  • Description AESCFB128 keys were not found in confd.conf

  • Format String "AESCFB128 keys were not found in confd.conf"

MISSING_DES3CBC_SETTINGS

MISSING_DES3CBC_SETTINGS

  • Severity ERR

  • Description DES3CBC keys were not found in confd.conf

  • Format String "DES3CBC keys were not found in confd.conf"

MISSING_NS2

MISSING_NS2

  • Severity CRIT

  • Description While validating the consistency of the config - a required namespace was missing.

  • Format String "The namespace ~s (referenced by ~s) could not be found in the loadPath."

MISSING_NS

MISSING_NS

  • Severity CRIT

  • Description While validating the consistency of the config - a required namespace was missing.

  • Format String "The namespace ~s could not be found in the loadPath."

MMAP_SCHEMA_FAIL

MMAP_SCHEMA_FAIL

  • Severity ERR

  • Description Failed to setup the shared memory schema

  • Format String "Failed to setup the shared memory schema"

NETCONF_HDR_ERR

NETCONF_HDR_ERR

  • Severity ERR

  • Description The cleartext header indicating user and groups was badly formatted.

  • Format String "Got bad NETCONF TCP header"

NETCONF

NETCONF

  • Severity INFO

  • Description NETCONF traffic log message

  • Format String "~s"

NIF_LOG

NIF_LOG

  • Severity INFO

  • Description Log message from NIF code.

  • Format String "~s: ~s"

NOAAA_CLI_LOGIN

NOAAA_CLI_LOGIN

  • Severity INFO

  • Description A user used the --noaaa flag to confd_cli

  • Format String "logged in from the CLI with aaa disabled"

NO_CALLPOINT

NO_CALLPOINT

  • Severity CRIT

  • Description ConfD tried to populate an XML tree but no code had registered under the relevant callpoint.

  • Format String "no registration found for callpoint ~s of type=~s"

NO_SUCH_IDENTITY

NO_SUCH_IDENTITY

  • Severity CRIT

  • Description The fxs file with the base identity is not loaded

  • Format String "The identity ~s in namespace ~s refers to a non-existing base identity ~s in namespace ~s"

NO_SUCH_NS

NO_SUCH_NS

  • Severity CRIT

  • Description A nonexistent namespace was referred to. Typically this means that a .fxs was missing from the loadPath.

  • Format String "No such namespace ~s, used by ~s"

NO_SUCH_TYPE

NO_SUCH_TYPE

  • Severity CRIT

  • Description A nonexistent type was referred to from a ns. Typically this means that a bad version of an .fxs file was found in the loadPath.

  • Format String "No such simpleType '~s' in ~s, used by ~s"

NOTIFICATION_REPLAY_STORE_FAILURE

NOTIFICATION_REPLAY_STORE_FAILURE

  • Severity CRIT

  • Description A failure occurred in the builtin notification replay store

  • Format String "~s"

NS_LOAD_ERR2

NS_LOAD_ERR2

  • Severity CRIT

  • Description System tried to process a loaded namespace and failed.

  • Format String "Failed to process namespaces: ~s"

NS_LOAD_ERR

NS_LOAD_ERR

  • Severity CRIT

  • Description System tried to process a loaded namespace and failed.

  • Format String "Failed to process namespace ~s: ~s"

OPEN_LOGFILE

OPEN_LOGFILE

  • Severity INFO

  • Description Indicate target file for certain type of logging

  • Format String "Logging subsystem, opening log file '~s' for ~s"

PAM_AUTH_FAIL

PAM_AUTH_FAIL

  • Severity INFO

  • Description A user failed to authenticate through PAM.

  • Format String "PAM authentication failed via ~s from ~s with ~s: phase ~s, ~s"

PAM_AUTH_SUCCESS

PAM_AUTH_SUCCESS

  • Severity INFO

  • Description A PAM authenticated user logged in.

  • Format String "pam authentication succeeded via ~s from ~s with ~s"

PHASE0_STARTED

PHASE0_STARTED

  • Severity INFO

  • Description ConfD has just started its start phase 0.

  • Format String "ConfD phase0 started"

PHASE1_STARTED

PHASE1_STARTED

  • Severity INFO

  • Description ConfD has just started its start phase 1.

  • Format String "ConfD phase1 started"

READ_STATE_FILE_FAILED

READ_STATE_FILE_FAILED

  • Severity CRIT

  • Description Reading of a state file failed

  • Format String "Reading state file failed: ~s: ~s (~s)"

RELOAD

RELOAD

  • Severity INFO

  • Description Reload of daemon configuration has been initiated.

  • Format String "Reloading daemon configuration."

REOPEN_LOGS

REOPEN_LOGS

  • Severity INFO

  • Description Logging subsystem, reopening log files

  • Format String "Logging subsystem, reopening log files"

REST_AUTH_FAIL

REST_AUTH_FAIL

  • Severity INFO

  • Description Rest authentication for a user failed.

  • Format String "rest authentication failed from ~s"

REST_AUTH_SUCCESS

REST_AUTH_SUCCESS

  • Severity INFO

  • Description A rest authenticated user logged in.

  • Format String "rest authentication succeeded from ~s , member of groups: ~s"

RESTCONF_REQUEST

RESTCONF_REQUEST

  • Severity INFO

  • Description RESTCONF request

  • Format String "RESTCONF: request with ~s: ~s"

RESTCONF_RESPONSE

RESTCONF_RESPONSE

  • Severity INFO

  • Description RESTCONF response

  • Format String "RESTCONF: response with ~s: ~s duration ~s us"

REST_REQUEST

REST_REQUEST

  • Severity INFO

  • Description REST request

  • Format String "REST: request with ~s: ~s"

REST_RESPONSE

REST_RESPONSE

  • Severity INFO

  • Description REST response

  • Format String "REST: response with ~s: ~s duration ~s ms"

ROLLBACK_FAIL_CREATE

ROLLBACK_FAIL_CREATE

  • Severity ERR

  • Description Error while creating rollback file.

  • Format String "Error while creating rollback file: ~s: ~s"

ROLLBACK_FAIL_DELETE

ROLLBACK_FAIL_DELETE

  • Severity ERR

  • Description Failed to delete rollback file.

  • Format String "Failed to delete rollback file ~s: ~s"

ROLLBACK_FAIL_RENAME

ROLLBACK_FAIL_RENAME

  • Severity ERR

  • Description Failed to rename rollback file.

  • Format String "Failed to rename rollback file ~s to ~s: ~s"

ROLLBACK_FAIL_REPAIR

ROLLBACK_FAIL_REPAIR

  • Severity ERR

  • Description Failed to repair rollback files.

  • Format String "Failed to repair rollback files."

ROLLBACK_REMOVE

ROLLBACK_REMOVE

  • Severity INFO

  • Description Found half created rollback0 file - removing and creating new.

  • Format String "Found half created rollback0 file - removing and creating new"

ROLLBACK_REPAIR

ROLLBACK_REPAIR

  • Severity INFO

  • Description Found half created rollback0 file - repairing.

  • Format String "Found half created rollback0 file - repairing"

SESSION_CREATE

SESSION_CREATE

  • Severity INFO

  • Description A new user session was created

  • Format String "created new session via ~s from ~s with ~s"

SESSION_LIMIT

SESSION_LIMIT

  • Severity INFO

  • Description Session limit reached, rejected new session request.

  • Format String "Session limit of type '~s' reached, rejected new session request"

SESSION_MAX_EXCEEDED

SESSION_MAX_EXCEEDED

  • Severity INFO

  • Description A user failed to create a new user sessions due to exceeding sessions limits

  • Format String "could not create new session via ~s from ~s with ~s due to session limits"

SESSION_TERMINATION

SESSION_TERMINATION

  • Severity INFO

  • Description A user session was terminated due to specified reason

  • Format String "terminated session (reason: ~s)"

SKIP_FILE_LOADING

SKIP_FILE_LOADING

  • Severity DEBUG

  • Description System skips a file.

  • Format String "Skipping file ~s: ~s"

SNMP_AUTHENTICATION_FAILED

SNMP_AUTHENTICATION_FAILED

  • Severity INFO

  • Description An SNMP authentication failed.

  • Format String "SNMP authentication failed: ~s"

SNMP_CANT_LOAD_MIB

SNMP_CANT_LOAD_MIB

  • Severity CRIT

  • Description The SNMP Agent failed to load a MIB file

  • Format String "Can't load MIB file: ~s"

SNMP_MIB_LOADING

SNMP_MIB_LOADING

  • Severity DEBUG

  • Description SNMP Agent loading a MIB file

  • Format String "Loading MIB: ~s"

SNMP_NOT_A_TRAP

SNMP_NOT_A_TRAP

  • Severity INFO

  • Description An UDP package was received on the trap receiving port, but it's not an SNMP trap.

  • Format String "SNMP gateway: Non-trap received from ~s"

SNMP_READ_STATE_FILE_FAILED

SNMP_READ_STATE_FILE_FAILED

  • Severity CRIT

  • Description Read SNMP agent state file failed

  • Format String "Read state file failed: ~s: ~s"

SNMP_REQUIRES_CDB

SNMP_REQUIRES_CDB

  • Severity WARNING

  • Description The SNMP agent requires CDB to be enabled in order to be started.

  • Format String "Can't start SNMP. CDB is not enabled"

SNMP_TRAP_NOT_FORWARDED

SNMP_TRAP_NOT_FORWARDED

  • Severity INFO

  • Description An SNMP trap was to be forwarded, but couldn't be.

  • Format String "SNMP gateway: Can't forward trap from ~s; ~s"

SNMP_TRAP_NOT_RECOGNIZED

SNMP_TRAP_NOT_RECOGNIZED

  • Severity INFO

  • Description An SNMP trap was received on the trap receiving port, but its definition is not known

  • Format String "SNMP gateway: Can't forward trap with OID ~s from ~s; There is no notification with this OID in the loaded models."

SNMP_TRAP_OPEN_PORT

SNMP_TRAP_OPEN_PORT

  • Severity ERR

  • Description The port for listening to SNMP traps could not be opened.

  • Format String "SNMP gateway: Can't open trap listening port ~s: ~s"

SNMP_TRAP_UNKNOWN_SENDER

SNMP_TRAP_UNKNOWN_SENDER

  • Severity INFO

  • Description An SNMP trap was to be forwarded, but the sender was not listed in confd.conf.

  • Format String "SNMP gateway: Not forwarding trap from ~s; the sender is not recognized"

SNMP_TRAP_V1

SNMP_TRAP_V1

  • Severity INFO

  • Description An SNMP v1 trap was received on the trap receiving port, but forwarding v1 traps is not supported.

  • Format String "SNMP gateway: V1 trap received from ~s"

SNMP_WRITE_STATE_FILE_FAILED

SNMP_WRITE_STATE_FILE_FAILED

  • Severity WARNING

  • Description Write SNMP agent state file failed

  • Format String "Write state file failed: ~s: ~s"

SSH_HOST_KEY_UNAVAILABLE

SSH_HOST_KEY_UNAVAILABLE

  • Severity ERR

  • Description No SSH host keys available.

  • Format String "No SSH host keys available"

SSH_SUBSYS_ERR

SSH_SUBSYS_ERR

  • Severity INFO

  • Description Typically errors where the client doesn't properly send the "subsystem" command.

  • Format String "ssh protocol subsys - ~s"

STARTED

STARTED

  • Severity INFO

  • Description ConfD has started.

  • Format String "ConfD started vsn: ~s"

STARTING

STARTING

  • Severity INFO

  • Description ConfD is starting.

  • Format String "Starting ConfD vsn: ~s"

STOPPING

STOPPING

  • Severity INFO

  • Description ConfD is stopping (due to e.g. confd --stop).

  • Format String "ConfD stopping (~s)"

TOKEN_MISMATCH

TOKEN_MISMATCH

  • Severity ERR

  • Description A secondary connected to a primary with a bad auth token

  • Format String "Token mismatch, secondary is not allowed"

UPGRADE_ABORTED

UPGRADE_ABORTED

  • Severity INFO

  • Description In-service upgrade was aborted.

  • Format String "Upgrade aborted"

UPGRADE_COMMITTED

UPGRADE_COMMITTED

  • Severity INFO

  • Description In-service upgrade was committed.

  • Format String "Upgrade committed"

UPGRADE_INIT_STARTED

UPGRADE_INIT_STARTED

  • Severity INFO

  • Description In-service upgrade initialization has started.

  • Format String "Upgrade init started"

UPGRADE_INIT_SUCCEEDED

UPGRADE_INIT_SUCCEEDED

  • Severity INFO

  • Description In-service upgrade initialization succeeded.

  • Format String "Upgrade init succeeded"

UPGRADE_PERFORMED

UPGRADE_PERFORMED

  • Severity INFO

  • Description In-service upgrade has been performed (not committed yet).

  • Format String "Upgrade performed"

WEB_ACTION

WEB_ACTION

  • Severity INFO

  • Description User executed a Web UI action.

  • Format String "WebUI action '~s'"

WEB_CMD

WEB_CMD

  • Severity INFO

  • Description User executed a Web UI command.

  • Format String "WebUI cmd '~s'"

WEB_COMMIT

WEB_COMMIT

  • Severity INFO

  • Description User performed Web UI commit.

  • Format String "WebUI commit ~s"

WEBUI_LOG_MSG

WEBUI_LOG_MSG

  • Severity INFO

  • Description WebUI access log message

  • Format String "WebUI access log: ~s"

WRITE_STATE_FILE_FAILED

WRITE_STATE_FILE_FAILED

  • Severity CRIT

  • Description Writing of a state file failed

  • Format String "Writing state file failed: ~s: ~s (~s)"

XPATH_EVAL_ERROR1

XPATH_EVAL_ERROR1

  • Severity WARNING

  • Description An error occurred while evaluating an XPath expression.

  • Format String "XPath evaluation error: ~s for ~s"

XPATH_EVAL_ERROR2

XPATH_EVAL_ERROR2

  • Severity WARNING

  • Description An error occurred while evaluating an XPath expression.

  • Format String "XPath evaluation error: '~s' resulted in ~s for ~s"

COMMIT_UN_SYNCED_DEV

COMMIT_UN_SYNCED_DEV

  • Severity INFO

  • Description Data was committed toward a device with bad or unknown sync state

  • Format String "Committed data towards device ~s which is out of sync"

NCS_DEVICE_OUT_OF_SYNC

NCS_DEVICE_OUT_OF_SYNC

  • Severity INFO

  • Description A check-sync action reported out-of-sync for a device

  • Format String "NCS device-out-of-sync Device '~s' Info '~s'"

NCS_JAVA_VM_FAIL

NCS_JAVA_VM_FAIL

  • Severity ERR

  • Description The NCS Java VM failure/timeout

  • Format String "The NCS Java VM ~s"

NCS_JAVA_VM_START

NCS_JAVA_VM_START

  • Severity INFO

  • Description Starting the NCS Java VM

  • Format String "Starting the NCS Java VM"

NCS_PACKAGE_AUTH_BAD_RET

NCS_PACKAGE_AUTH_BAD_RET

  • Severity ERR

  • Description Package authentication program returned badly formatted data.

  • Format String "package authentication using ~s program ret bad output: ~s"

NCS_PACKAGE_AUTH_FAIL

NCS_PACKAGE_AUTH_FAIL

  • Severity INFO

  • Description Package authentication failed.

  • Format String "package authentication using ~s failed via ~s from ~s with ~s: ~s"

NCS_PACKAGE_AUTH_SUCCESS

NCS_PACKAGE_AUTH_SUCCESS

  • Severity INFO

  • Description A package authenticated user logged in.

  • Format String "package authentication using ~s succeeded via ~s from ~s with ~s, member of groups: ~s~s"

NCS_PACKAGE_BAD_DEPENDENCY

NCS_PACKAGE_BAD_DEPENDENCY

  • Severity CRIT

  • Description Bad NCS package dependency

  • Format String "Failed to load NCS package: ~s; required package ~s of version ~s is not present (found ~s)"

NCS_PACKAGE_BAD_NCS_VERSION

NCS_PACKAGE_BAD_NCS_VERSION

  • Severity CRIT

  • Description Bad NCS version for package

  • Format String "Failed to load NCS package: ~s; requires NCS version ~s"

NCS_PACKAGE_CHAL_2FA

NCS_PACKAGE_CHAL_2FA

  • Severity INFO

  • Description Package authentication challenge sent to a user.

  • Format String "package authentication challenge sent to ~s from ~s with ~s"

NCS_PACKAGE_CHAL_FAIL

NCS_PACKAGE_CHAL_FAIL

  • Severity INFO

  • Description Package authentication challenge failed.

  • Format String "package authentication challenge using ~s failed via ~s from ~s with ~s: ~s"

NCS_PACKAGE_CIRCULAR_DEPENDENCY

NCS_PACKAGE_CIRCULAR_DEPENDENCY

  • Severity CRIT

  • Description Circular NCS package dependency

  • Format String "Failed to load NCS package: ~s; circular dependency found"

NCS_PACKAGE_COPYING

NCS_PACKAGE_COPYING

  • Severity DEBUG

  • Description A package is copied from the load path to private directory

  • Format String "Copying NCS package from ~s to ~s"

NCS_PACKAGE_DUPLICATE

NCS_PACKAGE_DUPLICATE

  • Severity CRIT

  • Description Duplicate package found

  • Format String "Failed to load duplicate NCS package ~s: (~s)"

NCS_PACKAGE_SYNTAX_ERROR

NCS_PACKAGE_SYNTAX_ERROR

  • Severity CRIT

  • Description Syntax error in package file

  • Format String "Failed to load NCS package: ~s; syntax error in package file"

NCS_PACKAGE_UPGRADE_ABORTED

NCS_PACKAGE_UPGRADE_ABORTED

  • Severity CRIT

  • Description The CDB upgrade was aborted implying that CDB is untouched. However the package state is changed

  • Format String "NCS package upgrade failed with reason '~s'"

NCS_PACKAGE_UPGRADE_UNSAFE

NCS_PACKAGE_UPGRADE_UNSAFE

  • Severity CRIT

  • Description Package upgrade has been aborted due to warnings.

  • Format String "NCS package upgrade has been aborted due to warnings:\n~s"

NCS_PYTHON_VM_FAIL

NCS_PYTHON_VM_FAIL

  • Severity ERR

  • Description The NCS Python VM failure/timeout

  • Format String "The NCS Python VM ~s"

NCS_PYTHON_VM_START

NCS_PYTHON_VM_START

  • Severity INFO

  • Description Starting the named NCS Python VM

  • Format String "Starting the NCS Python VM ~s"

NCS_PYTHON_VM_START_UPGRADE

NCS_PYTHON_VM_START_UPGRADE

  • Severity INFO

  • Description Starting a Python VM to run upgrade code

  • Format String "Starting upgrade of NCS Python package ~s"

NCS_SERVICE_OUT_OF_SYNC

NCS_SERVICE_OUT_OF_SYNC

  • Severity INFO

  • Description A check-sync action reported out-of-sync for a service

  • Format String "NCS service-out-of-sync Service '~s' Info '~s'"

NCS_SET_PLATFORM_DATA_ERROR

NCS_SET_PLATFORM_DATA_ERROR

  • Severity ERR

  • Description The device failed to set the platform operational data at connect

  • Format String "NCS Device '~s' failed to set platform data Info '~s'"

NCS_SMART_LICENSING_ENTITLEMENT_NOTIFICATION

NCS_SMART_LICENSING_ENTITLEMENT_NOTIFICATION

  • Severity INFO

  • Description Smart Licensing Entitlement Notification

  • Format String "Smart Licensing Entitlement Notification: ~s"

NCS_SMART_LICENSING_EVALUATION_COUNTDOWN

NCS_SMART_LICENSING_EVALUATION_COUNTDOWN

  • Severity INFO

  • Description Smart Licensing evaluation time remaining

  • Format String "Smart Licensing evaluation time remaining: ~s"

NCS_SMART_LICENSING_FAIL

NCS_SMART_LICENSING_FAIL

  • Severity INFO

  • Description The NCS Smart Licensing Java VM failure/timeout

  • Format String "The NCS Smart Licensing Java VM ~s"

NCS_SMART_LICENSING_GLOBAL_NOTIFICATION

NCS_SMART_LICENSING_GLOBAL_NOTIFICATION

  • Severity INFO

  • Description Smart Licensing Global Notification

  • Format String "Smart Licensing Global Notification: ~s"

NCS_SMART_LICENSING_START

NCS_SMART_LICENSING_START

  • Severity INFO

  • Description Starting the NCS Smart Licensing Java VM

  • Format String "Starting the NCS Smart Licensing Java VM"

NCS_SNMP_INIT_ERR

NCS_SNMP_INIT_ERR

  • Severity INFO

  • Description Failed to locate snmp_init.xml in loadpath

  • Format String "Failed to locate snmp_init.xml in loadpath ~s"

NCS_SNMPM_START

NCS_SNMPM_START

  • Severity INFO

  • Description Starting the NCS SNMP manager component

  • Format String "Starting the NCS SNMP manager component"

NCS_SNMPM_STOP

NCS_SNMPM_STOP

  • Severity INFO

  • Description The NCS SNMP manager component has been stopped

  • Format String "The NCS SNMP manager component has been stopped"

NCS_UPGRADE_ABORTED_INTERNAL

NCS_UPGRADE_ABORTED_INTERNAL

  • Severity CRIT

  • Description The CDB upgrade was aborted due to some internal error. CDB is left untouched

  • Format String "NCS upgrade failed with reason '~s'"

BAD_LOCAL_PASS

BAD_LOCAL_PASS

  • Severity INFO

  • Description A locally configured user provided a bad password.

  • Format String "Provided bad password"

EXT_LOGIN

EXT_LOGIN

  • Severity INFO

  • Description An externally authenticated user logged in.

  • Format String "Logged in over ~s using externalauth, member of groups: ~s~s"

EXT_NO_LOGIN

EXT_NO_LOGIN

  • Severity INFO

  • Description External authentication failed for a user.

  • Format String "failed to login using externalauth: ~s"

NO_SUCH_LOCAL_USER

NO_SUCH_LOCAL_USER

  • Severity INFO

  • Description A non existing local user tried to login.

  • Format String "no such local user"

PAM_LOGIN_FAILED

PAM_LOGIN_FAILED

  • Severity INFO

  • Description A user failed to login through PAM.

  • Format String "pam phase ~s failed to login through PAM: ~s"

PAM_NO_LOGIN

PAM_NO_LOGIN

  • Severity INFO

  • Description A user failed to login through PAM

  • Format String "failed to login through PAM: ~s"

SSH_LOGIN

SSH_LOGIN

  • Severity INFO

  • Description A user logged into ConfD's builtin ssh server.

  • Format String "logged in over ssh from ~s with authmeth:~s"

SSH_LOGOUT

SSH_LOGOUT

  • Severity INFO

  • Description A user was logged out from ConfD's builtin ssh server.

  • Format String "Logged out ssh <~s> user"

SSH_NO_LOGIN

SSH_NO_LOGIN

  • Severity INFO

  • Description A user failed to login to ConfD's builtin SSH server.

  • Format String "Failed to login over ssh: ~s"

WEB_LOGIN

WEB_LOGIN

  • Severity INFO

  • Description A user logged in through the WebUI.

  • Format String "logged in through Web UI from ~s"

WEB_LOGOUT

WEB_LOGOUT

  • Severity INFO

  • Description A Web UI user logged out.

  • Format String "logged out from Web UI"

Last updated

Was this helpful?