Name

SLOG-122 — The process cannot perform logging into memory

Severity

C (critical)

Message text

[%s] Cannot initialize memory logging file %s

Description

It is possible to perform logging to a memory buffer (in addition to normal log). It is faster than the conventional logging to a file or syslog and the messages are stored in a buffer with fixed size, old messages being rewritten by the new ones. The buffer is made accessible as a file using the technique of memory mapped files. The memory log of each process is stored in a separate file and deleted upon normal process exit. When the process exits with an error, its memory log is retained. This message means that the memory log file for this process cannot be enlarged to its required size and therefore the process is unable to perform logging into memory. Logging to a file or syslog is not affected by this error.

See also

SLOG-123(6), SLOG-500(6), SLOG-501(6), logging(7)

Authors

This man page is a part of Kernun Firewall.
Copyright © 2000–2023 Trusted Network Solutions, a. s.
All rights reserved.