系统环境:Red Hat Enterprise Linux Server 6.0
启动时提示:
The configuration defaults for GNOME Power Manager have not been installed correctly.Please contact you computer administrator.
There is a problem with the configuration server(/usr/libexec/gconf-sanity-check-2 exited with status 256).
解决办法:
删除/tmp中的所有文件(包括隐藏文件),然后将/tmp目录的权限改为777,之后重启即可。
[root@RHEL-min tmp]# ls -A |xargs rm -rf *
[root@RHEL-min tmp]# chmod 777 .
[root@RHEL-min tmp]# init 6
ps:这是我第二次遇到了,第一次记得做了笔记和博客记录的,但是长时间没看就不知道放在哪里了!!看来写完博客之后也要经常回过头来看看才可以的啊!
原文地址:http://blog.sina.com.cn/s/blog_716844910100ssh3.html