You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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