分页: 1 / 1
启动 GNOME 设置守护进程时出错
发表于 : 2007-03-27 17:37
由 ubuntulife
报错如下:
登录GNOME时很长一段时间无响应(2,3MINS) 最后出来一错误报告:
最后的错误信息是:
启动 GNOME 设置守护进程时出错。
主题、声音或者背景设置等可能不会正常工作。
最后的错误信息是:
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 在您下次登录时仍将试图重启动设置守护进程。
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 在您下次登录时仍将试图重启动设置守护进程。
发表于 : 2007-03-27 18:24
由 ubuntulife
通过以下方法可以稍微解决此问题:
在启动到登录窗时CTRL+ALT+F2切换到TTY2
SUDO IFCONFIG ETH0 DOWN 关闭网卡
CTRL+ALT+F7切换回登录窗可正常登录
登录后 SUDO IFCONFIG UP 启动网卡
此法治标不治本,望解答
发表于 : 2008-04-30 13:28
由 Happyboy_zhb
我也遇到了这个问题
是因为弄那个温度监视什么弄的
修改了modules之后出现的问题
把新添加的的东西注释掉之后就好了
代码: 全选
sudo gedit /etc/modules
代码: 全选
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
# Generated by sensors-detect on Wed Apr 30 10:01:57 2008
# Chip drivers
coretemp
#i8k force=1 这个是注释掉的~ 没注释掉的时候 就会出现那个问题
不知道能解决吗?
或者是这个文件的运行的项目出错了~
发表于 : 2008-08-23 1:44
由 winhoo
请问有哪位达人能系统说说这个问题?谢谢!刚遇到这个问题,怎么也解决不了,也找不到系统的说法。本人新手,谢谢了!
发表于 : 2008-09-07 8:41
由 Ubuntu猪头
这个,我也是这个问题,但错误不一样,不是网卡的问题,谁能帮忙解决????
Re: 启动 GNOME 设置守护进程时出错
发表于 : 2008-10-19 13:15
由 Eric Fang
最佳答案:
sudo gedit /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.147
netmask 255.255.255.0
gateway 192.168.1.1
pre-up /sbin/ifconfig eth0 up
Re: 启动 GNOME 设置守护进程时出错
发表于 : 2008-10-30 8:24
由 1_dimension
Eric Fang 写了:最佳答案:
sudo gedit /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.147
netmask 255.255.255.0
gateway 192.168.1.1
pre-up /sbin/ifconfig eth0 up
你的这个是静态IP才能用的。。。。那关于自动获取IP的呢,。怎么解决。。
Re: 启动 GNOME 设置守护进程时出错
发表于 : 2008-11-05 14:03
由 1_dimension
我也碰上这个问题了,无法改~~有没有高手帮下忙。。菜鸟姑娘我感激不尽

Re: 启动 GNOME 设置守护进程时出错
发表于 : 2008-11-05 15:16
由 zhucetemp
1_dimension 写了:Eric Fang 写了:最佳答案:
sudo gedit /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.147
netmask 255.255.255.0
gateway 192.168.1.1
pre-up /sbin/ifconfig eth0 up
你的这个是静态IP才能用的。。。。那关于自动获取IP的呢,。怎么解决。。
把static后面全部删除,改成dhcp就可以。
看看那个安装PDF里面有类似的说明。
Re: 启动 GNOME 设置守护进程时出错
发表于 : 2008-11-18 23:13
由 mmj014
要是把它改成DHCP也没有用那怎么办。。。我遇到的情况就是弹出来而已。。不影响使用。。。但是还是觉得不是很爽
Re: 启动 GNOME 设置守护进程时出错
发表于 : 2008-11-19 22:55
由 九野墓天
我装的时候没有这个情况,但是给我同学装的时候就出现了这个情况,谁能讲讲阿