From 5146e7e8aec2d394c06771d4c9d0d03fc2cd911c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 13 Jul 2014 20:32:46 -0400 Subject: man: add systemd-coredump(8) and a bunch of links --- man/systemd-coredump.xml | 105 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 man/systemd-coredump.xml (limited to 'man/systemd-coredump.xml') diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml new file mode 100644 index 0000000000..b83b278620 --- /dev/null +++ b/man/systemd-coredump.xml @@ -0,0 +1,105 @@ + + + + + + + + + systemd-coredump + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-coredump + 8 + + + + systemd-coredump + Log and store core dumps + + + + /usr/lib/systemd/systemd-coredump + + + + Description + + systemd-coredump can be used as a helper + binary by the kernel when a user space program receives a fatal + signal and dumps core. For it to be used in this capacity, it must + be specified by the + kernel.core_pattern sysctl8 + setting. Systemd installs + /usr/lib/sysctl.d/50-coredump.conf which + configures kernel.core_pattern to invoke + systemd-coredump. This file may be masked or + overriden to use a different setting following normal + sysctl.d5 rules. + + The behaviour of a specific program upon reception of a + signal is governed by a few factors which are described in detail + in core5. + In particular, the coredump will only be processed when the + related resource limits are high enough. For programs started by + systemd those may be set using + LimitCore= (see + systemd.exec5). + + + systemd-coredump will log the coredump + including a backtrace if possible, and store the core (contents of + process' memory contents) in an external file on disk in + /var/lib/systemd/coredump, or directly in + the journal. This behaviour may be modified using + coredump.conf5. + + Apart from the + journalctl1 + log viewer, + coredumpctl1 + may be used to list and extract coredumps. + + + + See Also + + coredump.conf5, + coredumpctl1, + systemd-journald.service8, + core5, + sysctl.d5, + systemd-sysctl.service8. + + + -- cgit v1.2.3-54-g00ecf