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

Commits on Apr 26, 2024

  1. Enable coredumps on hosts

    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 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    27ba090 View commit details
    Browse the repository at this point in the history