Log Messages and Formats

chevron-rightAAA_LOAD_FAILhashtag

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"

chevron-rightABORT_CAND_COMMIThashtag

ABORT_CAND_COMMIT

  • Severity INFO

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

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

chevron-rightABORT_CAND_COMMIT_REBOOThashtag

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."

chevron-rightABORT_CAND_COMMIT_TERMhashtag

ABORT_CAND_COMMIT_TERM

  • Severity INFO

  • Description Candidate commit session terminated, reverting configuration.

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

chevron-rightABORT_CAND_COMMIT_TIMERhashtag

ABORT_CAND_COMMIT_TIMER

  • Severity INFO

  • Description Candidate commit timer expired, reverting configuration.

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

chevron-rightACCEPT_FATALhashtag

ACCEPT_FATAL

  • Severity CRIT

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

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

chevron-rightACCEPT_FDLIMIThashtag

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"

chevron-rightAUTH_LOGIN_FAILhashtag

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"

chevron-rightAUTH_LOGIN_SUCCESShashtag

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"

chevron-rightAUTH_LOGOUThashtag

AUTH_LOGOUT

  • Severity INFO

  • Description A user was logged out from ConfD.

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

chevron-rightBADCONFIGhashtag

BADCONFIG

  • Severity CRIT

  • Description confd.conf contained bad data.

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

chevron-rightBAD_DEPENDENCYhashtag

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"

chevron-rightBAD_NS_HASHhashtag

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"

chevron-rightBIND_ERRhashtag

BIND_ERR

  • Severity CRIT

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

  • Format String "~s"

chevron-rightBRIDGE_DIEDhashtag

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"

chevron-rightCAND_COMMIT_ROLLBACK_DONEhashtag

CAND_COMMIT_ROLLBACK_DONE

  • Severity INFO

  • Description Candidate commit rollback done

  • Format String "Candidate commit rollback done"

chevron-rightCAND_COMMIT_ROLLBACK_FAILUREhashtag

CAND_COMMIT_ROLLBACK_FAILURE

  • Severity ERR

  • Description Failed to rollback candidate commit

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

chevron-rightCANDIDATE_BAD_FILE_FORMAThashtag

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"

chevron-rightCANDIDATE_CORRUPT_FILEhashtag

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"

chevron-rightCDB_BACKUPhashtag

CDB_BACKUP

  • Severity INFO

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

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

chevron-rightCDB_BOOT_ERRhashtag

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"

chevron-rightCDB_CLIENT_TIMEOUThashtag

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"

chevron-rightCDB_CONFIG_LOSThashtag

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"

chevron-rightCDB_DB_LOSThashtag

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"

chevron-rightCDB_FATAL_ERRORhashtag

CDB_FATAL_ERROR

  • Severity CRIT

  • Description CDB encounterad an unrecoverable error

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

chevron-rightCDB_INIT_LOADhashtag

CDB_INIT_LOAD

  • Severity INFO

  • Description CDB is processing an initialization file.

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

chevron-rightCDB_MIGRATEhashtag

CDB_MIGRATE

  • Severity INFO

  • Description CDB data migration to a new storage backend.

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

chevron-rightCDB_OFFLOADhashtag

CDB_OFFLOAD

  • Severity DEBUG

  • Description CDB data offload started.

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

chevron-rightCDB_OP_INIThashtag

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"

chevron-rightCDB_STALE_BACKUPhashtag

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"

chevron-rightCDB_UPGRADE_FAILEDhashtag

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"

chevron-rightCGI_REQUESThashtag

CGI_REQUEST

  • Severity INFO

  • Description CGI script requested.

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

chevron-rightCHANGE_USERhashtag

CHANGE_USER

  • Severity INFO

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

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

chevron-rightCLI_CMD_ABORTEDhashtag

CLI_CMD_ABORTED

  • Severity INFO

  • Description CLI command aborted.

  • Format String "CLI aborted"

chevron-rightCLI_CMD_DONEhashtag

CLI_CMD_DONE

  • Severity INFO

  • Description CLI command finished successfully.

  • Format String "CLI done"

chevron-rightCLI_CMDhashtag

CLI_CMD

  • Severity INFO

  • Description User executed a CLI command.

  • Format String "CLI '~s'"

chevron-rightCLI_DENIEDhashtag

CLI_DENIED

  • Severity INFO

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

  • Format String "CLI denied '~s'"

chevron-rightCOMMIT_INFOhashtag

COMMIT_INFO

  • Severity INFO

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

  • Format String "commit ~s"

chevron-rightCOMMIT_QUEUE_CORRUPThashtag

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."

chevron-rightCONFIG_CHANGEhashtag

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"

chevron-rightCONFIG_DEPRECATEDhashtag

CONFIG_DEPRECATED

  • Severity WARNING

  • Description confd.conf contains a deprecated value

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

chevron-rightCONFIG_OBSOLETEhashtag

CONFIG_OBSOLETE

  • Severity WARNING

  • Description confd.conf contains an obsolete value

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

chevron-rightCONFIG_TRANSACTION_LIMIThashtag

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"

chevron-rightCONSULT_FILEhashtag

CONSULT_FILE

  • Severity INFO

  • Description ConfD is reading its configuration file.

  • Format String "Consulting daemon configuration file ~s"

chevron-rightCRYPTO_KEYS_FAILED_LOADINGhashtag

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."

chevron-rightDAEMON_DIEDhashtag

DAEMON_DIED

  • Severity CRIT

  • Description An external database daemon closed its control socket.

  • Format String "Daemon ~s died"

chevron-rightDAEMON_TIMEOUThashtag

DAEMON_TIMEOUT

  • Severity CRIT

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

  • Format String "Daemon ~s timed out"

chevron-rightDEVEL_AAAhashtag

DEVEL_AAA

  • Severity INFO

  • Description Developer aaa log message

  • Format String "~s"

chevron-rightDEVEL_CAPIhashtag

DEVEL_CAPI

  • Severity INFO

  • Description Developer C api log message

  • Format String "~s"

chevron-rightDEVEL_CDBhashtag

DEVEL_CDB

  • Severity INFO

  • Description Developer CDB log message

  • Format String "~s"

chevron-rightDEVEL_CONFDhashtag

DEVEL_CONFD

  • Severity INFO

  • Description Developer ConfD log message

  • Format String "~s"

chevron-rightDEVEL_ECONFDhashtag

DEVEL_ECONFD

  • Severity INFO

  • Description Developer econfd api log message

  • Format String "~s"

chevron-rightDEVEL_SLShashtag

DEVEL_SLS

  • Severity INFO

  • Description Developer smartlicensing api log message

  • Format String "~s"

chevron-rightDEVEL_SNMPAhashtag

DEVEL_SNMPA

  • Severity INFO

  • Description Developer snmp agent log message

  • Format String "~s"

chevron-rightDEVEL_SNMPGWhashtag

DEVEL_SNMPGW

  • Severity INFO

  • Description Developer snmp GW log message

  • Format String "~s"

chevron-rightDEVEL_WEBUIhashtag

DEVEL_WEBUI

  • Severity INFO

  • Description Developer webui log message

  • Format String "~s"

chevron-rightDUPLICATE_MODULE_NAMEhashtag

DUPLICATE_MODULE_NAME

  • Severity CRIT

  • Description Duplicate module name found.

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

chevron-rightDUPLICATE_NAMESPACEhashtag

DUPLICATE_NAMESPACE

  • Severity CRIT

  • Description Duplicate namespace found.

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

chevron-rightDUPLICATE_PREFIXhashtag

DUPLICATE_PREFIX

  • Severity CRIT

  • Description Duplicate prefix found.

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

chevron-rightERRLOG_SIZE_CHANGEDhashtag

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)"

chevron-rightEVENT_SOCKET_TIMEOUThashtag

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"

chevron-rightEVENT_SOCKET_WRITE_BLOCKhashtag

EVENT_SOCKET_WRITE_BLOCK

  • Severity CRIT

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

  • Format String "~s"

chevron-rightEXEC_WHEN_CIRCULAR_DEPENDENCYhashtag

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"

chevron-rightEXT_AUTH_2FA_FAILhashtag

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"

chevron-rightEXT_AUTH_2FAhashtag

EXT_AUTH_2FA

  • Severity INFO

  • Description External challenge sent to a user.

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

chevron-rightEXT_AUTH_2FA_SUCCESShashtag

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"

chevron-rightEXTAUTH_BAD_REThashtag

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"

chevron-rightEXT_AUTH_FAILhashtag

EXT_AUTH_FAIL

  • Severity INFO

  • Description External authentication failed for a user.

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

chevron-rightEXT_AUTH_SUCCESShashtag

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"

chevron-rightEXT_AUTH_TOKEN_FAILhashtag

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"

chevron-rightEXT_AUTH_TOKEN_SUCCESShashtag

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"

chevron-rightEXT_BIND_ERRhashtag

EXT_BIND_ERR

  • Severity CRIT

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

  • Format String "~s"

chevron-rightFILE_ERRORhashtag

FILE_ERROR

  • Severity CRIT

  • Description File error

  • Format String "~s: ~s"

chevron-rightFILE_LOADhashtag

FILE_LOAD

  • Severity DEBUG

  • Description System loaded a file.

  • Format String "Loaded file ~s"

chevron-rightFILE_LOAD_ERRhashtag

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"

chevron-rightFILE_LOADINGhashtag

FILE_LOADING

  • Severity DEBUG

  • Description System starts to load a file.

  • Format String "Loading file ~s"

chevron-rightFXS_MISMATCHhashtag

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"

chevron-rightGROUP_ASSIGNhashtag

GROUP_ASSIGN

  • Severity INFO

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

  • Format String "assigned to groups: ~s"

chevron-rightGROUP_NO_ASSIGNhashtag

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"

chevron-rightHA_BAD_VSNhashtag

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"

chevron-rightHA_DUPLICATE_NODEIDhashtag

HA_DUPLICATE_NODEID

  • Severity ERR

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

  • Format String "Nodeid ~s already exists"

chevron-rightHA_FAILED_CONNECThashtag

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"

chevron-rightHA_SECONDARY_KILLEDhashtag

HA_SECONDARY_KILLED

  • Severity ERR

  • Description A secondary node didn't produce its ticks

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

chevron-rightINTERNAL_ERRORhashtag

INTERNAL_ERROR

  • Severity CRIT

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

  • Format String "Internal error: ~s"

chevron-rightJIT_ENABLEDhashtag

JIT_ENABLED

  • Severity INFO

  • Description Show if JIT is enabled.

  • Format String "JIT ~s"

chevron-rightJSONRPC_LOG_MSGhashtag

JSONRPC_LOG_MSG

  • Severity INFO

  • Description JSON-RPC traffic log message

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

chevron-rightJSONRPC_REQUEST_ABSOLUTE_TIMEOUThashtag

JSONRPC_REQUEST_ABSOLUTE_TIMEOUT

  • Severity INFO

  • Description JSON-RPC absolute timeout.

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

chevron-rightJSONRPC_REQUEST_IDLE_TIMEOUThashtag

JSONRPC_REQUEST_IDLE_TIMEOUT

  • Severity INFO

  • Description JSON-RPC idle timeout.

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

chevron-rightJSONRPC_REQUESThashtag

JSONRPC_REQUEST

  • Severity INFO

  • Description JSON-RPC method requested.

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

chevron-rightJSONRPC_WARN_MSGhashtag

JSONRPC_WARN_MSG

  • Severity WARNING

  • Description JSON-RPC warning message

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

chevron-rightKICKER_MISSING_SCHEMAhashtag

KICKER_MISSING_SCHEMA

  • Severity INFO

  • Description Failed to load kicker schema

  • Format String "Failed to load kicker schema"

chevron-rightLIB_BAD_SIZEShashtag

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)"

chevron-rightLIB_BAD_VSNhashtag

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)"

chevron-rightLIB_NO_ACCESShashtag

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"

chevron-rightLISTENER_INFOhashtag

LISTENER_INFO

  • Severity INFO

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

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

chevron-rightLOCAL_AUTH_FAIL_BADPASShashtag

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"

chevron-rightLOCAL_AUTH_FAILhashtag

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"

chevron-rightLOCAL_AUTH_FAIL_NOUSERhashtag

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"

chevron-rightLOCAL_AUTH_SUCCESShashtag

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"

chevron-rightLOCAL_IPC_ACCESS_DENIEDhashtag

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"

chevron-rightLOGGING_DEST_CHANGEDhashtag

LOGGING_DEST_CHANGED

  • Severity INFO

  • Description The target logfile will change to another file

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

chevron-rightLOGGING_SHUTDOWNhashtag

LOGGING_SHUTDOWN

  • Severity INFO

  • Description Logging subsystem terminating

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

chevron-rightLOGGING_STARTEDhashtag

LOGGING_STARTED

  • Severity INFO

  • Description Logging subsystem started

  • Format String "Daemon logging started"

chevron-rightLOGGING_STARTED_TOhashtag

LOGGING_STARTED_TO

  • Severity INFO

  • Description Write logs for a subsystem to a specific file

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

chevron-rightLOGGING_STATUS_CHANGEDhashtag

LOGGING_STATUS_CHANGED

  • Severity INFO

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

  • Format String "~s ~s log"

chevron-rightLOGIN_REJECTEDhashtag

LOGIN_REJECTED

  • Severity INFO

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

  • Format String "~s"

chevron-rightMAAPI_LOGOUThashtag

MAAPI_LOGOUT

  • Severity INFO

  • Description A maapi user was logged out.

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

chevron-rightMAAPI_WRITE_TO_SOCKET_FAILhashtag

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"

chevron-rightMISSING_AES256CFB128_SETTINGShashtag

MISSING_AES256CFB128_SETTINGS

  • Severity ERR

  • Description AES256CFB128 keys were not found in confd.conf

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

chevron-rightMISSING_AESCFB128_SETTINGShashtag

MISSING_AESCFB128_SETTINGS

  • Severity ERR

  • Description AESCFB128 keys were not found in confd.conf

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

chevron-rightMISSING_DES3CBC_SETTINGShashtag

MISSING_DES3CBC_SETTINGS

  • Severity ERR

  • Description DES3CBC keys were not found in confd.conf

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

chevron-rightMISSING_NS2hashtag

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."

chevron-rightMISSING_NShashtag

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."

chevron-rightMMAP_SCHEMA_FAILhashtag

MMAP_SCHEMA_FAIL

  • Severity ERR

  • Description Failed to setup the shared memory schema

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

chevron-rightNETCONF_HDR_ERRhashtag

NETCONF_HDR_ERR

  • Severity ERR

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

  • Format String "Got bad NETCONF TCP header"

chevron-rightNETCONFhashtag

NETCONF

  • Severity INFO

  • Description NETCONF traffic log message

  • Format String "~s"

chevron-rightNIF_LOGhashtag

NIF_LOG

  • Severity INFO

  • Description Log message from NIF code.

  • Format String "~s: ~s"

chevron-rightNOAAA_CLI_LOGINhashtag

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"

chevron-rightNO_CALLPOINThashtag

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"

chevron-rightNO_SUCH_IDENTITYhashtag

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"

chevron-rightNO_SUCH_NShashtag

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"

chevron-rightNO_SUCH_TYPEhashtag

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"

chevron-rightNOTIFICATION_REPLAY_STORE_FAILUREhashtag

NOTIFICATION_REPLAY_STORE_FAILURE

  • Severity CRIT

  • Description A failure occurred in the builtin notification replay store

  • Format String "~s"

chevron-rightNS_LOAD_ERR2hashtag

NS_LOAD_ERR2

  • Severity CRIT

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

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

chevron-rightNS_LOAD_ERRhashtag

NS_LOAD_ERR

  • Severity CRIT

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

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

chevron-rightOPEN_LOGFILEhashtag

OPEN_LOGFILE

  • Severity INFO

  • Description Indicate target file for certain type of logging

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

chevron-rightPAM_AUTH_FAILhashtag

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"

chevron-rightPAM_AUTH_SUCCESShashtag

PAM_AUTH_SUCCESS

  • Severity INFO

  • Description A PAM authenticated user logged in.

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

chevron-rightPHASE0_STARTEDhashtag

PHASE0_STARTED

  • Severity INFO

  • Description ConfD has just started its start phase 0.

  • Format String "ConfD phase0 started"

chevron-rightPHASE1_STARTEDhashtag

PHASE1_STARTED

  • Severity INFO

  • Description ConfD has just started its start phase 1.

  • Format String "ConfD phase1 started"

chevron-rightREAD_STATE_FILE_FAILEDhashtag

READ_STATE_FILE_FAILED

  • Severity CRIT

  • Description Reading of a state file failed

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

chevron-rightRELOADhashtag

RELOAD

  • Severity INFO

  • Description Reload of daemon configuration has been initiated.

  • Format String "Reloading daemon configuration."

chevron-rightREOPEN_LOGShashtag

REOPEN_LOGS

  • Severity INFO

  • Description Logging subsystem, reopening log files

  • Format String "Logging subsystem, reopening log files"

chevron-rightREST_AUTH_FAILhashtag

REST_AUTH_FAIL

  • Severity INFO

  • Description Rest authentication for a user failed.

  • Format String "rest authentication failed from ~s"

chevron-rightREST_AUTH_SUCCESShashtag

REST_AUTH_SUCCESS

  • Severity INFO

  • Description A rest authenticated user logged in.

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

chevron-rightRESTCONF_REQUESThashtag

RESTCONF_REQUEST

  • Severity INFO

  • Description RESTCONF request

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

chevron-rightRESTCONF_RESPONSEhashtag

RESTCONF_RESPONSE

  • Severity INFO

  • Description RESTCONF response

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

chevron-rightREST_REQUESThashtag

REST_REQUEST

  • Severity INFO

  • Description REST request

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

chevron-rightREST_RESPONSEhashtag

REST_RESPONSE

  • Severity INFO

  • Description REST response

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

chevron-rightROLLBACK_FAIL_CREATEhashtag

ROLLBACK_FAIL_CREATE

  • Severity ERR

  • Description Error while creating rollback file.

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

chevron-rightROLLBACK_FAIL_DELETEhashtag

ROLLBACK_FAIL_DELETE

  • Severity ERR

  • Description Failed to delete rollback file.

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

chevron-rightROLLBACK_FAIL_RENAMEhashtag

ROLLBACK_FAIL_RENAME

  • Severity ERR

  • Description Failed to rename rollback file.

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

chevron-rightROLLBACK_FAIL_REPAIRhashtag

ROLLBACK_FAIL_REPAIR

  • Severity ERR

  • Description Failed to repair rollback files.

  • Format String "Failed to repair rollback files."

chevron-rightROLLBACK_REMOVEhashtag

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"

chevron-rightROLLBACK_REPAIRhashtag

ROLLBACK_REPAIR

  • Severity INFO

  • Description Found half created rollback0 file - repairing.

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

chevron-rightSESSION_CREATEhashtag

SESSION_CREATE

  • Severity INFO

  • Description A new user session was created

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

chevron-rightSESSION_LIMIThashtag

SESSION_LIMIT

  • Severity INFO

  • Description Session limit reached, rejected new session request.

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

chevron-rightSESSION_MAX_EXCEEDEDhashtag

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"

chevron-rightSESSION_TERMINATIONhashtag

SESSION_TERMINATION

  • Severity INFO

  • Description A user session was terminated due to specified reason

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

chevron-rightSKIP_FILE_LOADINGhashtag

SKIP_FILE_LOADING

  • Severity DEBUG

  • Description System skips a file.

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

chevron-rightSNMP_AUTHENTICATION_FAILEDhashtag

SNMP_AUTHENTICATION_FAILED

  • Severity INFO

  • Description An SNMP authentication failed.

  • Format String "SNMP authentication failed: ~s"

chevron-rightSNMP_CANT_LOAD_MIBhashtag

SNMP_CANT_LOAD_MIB

  • Severity CRIT

  • Description The SNMP Agent failed to load a MIB file

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

chevron-rightSNMP_MIB_LOADINGhashtag

SNMP_MIB_LOADING

  • Severity DEBUG

  • Description SNMP Agent loading a MIB file

  • Format String "Loading MIB: ~s"

chevron-rightSNMP_NOT_A_TRAPhashtag

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"

chevron-rightSNMP_READ_STATE_FILE_FAILEDhashtag

SNMP_READ_STATE_FILE_FAILED

  • Severity CRIT

  • Description Read SNMP agent state file failed

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

chevron-rightSNMP_REQUIRES_CDBhashtag

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"

chevron-rightSNMP_TRAP_NOT_FORWARDEDhashtag

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"

chevron-rightSNMP_TRAP_NOT_RECOGNIZEDhashtag

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."

chevron-rightSNMP_TRAP_OPEN_PORThashtag

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"

chevron-rightSNMP_TRAP_UNKNOWN_SENDERhashtag

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"

chevron-rightSNMP_TRAP_V1hashtag

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"

chevron-rightSNMP_WRITE_STATE_FILE_FAILEDhashtag

SNMP_WRITE_STATE_FILE_FAILED

  • Severity WARNING

  • Description Write SNMP agent state file failed

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

chevron-rightSSH_HOST_KEY_UNAVAILABLEhashtag

SSH_HOST_KEY_UNAVAILABLE

  • Severity ERR

  • Description No SSH host keys available.

  • Format String "No SSH host keys available"

chevron-rightSSH_SUBSYS_ERRhashtag

SSH_SUBSYS_ERR

  • Severity INFO

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

  • Format String "ssh protocol subsys - ~s"

chevron-rightSTARTEDhashtag

STARTED

  • Severity INFO

  • Description ConfD has started.

  • Format String "ConfD started vsn: ~s"

chevron-rightSTARTINGhashtag

STARTING

  • Severity INFO

  • Description ConfD is starting.

  • Format String "Starting ConfD vsn: ~s"

chevron-rightSTOPPINGhashtag

STOPPING

  • Severity INFO

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

  • Format String "ConfD stopping (~s)"

chevron-rightTOKEN_MISMATCHhashtag

TOKEN_MISMATCH

  • Severity ERR

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

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

chevron-rightUPGRADE_ABORTEDhashtag

UPGRADE_ABORTED

  • Severity INFO

  • Description In-service upgrade was aborted.

  • Format String "Upgrade aborted"

chevron-rightUPGRADE_COMMITTEDhashtag

UPGRADE_COMMITTED

  • Severity INFO

  • Description In-service upgrade was committed.

  • Format String "Upgrade committed"

chevron-rightUPGRADE_INIT_STARTEDhashtag

UPGRADE_INIT_STARTED

  • Severity INFO

  • Description In-service upgrade initialization has started.

  • Format String "Upgrade init started"

chevron-rightUPGRADE_INIT_SUCCEEDEDhashtag

UPGRADE_INIT_SUCCEEDED

  • Severity INFO

  • Description In-service upgrade initialization succeeded.

  • Format String "Upgrade init succeeded"

chevron-rightUPGRADE_PERFORMEDhashtag

UPGRADE_PERFORMED

  • Severity INFO

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

  • Format String "Upgrade performed"

chevron-rightWEB_ACTIONhashtag

WEB_ACTION

  • Severity INFO

  • Description User executed a Web UI action.

  • Format String "WebUI action '~s'"

chevron-rightWEB_CMDhashtag

WEB_CMD

  • Severity INFO

  • Description User executed a Web UI command.

  • Format String "WebUI cmd '~s'"

chevron-rightWEB_COMMIThashtag

WEB_COMMIT

  • Severity INFO

  • Description User performed Web UI commit.

  • Format String "WebUI commit ~s"

chevron-rightWEBUI_LOG_MSGhashtag

WEBUI_LOG_MSG

  • Severity INFO

  • Description WebUI access log message

  • Format String "WebUI access log: ~s"

chevron-rightWRITE_STATE_FILE_FAILEDhashtag

WRITE_STATE_FILE_FAILED

  • Severity CRIT

  • Description Writing of a state file failed

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

chevron-rightXPATH_EVAL_ERROR1hashtag

XPATH_EVAL_ERROR1

  • Severity WARNING

  • Description An error occurred while evaluating an XPath expression.

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

chevron-rightXPATH_EVAL_ERROR2hashtag

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"

chevron-rightCOMMIT_UN_SYNCED_DEVhashtag

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"

chevron-rightNCS_DEVICE_OUT_OF_SYNChashtag

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'"

chevron-rightNCS_JAVA_VM_FAILhashtag

NCS_JAVA_VM_FAIL

  • Severity ERR

  • Description The NCS Java VM failure/timeout

  • Format String "The NCS Java VM ~s"

chevron-rightNCS_JAVA_VM_STARThashtag

NCS_JAVA_VM_START

  • Severity INFO

  • Description Starting the NCS Java VM

  • Format String "Starting the NCS Java VM"

chevron-rightNCS_PACKAGE_AUTH_BAD_REThashtag

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"

chevron-rightNCS_PACKAGE_AUTH_FAILhashtag

NCS_PACKAGE_AUTH_FAIL

  • Severity INFO

  • Description Package authentication failed.

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

chevron-rightNCS_PACKAGE_AUTH_SUCCESShashtag

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"

chevron-rightNCS_PACKAGE_BAD_DEPENDENCYhashtag

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)"

chevron-rightNCS_PACKAGE_BAD_NCS_VERSIONhashtag

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"

chevron-rightNCS_PACKAGE_CHAL_2FAhashtag

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"

chevron-rightNCS_PACKAGE_CHAL_FAILhashtag

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"

chevron-rightNCS_PACKAGE_CIRCULAR_DEPENDENCYhashtag

NCS_PACKAGE_CIRCULAR_DEPENDENCY

  • Severity CRIT

  • Description Circular NCS package dependency

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

chevron-rightNCS_PACKAGE_COPYINGhashtag

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"

chevron-rightNCS_PACKAGE_DUPLICATEhashtag

NCS_PACKAGE_DUPLICATE

  • Severity CRIT

  • Description Duplicate package found

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

chevron-rightNCS_PACKAGE_SYNTAX_ERRORhashtag

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"

chevron-rightNCS_PACKAGE_UPGRADE_ABORTEDhashtag

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'"

chevron-rightNCS_PACKAGE_UPGRADE_UNSAFEhashtag

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"

chevron-rightNCS_PYTHON_VM_FAILhashtag

NCS_PYTHON_VM_FAIL

  • Severity ERR

  • Description The NCS Python VM failure/timeout

  • Format String "The NCS Python VM ~s"

chevron-rightNCS_PYTHON_VM_STARThashtag

NCS_PYTHON_VM_START

  • Severity INFO

  • Description Starting the named NCS Python VM

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

chevron-rightNCS_PYTHON_VM_START_UPGRADEhashtag

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"

chevron-rightNCS_SERVICE_OUT_OF_SYNChashtag

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'"

chevron-rightNCS_SET_PLATFORM_DATA_ERRORhashtag

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'"

chevron-rightNCS_SMART_LICENSING_ENTITLEMENT_NOTIFICATIONhashtag

NCS_SMART_LICENSING_ENTITLEMENT_NOTIFICATION

  • Severity INFO

  • Description Smart Licensing Entitlement Notification

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

chevron-rightNCS_SMART_LICENSING_EVALUATION_COUNTDOWNhashtag

NCS_SMART_LICENSING_EVALUATION_COUNTDOWN

  • Severity INFO

  • Description Smart Licensing evaluation time remaining

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

chevron-rightNCS_SMART_LICENSING_FAILhashtag

NCS_SMART_LICENSING_FAIL

  • Severity INFO

  • Description The NCS Smart Licensing Java VM failure/timeout

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

chevron-rightNCS_SMART_LICENSING_GLOBAL_NOTIFICATIONhashtag

NCS_SMART_LICENSING_GLOBAL_NOTIFICATION

  • Severity INFO

  • Description Smart Licensing Global Notification

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

chevron-rightNCS_SMART_LICENSING_STARThashtag

NCS_SMART_LICENSING_START

  • Severity INFO

  • Description Starting the NCS Smart Licensing Java VM

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

chevron-rightNCS_SNMP_INIT_ERRhashtag

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"

chevron-rightNCS_SNMPM_STARThashtag

NCS_SNMPM_START

  • Severity INFO

  • Description Starting the NCS SNMP manager component

  • Format String "Starting the NCS SNMP manager component"

chevron-rightNCS_SNMPM_STOPhashtag

NCS_SNMPM_STOP

  • Severity INFO

  • Description The NCS SNMP manager component has been stopped

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

chevron-rightNCS_UPGRADE_ABORTED_INTERNALhashtag

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'"

chevron-rightBAD_LOCAL_PASShashtag

BAD_LOCAL_PASS

  • Severity INFO

  • Description A locally configured user provided a bad password.

  • Format String "Provided bad password"

chevron-rightEXT_LOGINhashtag

EXT_LOGIN

  • Severity INFO

  • Description An externally authenticated user logged in.

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

chevron-rightEXT_NO_LOGINhashtag

EXT_NO_LOGIN

  • Severity INFO

  • Description External authentication failed for a user.

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

chevron-rightNO_SUCH_LOCAL_USERhashtag

NO_SUCH_LOCAL_USER

  • Severity INFO

  • Description A non existing local user tried to login.

  • Format String "no such local user"

chevron-rightPAM_LOGIN_FAILEDhashtag

PAM_LOGIN_FAILED

  • Severity INFO

  • Description A user failed to login through PAM.

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

chevron-rightPAM_NO_LOGINhashtag

PAM_NO_LOGIN

  • Severity INFO

  • Description A user failed to login through PAM

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

chevron-rightSSH_LOGINhashtag

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"

chevron-rightSSH_LOGOUThashtag

SSH_LOGOUT

  • Severity INFO

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

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

chevron-rightSSH_NO_LOGINhashtag

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"

chevron-rightWEB_LOGINhashtag

WEB_LOGIN

  • Severity INFO

  • Description A user logged in through the WebUI.

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

chevron-rightWEB_LOGOUThashtag

WEB_LOGOUT

  • Severity INFO

  • Description A Web UI user logged out.

  • Format String "logged out from Web UI"

Last updated

Was this helpful?