core-dump-handler icon indicating copy to clipboard operation
core-dump-handler copied to clipboard

Use systemd management facilities

Open No9 opened this issue 3 years ago • 1 comments

As part of the discussion in https://github.com/IBM/core-dump-handler/issues/44#issuecomment-1007283866 it was suggested that on systems using systemd the agent could open a socket directly to systemd-coredump via its socket (/run/systemd/coredump) and process the results. That would requires less kernel configuration and enable the collection from a container.

While this isn't an immediate requirement for any of our target platforms if someone was hesitant about deploying a binary onto a host or didn't wish to modify the kernel_pattern tunable this could be an option.

There is no plan to develop this as yet but PRs with this functionality will be accepted. Just let us know you're starting so that others are aware the work is happening.

No9 avatar Jan 10 '22 15:01 No9

Using systemd may also address the process management requirement that came out of this issue. https://github.com/IBM/core-dump-handler/issues/86

No9 avatar May 21 '22 07:05 No9