kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Crash recovery kernel error
@ 2020-06-19 18:01 Harsh chopra
  2020-06-20  4:16 ` Sebastian Fricke
  2020-06-22  5:29 ` Mulyadi Santosa
  0 siblings, 2 replies; 4+ messages in thread
From: Harsh chopra @ 2020-06-19 18:01 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 643 bytes --]

I cloned the kernel from "git clone git://
git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git".
I selected the branch 5.7.y for building the kernel, I used the command
"make menuconfig" to select specific  modules  and to avoid other options
that come up while making the .config file.

I was able to successfully install the kernel but when I started the kernel
version 5.8.3+ , the system freezes with the message "see systemctl status
kdump.service".
When I looked in the logs I found this message "Failed to start Crash
recovery kernel arming"
My operating system is Centos 7.8.2003 kernel 3.10.
Any help will be appreciated.

[-- Attachment #1.2: Type: text/html, Size: 1185 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Crash recovery kernel error
  2020-06-19 18:01 Crash recovery kernel error Harsh chopra
@ 2020-06-20  4:16 ` Sebastian Fricke
  2020-06-20 17:07   ` Harsh chopra
  2020-06-22  5:29 ` Mulyadi Santosa
  1 sibling, 1 reply; 4+ messages in thread
From: Sebastian Fricke @ 2020-06-20  4:16 UTC (permalink / raw)
  To: Harsh chopra; +Cc: kernelnewbies

On 19.06.2020 23:31, Harsh chopra wrote:
>I cloned the kernel from "git clone git://
>git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git".
>I selected the branch 5.7.y for building the kernel, I used the command
>"make menuconfig" to select specific  modules  and to avoid other options
>that come up while making the .config file.
>
>I was able to successfully install the kernel but when I started the kernel
>version 5.8.3+ , the system freezes with the message "see systemctl status
>kdump.service".
>When I looked in the logs I found this message "Failed to start Crash
>recovery kernel arming"
>My operating system is Centos 7.8.2003 kernel 3.10.
>Any help will be appreciated.

Hey,

This superuser post presents a solution, that might be helpful:
(https://superuser.com/questions/1463319/how-to-fix-failed-to-start-crash-recovery-kernel-arming-when-can-not-enter-the)
from Juli.2019

And as stated in this forum post, you can maybe find a bit more information
on your problem by disabling the `rhgb quiet` option.
(https://forums.centos.org/viewtopic.php?f=47&t=58745)
from august.2016

Sebastian

(Sorry for double post forgot to CC kernelnewbies)

>_______________________________________________
>Kernelnewbies mailing list
>Kernelnewbies@kernelnewbies.org
>https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Crash recovery kernel error
  2020-06-20  4:16 ` Sebastian Fricke
@ 2020-06-20 17:07   ` Harsh chopra
  0 siblings, 0 replies; 4+ messages in thread
From: Harsh chopra @ 2020-06-20 17:07 UTC (permalink / raw)
  To: Sebastian Fricke; +Cc: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 3074 bytes --]

I tried changing the crashkernel value but nothing happened.
I got the information about the problem and I searched it and found that it
might be due to graphic drivers.
But the problem is that I don't know which config settings are used for
that.

Processor - AMD® Ryzen 5 1600 six-core processor × 12
Graphic card - GeForce GT 710/PCIe/SSE2
-------------------------Info-------------------------
[   30.547978] xfs filesystem being remounted at /var/tmp supports
timestamps until 2038 (0x7fffffff)
[   31.227538] bridge: filtering via arp/ip/ip6tables is no longer
available by default. Update your scripts to load br_netfilter if you need
this.
[   31.255101] tun: Universal TUN/TAP device driver, 1.6
[   31.257233] virbr0: port 1(virbr0-nic) entered blocking state
[   31.257237] virbr0: port 1(virbr0-nic) entered disabled state
[   31.257383] device virbr0-nic entered promiscuous mode
[   31.404748] virbr0: port 1(virbr0-nic) entered blocking state
[   31.404751] virbr0: port 1(virbr0-nic) entered listening state
[   31.440572] virbr0: port 1(virbr0-nic) entered disabled state
[   45.183565] xfs filesystem being remounted at /tmp supports timestamps
until 2038 (0x7fffffff)
[   45.184357] xfs filesystem being remounted at /var/tmp supports
timestamps until 2038 (0x7fffffff)
[   76.297401] xfs filesystem being remounted at /tmp supports timestamps
until 2038 (0x7fffffff)
[   76.297834] xfs filesystem being remounted at /var/tmp supports
timestamps until 2038 (0x7fffffff)

On Sat, 20 Jun 2020 at 09:46, Sebastian Fricke <
sebastian.fricke.linux@gmail.com> wrote:

> On 19.06.2020 23:31, Harsh chopra wrote:
> >I cloned the kernel from "git clone git://
> >git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git".
> >I selected the branch 5.7.y for building the kernel, I used the command
> >"make menuconfig" to select specific  modules  and to avoid other options
> >that come up while making the .config file.
> >
> >I was able to successfully install the kernel but when I started the
> kernel
> >version 5.8.3+ , the system freezes with the message "see systemctl status
> >kdump.service".
> >When I looked in the logs I found this message "Failed to start Crash
> >recovery kernel arming"
> >My operating system is Centos 7.8.2003 kernel 3.10.
> >Any help will be appreciated.
>
> Hey,
>
> This superuser post presents a solution, that might be helpful:
> (
> https://superuser.com/questions/1463319/how-to-fix-failed-to-start-crash-recovery-kernel-arming-when-can-not-enter-the
> )
> from Juli.2019
>
> And as stated in this forum post, you can maybe find a bit more information
> on your problem by disabling the `rhgb quiet` option.
> (https://forums.centos.org/viewtopic.php?f=47&t=58745)
> from august.2016
>
> Sebastian
>
> (Sorry for double post forgot to CC kernelnewbies)
>
> >_______________________________________________
> >Kernelnewbies mailing list
> >Kernelnewbies@kernelnewbies.org
> >https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>

[-- Attachment #1.2: Type: text/html, Size: 4235 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Crash recovery kernel error
  2020-06-19 18:01 Crash recovery kernel error Harsh chopra
  2020-06-20  4:16 ` Sebastian Fricke
@ 2020-06-22  5:29 ` Mulyadi Santosa
  1 sibling, 0 replies; 4+ messages in thread
From: Mulyadi Santosa @ 2020-06-22  5:29 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1818 bytes --]

On Sat, Jun 20, 2020 at 1:02 AM Harsh chopra <
serviceprovider.tester@gmail.com> wrote:

> I cloned the kernel from "git clone git://
> git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git".
> I selected the branch 5.7.y for building the kernel, I used the command
> "make menuconfig" to select specific  modules  and to avoid other options
> that come up while making the .config file.
>
> I was able to successfully install the kernel but when I started the
> kernel version 5.8.3+ , the system freezes with the message "see systemctl
> status kdump.service".
> When I looked in the logs I found this message "Failed to start Crash
> recovery kernel arming"
> My operating system is Centos 7.8.2003 kernel 3.10.
> Any help will be appreciated.
>
>
>
Try to duplicate the CentOS  kernel's config instead of using/creating your
own, you probably missed one or more needed config item.

Or better, use rpm/rpm source from elrepo (google for the url). It takes
stable/mainline kernel and make it (as much as possible) work with CentOS

Mind you that CentOS 7 is based on 3.10.x kernel and you're trying to run
5.x kernel, something that might not work due to incompatibility of API/ABI

Hope it helps

> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

[-- Attachment #1.2: Type: text/html, Size: 4006 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-22  5:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-19 18:01 Crash recovery kernel error Harsh chopra
2020-06-20  4:16 ` Sebastian Fricke
2020-06-20 17:07   ` Harsh chopra
2020-06-22  5:29 ` Mulyadi Santosa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).