求助:关于启动时gnome error

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

求助:关于启动时gnome error

#1

帖子 loyal_baby » 2009-10-22 10:48

在Ubuntu8下面,修改了/etc/network/interfaces文件(不方便透露IP地址,IP地址用*代替)内容如下:

1 # This file describes the network interfaces available on your system
2 # and how to activate them. For more information, see interfaces(5).
3
4 # The loopback network interface
5 auto lo
6 iface lo inet loopback
7
8 # The primary network interface
9 auto eth0
10 iface eth0 inet static
11 address *.*.*.48
12 netmask 255.255.255.0
13 gateway *.*.*.1
14 # dns-* options are implemented by the resolvconf package, if installed
15 #dns-nameservers *.*.*.193
重启进入系统之后,只显示一个图片,等了好久,就出现标题中的错误:
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.

从网上搜了一下,都说interfaces文件有问题,不过,我仔细检查了一下,应该没啥问题啊。求助大牛!
回复