[Contents] [Prev] [Next] [Index] [Report an Error]

LIBJNX System Log Messages

This chapter describes messages with the LIBJNX prefix. They are generated by processes that call routines in the libjuniper library, which includes routines for creating and managing child processes, parsing machine and interface addresses, tracing, file I/O, and other functions.

LIBJNX_AUDIT_ERROR

System Log Message

function-name: error-message

Description

A JUNOS process could not notify the audit process (auditd) about user activity related to system accounting, because of an interprocess communication (IPC) error.

Type

Error: An error occurred

Severity

error

Cause

Possible reasons include (a) auditd was not running (b) auditd was still initializing after a restart (c) there was a socket error.

Action

Contact your technical support representative.

LIBJNX_COMPRESS_EXEC_FAILED

System Log Message

Unable to compress file 'filename' using program-name: error-message

Description

A JUNOS process tried to use the indicated utility to create a compressed version of the indicated old system log file. The attempt failed for the indicated reason.

Type

Error: An error occurred

Severity

info

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_DEFAULT_IP_ADDR_NOT_SET

System Log Message

Unable to retrieve system default IP address: not set in kernel (error-message)

Description

A JUNOS process could not retrieve the system default IP address from the kernel, because the address is not defined there.

Type

Error: An error occurred

Severity

critical

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_EVLIB_FAILURE

System Log Message

function-name: error-message

Description

A JUNOS process called the indicated function in the event library. The function failed for the indicated reason.

Type

Error: An error occurred

Severity

emergency

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_EXEC_EXITED

System Log Message

Command stopped: PID pid, signal='return-value'core-dump-status, command 'command'

Description

A JUNOS process created a child process to execute the indicated command for it. The child process stopped unexpectedly.

Type

Error: An error occurred

Severity

notice

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_EXEC_FAILED

System Log Message

Child exec failed for command 'command': error-message

Description

A JUNOS process called the exec() system call while creating a child process to execute the indicated command for it. The system call failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_EXEC_PIPE

System Log Message

Unable to create pipes for command 'command': error-message

Description

A JUNOS process created a child process to execute the indicated command for it. Its attempt to create pipes for communication with the child failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_EXEC_SIGNALED

System Log Message

Command received signal: PID pid, signal signal-namecore-dump-status, command 'command'

Description

A JUNOS process created a child process to execute the indicated command for it. The child process received the indicated signal and exited.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_EXEC_WEXIT

System Log Message

Command exited: PID pid, status return-valuecore-dump-status, command 'command'

Description

A JUNOS process created a child process to execute the indicated command for it. The child process exited abnormally with the indicated exit code.

Type

Error: An error occurred

Severity

notice

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_FILE_COPY_FAILED

System Log Message

Failed to copy from source-filename to destination-filename

Description

A JUNOS process could not copy the indicated source file to the indicated destination name or location.

Type

Error: An error occurred

Severity

error

LIBJNX_FILE_SYSTEM_FAIL

System Log Message

pathname: error-message

Description

A JUNOS process could not obtain status information for the indicated file system.

Type

Event: This message reports an event, not an error

Severity

error

LIBJNX_FILE_SYSTEM_SPACE

System Log Message

Not enough space left on device pathname

Description

A JUNOS process found that the indicated file system did not have the free space needed for storing temporary files.

Type

Event: This message reports an event, not an error

Severity

warning

LIBJNX_INVALID_CHASSIS_ID

System Log Message

function-name: invalid chassis ID chassis-id

Description

A JUNOS process could not determine the hostname for the master Routing Engine on a routing node in a routing matrix, because the indicated chassis ID provided for the routing platform was invalid.

Type

Error: An error occurred

Severity

error

LIBJNX_INVALID_RE_SLOT_ID

System Log Message

function-name: invalid Routing Engine slot ID routing-engine-slot

Description

A JUNOS process could not determine the hostname for a Routing Engine, because the indicated Routing Engine slot ID was invalid.

Type

Error: An error occurred

Severity

error

LIBJNX_INVALID_XML_DATA

System Log Message

Invalid XML data '\\data'

Description

The XML parser closed its session with a client application because the indicated XML data sent by the client was invalid.

Type

Error: An error occurred

Severity

error

LIBJNX_PRIV_LOWER_FAILED

System Log Message

Unable to lower privilege level: error-message

Description

A JUNOS process attempted to revert its effective user ID to the original user. The attempt failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_PRIV_RAISE_FAILED

System Log Message

Unable to raise privilege level: error-message

Description

A JUNOS process attempted to set its effective user ID to the root user. The attempt failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_REPLICATE_RCP_ERROR

System Log Message

operation: operational-status

Description

The rcp command failed during replication.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_REPLICATE_RCP_EXEC_FAILED

System Log Message

rcp failed: error-message

Description

A JUNOS process created a child process to copy a file to the other Routing Engine. The copy operation failed.

Type

Error: An error occurred

Severity

error

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_SNMP_ENGINE_FILE_FAILURE

System Log Message

function-name: operation: operation filename: error-message

Description

A JUNOS process could not perform the indicated operation on the indicated SNMP engine data file.

Type

Error: An error occurred

Severity

critical

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_SOCKET_FAILURE

System Log Message

operation: error-message

Description

Various system processes use Transmission Control Protocol (TCP), User Datagram Protocol (UDP), and Reliable Data Protocol (RDP) sockets. The indicated socket operation failed for the indicated reason.

Type

Error: An error occurred

Severity

emergency

Cause

An internal software failure occurred.

Action

Contact your technical support representative.

LIBJNX_XML_DECODE_FAILED

System Log Message

Invalid XML encoding 'data', skipping to ';'

Description

The XML parser ignored the indicated XML data sent by a client application, because the XML encoding of the data was invalid. The parser skipped ahead to the likely endpoint for the invalid data.

Type

Error: An error occurred

Severity

error

Cause

A possible cause is improper escaping of character constants in the data stream.

Action

Contact your technical support representative.


[Contents] [Prev] [Next] [Index] [Report an Error]