Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable coredumps on hosts #1518

Merged
merged 1 commit into from May 6, 2024
Merged

Enable coredumps on hosts #1518

merged 1 commit into from May 6, 2024

Conversation

pykello
Copy link
Contributor

@pykello pykello commented Apr 26, 2024

Coredumps are useful when debugging crashes. This PR installs systemd-coredump when prepping a host.

By default, cores will be stored in /var/lib/systemd/coredump/. One can list them by doing coredumpctl list and start debugging one using coredumpctl gdb [pid].

Coredumps are useful when debugging crashes. This PR installs
`systemd-coredump` when prepping a host.

By default, cores will be stored in `/var/lib/systemd/coredump/`. One
can list them by doing `coredumpctl list` and start debugging one using
`coredumpctl gdb [pid]`.
@pykello pykello merged commit 1fe82c4 into main May 6, 2024
6 checks passed
@pykello pykello deleted the pykello/coredump branch May 6, 2024 17:19
@github-actions github-actions bot locked and limited conversation to collaborators May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants