一台Linux服务器,早在message中就看到许多
引用
CPU2: Temperature above threshold
CPU2: Running in modulated clock mode
问了下网管,网管说是CPU 温度过高的提示,没问题,不用管它。
今天上服务器更改些东西,发现不断弹出这类消息,严重影响我操作:(
搜索了一下,发现屏蔽此类消息的方法。
vi /etc/syslog.conf
注释掉 *.emerg 这一行
/etc/init.d/syslog restart
这样就不会出现 CPU 温度过高的警告了。