For the complete documentation index, see llms.txt. This page is also available as Markdown.

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_MODULE_NAME

DUPLICATE_MODULE_NAME

  • Severity CRIT

  • Description Duplicate module name found.

  • Format String "The module name '~s' is both defined in '~s' and '~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 support@tail-f.com.

  • 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