[紧急求助]请教Internal error问题

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

[紧急求助]请教Internal error问题

#1

帖子 relaxssl » 2007-07-17 8:25

升级了一些文件之后(非常菜鸟,有提示升级就升),chongxin 启动ubuntu 7.04,出现了如图的错误提示,并且不能上网,请求解决方法,不甚感激! :oops:
附件
启动后出现的提示。
启动后出现的提示。
找不到网卡了
找不到网卡了
iceknight
帖子: 16
注册时间: 2007-06-29 23:06

#2

帖子 iceknight » 2007-07-17 8:53

我也遇到了这种情况,刚装好系统时没有问题,更新后就成了这个样子,运行变得很慢!
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#3

帖子 relaxssl » 2007-07-17 8:58

请求高手来解答一下,感谢!
出现这个错误提示的症状是:

1、网络连接那有一个感叹号,还提示“No network connection”,前两次遇上这个问题都不再能上网,第三次重装了系统之后遇到相同的问题,却仍可以上网。
2、找不到D、E盘
3、系统程序启动变慢(可能是错觉)
上次由 relaxssl 在 2007-07-17 20:55,总共编辑 1 次。
超级蜗牛
帖子: 5
注册时间: 2006-07-14 23:26

#4

帖子 超级蜗牛 » 2007-07-17 16:12

看看是不是dbus服务停用了。用sysv-rc-conf命令,手动启动dbus服务
头像
TualatriX
帖子: 359
注册时间: 2006-11-17 20:07
来自: 杭州/宁波
联系:

#5

帖子 TualatriX » 2007-07-17 16:56

dbus是什么服务?搜索下~
IMTX:http://imtx.cn/

LDCN(已经关闭):http://linuxdesktop.cn/

Ubuntu Tweak:http://ubuntu-tweak.com/
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#6

帖子 relaxssl » 2007-07-17 20:16

我重新安装了一次系统,使用的全部是官方源,作了一些更新之后,再次遇到同样的提示,但是这次却仍然可以上网(现在就是在联网状态)。这么判断,出现这个提示,不一定会导致网络连接问题,但联网显示图标还是有一个感叹号,和一楼显示的一模一样。

到底这个HAL涉及的是那方面的东西呢?

[附加说明]我是在XP系统用Wubi安装的Ubuntu7.04,每次出现了那个提示之后,D盘和E盘在Ubuntu下就不能找到了,出现错误提示之前可以。而且感觉程序的启动变慢。
上次由 relaxssl 在 2007-07-17 20:48,总共编辑 2 次。
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#7

帖子 BigSnake.NET » 2007-07-17 20:18

TualatriX 写了:dbus是什么服务?搜索下~
消息总线.. 好东西
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#8

帖子 relaxssl » 2007-07-17 20:37

终端运行

代码: 全选

sudo apt-get install --reinstall hal
重新启动,还有存在同样的错误提示。
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#9

帖子 relaxssl » 2007-07-17 20:45

代码: 全选

linux@ubuntu:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#10

帖子 relaxssl » 2007-07-17 20:45

我的源文件内容:

代码: 全选

# 
# deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://tw.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://tw.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://tw.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://tw.archive.ubuntu.com/ubuntu/ feisty universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://tw.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ feisty multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://cn.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://tw.archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://tw.archive.ubuntu.com/ubuntu/ feisty-security universe
deb-src http://tw.archive.ubuntu.com/ubuntu/ feisty-security universe
deb http://tw.archive.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ feisty-security multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#11

帖子 relaxssl » 2007-07-17 21:33

解决Ubuntu启动时出现的 Failed to initialize HAL 错误

今天对Ubuntu搞了一些服务优化后,重启,突然发现启动时,弹出 Failed to initialize HAL错误。
真晕。我都还没用2天呢,就出问题了。 难道是中病毒了? Linux没这么脆弱吧,我又不想学老一套重装系统。
去Ubuntu论坛,有人说重装HAL相关软件包试一试,于是立刻启动"新立得"重装HAL相关软件包,重启后还是不行。照样弹出错误。
后来发现设备管理器也打不开。电源管理也有问题。
于是查看事件管理器,发现2个错误。

Nov 27 19:55:20 zvane-desktop gnome-power-manager: (zvane) Critical error: This program cannot start until you start the dbus system service. It is <b>strongly recommended</b> you reboot your computer after starting this service.

提示dbus服务没有启动,想到dbus是一个很重要的消息总线服务进程。可能就是这个引起的一系列问题。
是于是用sysv-rc-conf命令,手动启动dbus服务。
之后电源,和设备管理器都没问题了。

设置好2,3,4,5启动项后,重启计算机。
没有弹出任何错误~!
一切OK~!哈哈哈。。。。。。

估计是我优化的时候,不小心关闭了dbus服务导致的问题。看来以后要多注意才行哦。

Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1417509
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#12

帖子 relaxssl » 2007-07-17 22:08

I get this same error message only when I try to autologin in Edgy. I disable the autologin and it doesn't error the HAL initialization.

I also notice 2 hdd partitions don't mount or are visible when the HAL fails to initialize properly. I give it enough time @ the login screen and this is the time it takes to type in the userid and password and this seems to be enough time to initialize HAL properly. the drives show up like it's supposed to. Hmmmm, in my case it seems like maybe Gnome loads too fast and these drives aren't initialized and mounted by Edgy ? I checked the fstab file and there is no samba code that I read.
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#13

帖子 relaxssl » 2007-07-17 22:11

Good call! I was getting the same and it would fail to mount my 2 USB Drives and CD-ROM drives. I disabled auto login and all is well.

Thanks,

Kevin
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#14

帖子 relaxssl » 2007-07-17 22:12

阅读了官方网站的英文资料,才发现这个问题是设置了auto-login引起的!真是无话可说的错误啊 :evil:
头像
relaxssl
帖子: 1448
注册时间: 2007-01-30 7:13

#15

帖子 relaxssl » 2007-07-19 16:24

卸载HAL重新安装,问题得到解决。

特别提示:这个问题是在Wubi下安装的ubuntu才有,使用真实的安装是不会出现这个错误的。
回复