π Request Details
The documentation section for Configuring core dump generation for Debian based OSes is incorrect and incomplete.
- In Ubuntu, the associated package does not come installed by default. So please add the corresponding step (sudo apt install systemd-coredump)
- systemctl edit systemd-coredump results in the service file being edited, rather than /etc/systemd/coredump.conf . So step 2 should simply be to use an editor (vi, nano, emacs, mcedit) to edit /etc/systemd/coredump.conf
- The service is called systemctl status systemd-coredump.socket . So in steps 5 and 6 you should be using that, rather than systemd-coredump
Required Information
- Request type
- Affected Documentation
Description
Additional examples/references (screenshots, code samples, links)
π Additional Details