zoukankan      html  css  js  c++  java
  • [转载]RHEL-6启动时提示:“/usr/libexec/gconf-sanity-check-2 exited with status 256”

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

    you can do everything what you want but must be hold on
  • 相关阅读:
    pm2
    php 基础知识
    EBADF, read
    php apache
    noah
    ejs
    node linux
    枚举系统进程
    c++ 进程权限的提升
    Liunx的目录结构
  • 原文地址:https://www.cnblogs.com/skylumia/p/4669587.html
Copyright © 2011-2022 走看看