Re: [CentOS] mce error

2012-11-15 Thread Ted Miller
On 11/13/2012 09:21 AM, Johnny Hughes wrote: On 11/13/2012 07:49 AM, Banyan He wrote: Just check the config to build the edac_mce module if you don't build it in. CONFIG_EDAC_MCE=y Make sure you have this in the /boot/config-. If he is running a standard CentOS kernel then he should

Re: [CentOS] mce error

2012-11-14 Thread Nicolas Thierry-Mieg
Ted Miller wrote: [root@office04 Documents]# locate edac_mci_amd returned nothing, but I don't know if it should or not. you have a typo, it should be locate edac_mce_amd and it should return /lib/modules/*/kernel/drivers/edac/edac_mce_amd.ko for all the kernels you have installed

Re: [CentOS] mce error

2012-11-14 Thread Ted Miller
On 11/14/2012 05:41 AM, Nicolas Thierry-Mieg wrote: Ted Miller wrote: [root@office04 Documents]# locate edac_mci_amd returned nothing, but I don't know if it should or not. you have a typo, it should be locate edac_mce_amd Thanks for catching that. Good example of why copying and

[CentOS] mce error

2012-11-13 Thread Ted Miller
During booting of Centos6 I see an error message that goes something like: Starting mcelog daemon [FAILED] AMD Processor family 15: Please load edac_mce_amd module. CPU is unsupported The only helpful information I have found is in the preview of

Re: [CentOS] mce error

2012-11-13 Thread Banyan He
Just check the config to build the edac_mce module if you don't build it in. CONFIG_EDAC_MCE=y Make sure you have this in the /boot/config-. Banyan He Blog: http://www.rootong.com Email: ban...@rootong.com On 2012-11-13 8:12 PM, Ted Miller wrote: During booting of Centos6 I

Re: [CentOS] mce error

2012-11-13 Thread Johnny Hughes
On 11/13/2012 07:49 AM, Banyan He wrote: Just check the config to build the edac_mce module if you don't build it in. CONFIG_EDAC_MCE=y Make sure you have this in the /boot/config-. If he is running a standard CentOS kernel then he should have CONFIG_EDAC_MCE=y. On 2012-11-13 8:12

Re: [CentOS] mce error

2012-11-13 Thread Ted Miller
On 11/13/2012 09:21 AM, Johnny Hughes wrote: On 11/13/2012 07:49 AM, Banyan He wrote: Just check the config to build the edac_mce module if you don't build it in. CONFIG_EDAC_MCE=y Make sure you have this in the /boot/config-. If he is running a standard CentOS kernel then he should

Re: [CentOS] mce error

2012-11-13 Thread Banyan He
1. ls /lib/modules/2.6.32-279.el6.i686/kernel/drivers/edac | grep mce If you can find the module there, go to step 2 2. modprobe edac_mce_amd 3. lsmod | grep mce # verify if it loads If you don't have the module, compile one. The default kernel from centos should have it. If that is not