OpenVZ Forum


Home » General » Support » Kernel Panic after booting to openvz2.6 kernel (Os :Debian 9.4 . getting kerne; panic after booting to openvz kernel . )
Re: Kernel Panic after booting to openvz2.6 kernel [message #53343 is a reply to message #53342] Wed, 13 June 2018 12:23 Go to previous messageGo to previous message
vaverin is currently offline  vaverin
Messages: 708
Registered: September 2005
Senior Member
"Bad pagetable: 000d"
0xd -- so called error code, it describes the reason of the page fault.

/*
* Page fault error code bits:
*
* bit 0 == 0: no page found 1: protection fault
* bit 1 == 0: read access 1: write access
* bit 2 == 0: kernel-mode access 1: user-mode access
* bit 3 == 1: use of reserved bit detected
* bit 4 == 1: fault was an instruction fetch
*/

In this case kernel was not expected that bit3 us set.

I never saw such kind of issues before.

Error code is generated by CPU, so reason of this incident should be explained in CPU documentation.
Could you please clarify exact version of CPU used on affected node?

In general I can advise to update firmware (i.e motherboard BIOS) on affected node.

Thank you,
Vasily Averin
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Error installing Openvz 7
Next Topic: centOS vulnerabilities detected by Nessus
Goto Forum:
  


Current Time: Tue Jul 29 09:16:54 GMT 2025

Total time taken to generate the page: 0.53491 seconds