ACPI引起linux系统无故重启
新装机器无故重启多次。
centos6 64bit
uname -a
Linux Eos 2.6.32-71.el6.x86_64 #1 SMP Fri May 20 03:51:51 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
硬件为Dell R410
E5606*2 4G*1 sas300G *2
系统负载基本为0,查看日志有acpi错误。
tail -n1000 /var/log/messages |grep -i error
- Sep 11 10:25:25 C1gstudio kernel: ACPI Error: No handler for Region [IPMI] (ffff88012b6b7420) [IPMI] (20090903/evregion-319)
- Sep 11 10:25:25 C1gstudio kernel: ACPI Error: Region IPMI(7) has no handler (20090903/exfldio-295)
- Sep 11 10:25:25 C1gstudio kernel: ACPI Error (psparse-0537): Method
 parse/execution failed [\_SB_.PMI0._GHL] (Node ffff88012b6b6470),
 AE_NOT_EXIST
- Sep 11 10:25:25 C1gstudio kernel: ACPI Error (psparse-0537): Method
 parse/execution failed [\_SB_.PMI0._PMC] (Node ffff88012b6b64f0),
 AE_NOT_EXIST
- Sep 11 10:25:28 C1gstudio abrtd: dbus error: Failed to connect to
 socket /var/run/dbus/system_bus_socket: No such file or directory
- Sep 11 10:25:28 C1gstudio abrtd: Error requesting DBus name
 com.redhat.abrt, possible reasons: abrt run by non-root; dbus config is
 incorrect; or dbus daemon needs to be restarted to reload dbus config
- Sep 11 10:35:51 C1gstudio kernel: ACPI Error: No handler for Region [IPMI] (ffff88012b6b7420) [IPMI] (20090903/evregion-319)
- Sep 11 10:35:51 C1gstudio kernel: ACPI Error: Region IPMI(7) has no handler (20090903/exfldio-295)
- Sep 11 10:35:51 C1gstudio kernel: ACPI Error (psparse-0537): Method
 parse/execution failed [\_SB_.PMI0._GHL] (Node ffff88012b6b6470),
 AE_NOT_EXIST
- Sep 11 10:35:51 C1gstudio kernel: ACPI Error (psparse-0537): Method
 parse/execution failed [\_SB_.PMI0._PMC] (Node ffff88012b6b64f0),
 AE_NOT_EXIST
- Sep 11 10:35:53 C1gstudio abrtd: dbus error: Failed to connect to
 socket /var/run/dbus/system_bus_socket: No such file or directory
- Sep 11 10:35:53 C1gstudio abrtd: Error requesting DBus name
 com.redhat.abrt, possible reasons: abrt run by non-root; dbus config is
 incorrect; or dbus daemon needs to be restarted to reload dbus config
vi /boot/grub/grub.conf
在kernel一行最后加上acpi=off noacip
- kernel ... acpi=off noacip
ACPI引起linux系统无故重启的更多相关文章
- linux系统下重启tomcat的shell脚本
		linux系统下重启tomcat的shell脚本: #!/bin/shtomcat_home=/opt/apache-tomcat- #找到tomcat进程的id并kill掉 ps -ef |grep ... 
- Linux系统下重启Tomcat
		在Linux系统下,重启Tomcat使用命令操作的! 首先,进入Tomcat下的bin目录 cd /usr/local/tomcat/bin 使用Tomcat关闭命令 ./shutdown.sh 查看 ... 
- Redhat 6.4 linux系统不重启识别热添加的硬盘方法
		1.1 选择虚拟机添加一块硬盘 1.2 查看系统当前磁盘信息 [root@zhongyi-test ~]# ls -l /dev/sd* brw-rw----. 1 root disk 8 ... 
- Linux系统  关机/重启/用户切换/注销,用户管理(用户创建/修改,用户组增加/删除),Linux中 / 和 ~ 的区别
		1.关机/重启命令 shutdown命令 shutdown -h now :立即关机 shutdown -h 1 :1分钟后关机 shutdown -r now :立即重启 shutdown -r 1 ... 
- 查询Linux系统最后重启时间的三个方法
		对于在Linux平台开发或运维的工程师来说,经常需要查询系统最后一次重启的时间,这篇文章将给大家介绍三种方法: 方法一:last命令 # last rebootreboot system boot 2 ... 
- linux系统中重启网卡后网络不通(NetworkManager篇)
		一.故障现象 RHEL7.6系统,使用nmcli绑定双网卡后,再使用以下命令重启network服务后主机网络异常,导致无法通过ssh远程登录系统. # systemctl restart networ ... 
- linux系统定时重启tomcat
		#touch auto-start.sh [root@Linux opt]# echo $LANGen_US.UTF-8 #vim auto-start.sh #!/bin/sh export LAN ... 
- 在基于acpi的linux系统上如何检查当前系统是否支持深度睡眠?
		答: 执行以下命令: # dmesg|grep -i acpi |grep -i supports (S3表示支持深度睡眠) ACPI: (supports S0 S1 S3 S4 S5) 
- Nginx在Windows系统和Linux系统下的重启
		一.Windows系统下重启nginx 1.杀掉nginx进程 tskill nginx echo 已终止所有ginx进程 2.启动nginx cd f:\nginx- nginx.exe ... 
随机推荐
- unity读取Sqlite数据库
			using UnityEngine; using System.Collections; using Mono.Data.Sqlite; using System.Data; public enum ... 
- JS 精粹(一)
			先说说JS是容易被误解的语言的观点.从名字上来看,"Java"这似乎暗示着这门语言与Java的关系:好像这门语言是Java的子集,或比Java弱.但实际与Java并无关系,如果说非 ... 
- ios 应用程序之间的跳转(内置程序的实现)
			ios 应用程序之间的跳转(内置程序的实现) 一个程序若要跳到另一个程序.需要在目标程序的plist文件里面修改: 打开info.plist,添加一项URL types 展开URLtypes,再展开I ... 
- velocity 字符串 转化为数字
			#set($nPageIndex=$request.getParameter("nIndex")) #set($Integer = 0 ) #set($FrontPageSize= ... 
- textarea 输入框限制字数
			在textarea标签中,只需要设置maxlength=”***”即可,但是在textarea标签中,IE9及IE9以下浏览器是不支持的,IE10.IE11则支持,估计后续的版本应该都会支持. 现在来 ... 
- jquery的$().each,$.each的区别与应用
			在jquery中,遍历对象和数组,经常会用到$().each和$.each(),两个方法.两个方法是有区别的,从而这两个方法在针对不同的操作上,显示了各自的特点. $().each,对于这个方法,在d ... 
- [LeetCode]题解(python):154-Find Minimum in Rotated Sorted Array II
			题目来源: https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/ 题意分析: 给定一个有重复的翻转的数组,找到最 ... 
- warning: control reaches end of non-void function
			用gcc编译一个程序的时候出现这样的警告: warning: control reaches end of non-void function 它的意思是:控制到达非void函数的结尾.就是说你的一些 ... 
- JAVA I/O使用方法(转)
			下面四张图表明了类之间的继承关系,其中红色.加粗的类名是常用的类. 常用转换 FileReader——>BufferedReader BufferedReader in= new Buffere ... 
- Unix/Linux环境C编程入门教程(9) unbntu CCPP开发环境搭建
			1. 首先启动VMware,如果没有安装,请查看前面VMware的安装视频 2 启动虚拟机向导,选择自定义 3 单击下一步 4 选择稍后安装操作系统 5 .选择unbntu 64linux ... 
