常规 syslogd clusvcmgrd 消息转储到所有终端

常规 syslogd clusvcmgrd 消息转储到所有终端

就在几天前,我们突然每隔几分钟就会收到这样的消息到每个打开的终端:

来自 syslogd@hartnell 的消息,发送时间:2009 年 9 月 2 日星期三 11:15:27...
hartnell clusvcmgrd[5887]: readServiceBlock: 服务编号不匹配 2,0。

我们正在运行:

Linux hartnell.cluster 2.4.21-32.0.1.ELsmp #1 SMP 2005 年 5 月 17 日星期二 17:46:36 EDT x86_64 x86_64 x86_64 GNU/Linux

Red Hat Enterprise Linux AS 版本 3(Taroon 更新 9)

知道为什么这种情况会突然发生吗?也许是日志文件已满?

答案1

man syslog.conf

          # Emergency messages will be displayed using wall
          #
          *.=emerg                     *

   This rule tells the syslogd to write all emergency messages to all cur‐
   rently logged in users.  This is the wall action.

您可能有其他类似的设置,/etc/syslog.conf导致此消息被写入所有终端。您可以更改日志配置方式或修复导致该消息的问题。

这应该是一种异常情况。您的驱动器可能存在硬件问题。

这次讨论本通告了解更多信息。

相关内容