系统环境: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

 

相关文章:

  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-07-18
  • 2021-11-07
  • 2022-12-23
猜你喜欢
  • 2021-08-10
  • 2021-06-05
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-08-12
相关资源
相似解决方案