mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
docs: add coredumpctl
systemd-coredumpctl collects core files for later analysis with gdb. It's a convenient thing if the keys you use to encrypt /var/lib/systemd/coredump are the same as the keys you use to encrypt the filesystem where you're running bees. Add it to the documentation just before the hand-rolled version. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
14b35e3426
commit
5a49870fc9
@ -96,7 +96,15 @@ bees Crashes
|
||||
**Note that this output may include filenames or data from your
|
||||
filesystem.**
|
||||
|
||||
* If the crash happens often (or you just want to be extra prepared),
|
||||
* If you have `systemd-coredump` installed, you can use `coredumpctl`:
|
||||
|
||||
(echo set pagination off;
|
||||
echo info shared;
|
||||
echo bt;
|
||||
echo thread apply all bt;
|
||||
echo thread apply all bt full) | coredumpctl gdb bees
|
||||
|
||||
* If the crash happens often (or don't want to use coredumpctl),
|
||||
you can run automate the gdb data collection with this wrapper script:
|
||||
|
||||
<pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user