linux 中的localhost kernel: CPU1: Temperature above threshold 錯誤解決
今天剛裝上RedHat Enterprise Linux 5系統,啟動一個終端就不斷彈出
localhost kernel: CPU1: Temperature above threshold 資訊。
在網上查了一下。
答案:
才知道是 2.6 核心的相應溫度閥值被設定的過低造成了這種狀況。
稍微負載有點重,cpu工作吃力一點,就出現這種現象了
#vi /etc/syslog.conf
註釋掉 *.emerg 這一行
#/etc/init.d/syslog restart
關閉核心日誌記錄器: [確定]
關閉系統日誌記錄器: [確定]
啟動系統日誌記錄器: [確定]
啟動核心日誌記錄器: [確定]
就不會出現 CPU 溫度過高的警告了。
這樣就不再彈出來了
localhost kernel: CPU1: Temperature above threshold 資訊。
在網上查了一下。
答案:
才知道是 2.6 核心的相應溫度閥值被設定的過低造成了這種狀況。
稍微負載有點重,cpu工作吃力一點,就出現這種現象了
#vi /etc/syslog.conf
註釋掉 *.emerg 這一行
#/etc/init.d/syslog restart
關閉核心日誌記錄器: [確定]
關閉系統日誌記錄器: [確定]
啟動系統日誌記錄器: [確定]
啟動核心日誌記錄器: [確定]
就不會出現 CPU 溫度過高的警告了。
這樣就不再彈出來了
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12778571/viewspace-195883/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Temperature above threshold臨時處理方案
- Linux下錯誤解決方案Linux
- MYSQL中 TYPE=MyISAM 錯誤的解決方法MySql
- Linux共享連結庫錯誤的解決Linux
- Ajax中“Sys未定義”錯誤的解決方法
- Could not resolve host: 'localhost 報錯解決辦法localhost
- Ocelot錯誤解決
- JSF中 Target Unreachable, returned null錯誤的解決JSNull
- 下面EJB中的RealationShip錯誤怎麼解決呢?
- PHP中的Malformed UTF-8 characters錯誤解決PHPORM
- linux解決“XXX is not in the sudoers file”錯誤Linux
- linux oracle 建立informix dblink 錯誤解決LinuxOracleORM
- 轉: redhat linux ftp 553 錯誤的解決辦法RedhatLinuxFTP
- linux kernel引發的oracle問題及解決LinuxOracle
- undefined reference to錯誤的解決方法Undefined
- SAXParseException的錯誤解決之二Exception
- PHP錯誤“Thisfilehasexpired”的解決方法PHP
- VIM 常用錯誤解決
- sqldeveloper for windows 錯誤解決SQLDeveloperWindows
- iOS 解決 Xcode 8中更新 SnapKit 3.0 的錯誤iOSXCodeAPK
- Linux yum提示Loaded plugins錯誤的解決方法LinuxPlugin
- Linux下安裝oracle,遇到錯誤的解決辦法LinuxOracle
- dns錯誤怎麼辦 dns錯誤的解決辦法DNS
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- 解決Linux上11g的ORA-00845錯誤Linux
- 在 Linux 上找出並解決程式錯誤的主要方法(轉)Linux
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- PHP & Linux: libsodium.so.23 錯誤解決方法PHPLinux
- linux下ping: unknown host錯誤解決方案Linux
- Eclipse中解決Multiple annotations found at this line錯誤。Eclipse
- CentOS 中yum命令執行錯誤解決辦法CentOS
- 使用Aihubmix API 服務中遇到錯誤與解決AIAPI
- Qt報Multiple definition錯誤的解決QT
- Cocopods的升級錯誤解決
- 解決 ngrok 的 Domain 錯誤問題AI
- 錯誤Namenodeisinsafemode的解決方法
- 解決DBCA的ORA-32700錯誤
- 【MySQL】解決mysql的 1594 錯誤MySql