剛安裝完後、不停發生錯誤訊息
Message from syslogd@ at Mon Sep 5 00:24:28 2011 ...
localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 1073741824, row 3, labels ":": i3200 UE
localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 1073741824, row 3, labels ":": i3200 UE
解決方法:
- 先停止rsyslog
/etc/init.d/rsyslog stop - lsmod | grep edac
i3200_edac 9545 0
edac_core 26513 1 i3200_edac - 除移模組
rmmod i3200_edac
rmmod edac_core - /etc/init.d/rsyslog start
註:EDAC是Error Detection And Correction(檢錯和糾錯)的縮寫
rsyslog配置參見 http://smartest.blog.51cto.com/3585938/1280933