Error starting kdump

systemctl start kdump.service
Job for kdump.service failed because the control process exited with error code. See "systemctl status kdump.service" and "journalctl -xe" for details.

systemctl status kdump.service
● kdump.service - Crash recovery kernel arming
Loaded: loaded (/usr/lib/systemd/system/kdump.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2020-04-01 15:49:48 -03; 41s ago
Process: 21878 ExecStart=/usr/bin/kdumpctl start (code=exited, status=1/FAILURE)
Main PID: 21878 (code=exited, status=1/FAILURE)

Apr 01 15:49:48 *** systemd[1]: Starting Crash recovery kernel arming…
Apr 01 15:49:48 *** kdumpctl[21878]: No memory reserved for crash kernel
Apr 01 15:49:48 *** kdumpctl[21878]: Starting kdump: [FAILED]
Apr 01 15:49:48 *** systemd[1]: kdump.service: main process exited, code=exited, status=1/FAILURE
Apr 01 15:49:48 ***m systemd[1]: Failed to start Crash recovery kernel arming.
Apr 01 15:49:48 *** systemd[1]: Unit kdump.service entered failed state.
Apr 01 15:49:48 *** systemd[1]: kdump.service failed.

2 Replies

It looks like kdump might not be enabled in your kernel settings, or might not have sufficient memory to run. You'd need to follow this guide to use system-config-kdump or edit your Grub file and configure reserved memory for kdump to use. This resource has a step-by-step guide for installing dependencies and configuring settings.

I changed the conf file but it still won't start.

What problem can you have with kdump disabled?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct