On 5/22/20 11:16 PM, Vasudev Kamath wrote: > Vasudev Kamath <vasu...@debian.org> writes: > >> In our setup of Debian 9 we noticed many kernel panic which never crash >> dumped so was searching if there is something wrong in our setup and >> came across this bug. While looking at systemd I noticed there is a >> service called systemd-kexec.service which is disabled by default. Is >> this needs to be enabled for kexec to work correctly with systemd? >> >> If this service is needed may be should be enabled on installing >> kexec-tools? > > May be I misunderstood relation between kdump-tools and kexec-tools. If > so please ignore above message :-). Was actually looking at [1] which > gave me a feeling that something is missing in my setup and wrote above > mail > > [1] https://wiki.archlinux.org/index.php/Kdump > > Cheers, > Vasudev >
kdump relies upon kexec but it is configured separately by kdump-tools. kexec works just fine with systemd. It is just the wording of configure message in kexec-tools package that is misleading and needs fixing. If you are not seeing kernel crash dump on panic, take a look at /etc/default/kdump-tools file and make sure it is configured correctly. -- Khalid