启动centos,发现以下错误,可能是上次修改了tmp目录,导致的
There is a problem with the configuration server.
(/use/lib/GConf/2/gconf-sanity-check-2 exited with status 256)
切换到命令行,使用root用户登录,执行:
#chmod
777 /tmp
重启,重新登录,成功
本文介绍了当CentOS启动出现配置服务器问题时的一种解决方案。通过调整/tmp目录的权限设置为777,可以修复由先前对该目录进行更改而引发的启动错误。
启动centos,发现以下错误,可能是上次修改了tmp目录,导致的
There is a problem with the configuration server.
(/use/lib/GConf/2/gconf-sanity-check-2 exited with status 256)
切换到命令行,使用root用户登录,执行:
#chmod
777 /tmp
重启,重新登录,成功
4478
4037
486

被折叠的 条评论
为什么被折叠?