Open czxkgxy opened 4 years ago
hello,have you found how to solve this problem? Now,I also encountered this problem
Error code -5 is "EIO". The only place where the upstream kernel /dev/mcelog driver returns that is here:
if (!boot_cpu_has(X86_FEATURE_MCE) || !boot_cpu_has(X86_FEATURE_MCA))
return -EIO;
But that's in the "write" path which is only used for error injection.
Can you boot the system and try starting mcelog daemon manually running under "strace" to get some details on interactions between mcelog and your CentOS kernel.
mce: Unable to init device /dev/mcelog (rc: -5) Centos7x suddenly hangs dead, this error appears after restarting, what is the cause?please tell me rc :5 looklike ?return?