[问题]运行gedit的时候一大堆错误

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
turingcat
帖子: 81
注册时间: 2008-04-16 16:36

[问题]运行gedit的时候一大堆错误

#1

帖子 turingcat » 2008-08-22 0:17

在终端下su后 gedit 某个文件,结果出现:
GConf 错误:联系配置服务器失败;某些可能原因是需要为 ORBit 启用 TCP/IP 联网,或者由于系统崩溃,您的 NFS 锁定已失效。请访问 http://www.gnome.org/projects/gconf/ 了解详细信息。(详细信息 - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)


不用su和用sudo gedit都正常,不知道是怎么回事,郁闷了
laozi888
帖子: 28
注册时间: 2007-12-03 11:37

#2

帖子 laozi888 » 2008-08-22 9:46

在ubuntu下似乎不能用su只能用sudo~
turingcat
帖子: 81
注册时间: 2008-04-16 16:36

#3

帖子 turingcat » 2008-08-22 23:48

可以用su啊~只不过有一大堆郁闷的东西而已
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

#4

帖子 想入非非 » 2008-08-23 3:47

代码: 全选

yangfan@yangfan-laptop:~$ su gedit
未知 id:gedit
Ubuntu User
turingcat
帖子: 81
注册时间: 2008-04-16 16:36

#5

帖子 turingcat » 2008-08-26 9:48

。。是su了之后在gedit
头像
JangMunho
帖子: 1347
注册时间: 2006-01-18 12:55
来自: 也许真的没有人理解

#6

帖子 JangMunho » 2008-08-26 10:01

想入非非 写了:

代码: 全选

yangfan@yangfan-laptop:~$ su gedit
未知 id:gedit
你在干什么,su后面接的是用户名,比如说root,不是接程序……
幸亏你那里没有一个叫gedit的用户,否则热闹了。
MacBook Pro 15" User
Cocoa Programmer
头像
CLOCKWORKHEART
帖子: 635
注册时间: 2007-11-05 19:26

#7

帖子 CLOCKWORKHEART » 2008-08-26 10:24

turingcat 写了:。。是su了之后在gedit
faint,这个解释应该就lz知道。
Everything that has a beginning has an end.
turingcat
帖子: 81
注册时间: 2008-04-16 16:36

#8

帖子 turingcat » 2008-08-28 10:21

CLOCKWORKHEART 写了:
turingcat 写了:。。是su了之后在gedit
faint,这个解释应该就lz知道。
偶错了,应该是
$su
root# gedit

:twisted: :twisted: :twisted:
有没有人遇到相同的问题吗?~
头像
yiding_he
帖子: 2677
注册时间: 2006-10-25 18:10
来自: 长沙
联系:

#9

帖子 yiding_he » 2008-08-28 10:26

Ubuntu 下面一般不用 su root,而是用 sudo -i 进入 #。
你是自由的。别人也是。
turingcat
帖子: 81
注册时间: 2008-04-16 16:36

#10

帖子 turingcat » 2008-08-28 15:48

en,难道那个是为了安全而故意搞出来的?呵呵,看来我自己转变观念才行。咔咔。谢谢各位
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

#11

帖子 想入非非 » 2008-08-28 19:31

yiding_he 写了:Ubuntu 下面一般不用 su root,而是用 sudo -i 进入 #。
这个我一直用。。。

代码: 全选

sudo bash
Ubuntu User
回复