ECC Memory: EDAC module error

General support questions including new installations
Post Reply
RAID-5
Posts: 77
Joined: 2005/05/05 17:35:34
Location: Quebec

ECC Memory: EDAC module error

Post by RAID-5 » 2007/09/12 17:59:41

Hi, I install CentOS 5 on an i82875p chipset based motherboard yesterday and I always get EDAC Unrecoverable Error message on the console.

Sep 12 09:31:46 charlie kernel: EDAC MC0: UE page 0x37773, offset 0x0, grain 4096, row 1, labels ":": i82875p UE
Sep 12 09:31:47 charlie kernel: EDAC MC0: UE page 0x374f3, offset 0x0, grain 4096, row 1, labels ":": i82875p UE
Sep 12 09:31:48 charlie kernel: EDAC MC0: UE page 0x3767b, offset 0x0, grain 4096, row 1, labels ":": i82875p UE

This is not an hardware error... it seems to be false errors. I try to disable ECC on the BIOS (no error is shown) and then add this to modprobe.conf;

alias i82875p_edac /dev/null
alias edac_mc /dev/null
options edac_mc panic_on_ue=0

After reboot, I enable ECC in BIOS, but error message occur again. Any idea to solve this?

Thanks.

foxb
Posts: 1927
Joined: 2006/04/20 19:03:33
Location: Montreal/QC

Re: ECC Memory: EDAC module error

Post by foxb » 2007/09/12 18:45:49

https://bugzilla.redhat.com/show_bug.cgi?id=191506

RAID-5
Posts: 77
Joined: 2005/05/05 17:35:34
Location: Quebec

Re: ECC Memory: EDAC module error

Post by RAID-5 » 2007/09/18 16:22:07

Sorry for slow reply. I already read this bug report. For my case, it seems to be an issue with i82875p chipset... I got a lot of machines running on Intel 7xxx chipset without any problem.

Any suggestions to solve this?

thank you.

ebuck
Posts: 20
Joined: 2007/09/14 23:30:11
Location: San Francisco
Contact:

Re: ECC Memory: EDAC module error

Post by ebuck » 2007/09/18 19:04:28

Assuming everything works, you can change the level at which warning messages are sent to the console so that at least you can get work done (and ignore these messages). Use sysctl to change the kernel printk setting.

Ed

RAID-5
Posts: 77
Joined: 2005/05/05 17:35:34
Location: Quebec

Re: ECC Memory: EDAC module error

Post by RAID-5 » 2007/09/20 17:00:05

I solve my case by adding "alias i82875p_edac panic_on_ue=0" to the following lines in modprobe.conf


alias i82875p_edac /dev/null
alias edac_mc /dev/null
options edac_mc panic_on_ue=0


Thanks for you're suggestions.

Post Reply