zoukankan      html  css  js  c++  java
  • 不停在终端中报log

    一台centos5.5的服务器,前一天还使用正常,今天不停在终端中报log,具体信息如下:

    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost last message repeated 2 times
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 536870912, row 0, labels ":": i3200 UE
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 536870912, row 1, labels ":": i3200 UE
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 536870912, row 0, labels ":": i3200 UE
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 536870912, row 1, labels ":": i3200 UE
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 536870912, row 0, labels ":": i3200 UE
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 536870912, row 1, labels ":": i3200 UE
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 536870912, row 0, labels ":": i3200 UE
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost kernel: EDAC MC0: UE page 0x0, offset 0x0, grain 536870912, row 1, labels ":": i3200 UE
     
    Message from syslogd@ at Mon Oct 11 14:19:56 2010 ...
    localhost last message repeated 2 times
     
    无论是ssh上来的还是本机的终端窗口统统都报。都没有办法打字。
    先停止syslog:
    /etc/init.d/syslog stop
    [root@localhost init.d]# lsmod | grep edac
    i3200_edac              9545  0 
    edac_mc                26513  1 i3200_edac
    [root@localhost init.d]# rmmod i3200_edac
    [root@localhost init.d]# rmmod edac_mc
     
    再开启syslog:
    /etc/init.d/syslog stop
    用上面的步骤,卸载了两个模块,不报了。
     
    cpu风扇不转
  • 相关阅读:
    HTML5 实现Link跳线效果
    在TWaver的Tree节点上画线
    用TWaver加载大型游戏场景一例
    22万个木箱!TWaver 3D极限压榨
    如何在MONO 3D寻找最短路路径
    如何创建TWaver 3D的轮廓选中效果
    巧用TWaver 3D 矢量图形功能
    如何实现TWaver 3D颜色渐变
    HDU 1390 Binary Numbers
    HDU 1328 IBM Minus One
  • 原文地址:https://www.cnblogs.com/linmzh/p/2946180.html
Copyright © 2011-2022 走看看