[已解决]There was an error starting the GNOME Settings Daemon.

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

[已解决]There was an error starting the GNOME Settings Daemon.

#1

帖子 oken » 2008-08-03 18:57

There was an error starting the GNOME Settings Daemon.

Some things, such as themes, sounds, or background settings may not work correctly.

The last error message was:

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.

GNOME will still try to restart the Settings Daemon next time you log in.

我用的是校园网,静态ip,修改/etc/network/interfaces,内容如下:
#auto lo
#iface lo inet loopback


#iface eth0 inet dhcp

auto eth0
iface eth0 inet static

address 222.201.145.23

netmask 255.255.255.0

gateway 222.201.145.254
配置了上网之后,每次登录,进入桌面之后要等很久图标才出现。那时候,桌面是一大片UB的颜色,左上角一大片灰色的,鼠标可以动。但是就是停在那里。很多次,我以为他不行了,于是重启,重启之后还是一样,今天,心情好,多等了一下,想不到,居然可以用了。不过出现上面的错误!于是上网查找了一下。尝试更改/etc/network/interfaces,内容如下:
auto lo
iface lo inet loopback


#iface eth0 inet dhcp

auto eth0
iface eth0 inet static

address 222.201.145.23

netmask 255.255.255.0

gateway 222.201.145.254
其实就是去掉前面那两个语句的#,重启。居然成功了!欢天喜地!
lbc163
帖子: 3
注册时间: 2008-10-29 20:02

Re: [已解决]There was an error starting the GNOME Settings Daemon.

#2

帖子 lbc163 » 2008-11-03 13:16

xiexie :em03
rock1518
帖子: 38
注册时间: 2008-10-21 13:39

Re: [已解决]There was an error starting the GNOME Settings Daemon.

#3

帖子 rock1518 » 2008-11-14 15:49

奇怪,我的情况跟你的一样,怎么我照你的做确不行?
头像
oken
帖子: 31
注册时间: 2008-03-29 11:44
来自: CHINA

Re: [已解决]There was an error starting the GNOME Settings Daemon.

#4

帖子 oken » 2008-11-17 22:50

rock1518 写了:奇怪,我的情况跟你的一样,怎么我照你的做确不行?
你有没有修改过主题什么的?如果有就改回来!
头像
cshishaliu
帖子: 37
注册时间: 2007-10-29 1:18
来自: China
联系:

Re: [已解决]There was an error starting the GNOME Settings Daemon.

#5

帖子 cshishaliu » 2009-12-08 10:33

看来能造成这个异常的原因很多啊!
我那两行本来就没有被注视掉,但是照样会有这样的错误提示。

而且,我的系统是在移动硬盘上的,也并不是在每台电脑上用都会有这样的提示。
lhjoanna
帖子: 1
注册时间: 2010-10-03 20:21

Re: [已解决]There was an error starting the GNOME Settings Daem

#6

帖子 lhjoanna » 2010-10-03 20:24

恩 造成这个情况的原因很多阿 我今天下午就出现了刚才的问题 然后仔细回想了下重启前做过的修改 后来想起来是把/etc/hosts文件中的localhost的IP地址改了 该回来再重启就正常了
panjunyang
帖子: 1
注册时间: 2010-10-30 15:49

Re: [已解决]There was an error starting the GNOME Settings Daem

#7

帖子 panjunyang » 2010-10-30 15:57

原因很多,很难可以一下子就解决,但应该至少确保以下两点:
1. /etc/hosts 文件中有一行为
127.0.0.1 localhost

2. /etc/network/interfaces 文件中包含以下内容:
auto lo
iface lo inet loopback


登录后用ifconfig查看lo是否是活动的,否则用
ifconfig lo up
启动lo,这时试试看先前的错误是否还存在。
回复