wazuh-documentation
wazuh-documentation copied to clipboard
Incorrect and incomplete documentation for Configuring core dump generation for Debian based OSes
📌 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
- 4.13 (current) :
-
Request type
- [ ] Product update
- [X] Fixes or corrections
- [ ] Improvement
- [ ] Other:
-
Affected Documentation
- Documentation section(s): Debian Based OS
- Specific page URLs: https://documentation.wazuh.com/current/development/coredump.html#debian-based-oss
Description
Additional examples/references (screenshots, code samples, links)
🛠 Additional Details
@fgont thank you for the observation and suggestion.
This has been tested and the relevant section has been modified as suggested and will be published alongside other sections in the new and improvised Development document.
@SamsonIdowu, only close the issue after publication