cjacker 发表于 2003-3-11 08:41:03

M 1.1beta1 BUG集中(1)

以后所有发现的BUG,全部提交到这个贴子下面。
不然版本有点乱,不好整理。
所有BUG提交,贴子名称必须以"BUG Report"开头。
否则,嘿嘿,我可要砍贴了:-)

qin_ray 发表于 2003-3-11 09:06:16

Bug Report==== RPM Hang

在用RPM命令安装软件时,还有RedHat 8.0 的RPM hang 问题。

我在安装CD2中的OpenOffice(执行install.sh)时,就遇到过。

解决办法:


$ su-
(enter root's password)
# killall-9rpm
# rm/var/lib/rpm/__*

That is two underscore "_" characters before the "*" in the above command. You should be prompted if you want to delete the following files:

/var/lib/rpm/__db.001
/var/lib/rpm/__db.002
/var/lib/rpm/__db.003

See Here:
http://voidmain.is-a-geek.net/redhat/redhat_8_rpm_lockup_bug_workaround.html

cjacker 发表于 2003-3-11 16:58:35

Re: Bug Report==== RPM Hang

在用RPM命令安装软件时,还有RedHat 8.0 的RPM hang 问题。

我在安装CD2中的OpenOffice(执行install.sh)时,就遇到过。

解决办法:


$ su-
(enter root's password)
# killall-9rpm
# rm/var/lib/rpm/__*

That is two underscore "_" characters before the "*" in the above command. You should be prompted if you want to delete the following files:

/var/lib/rpm/__db.001
/var/lib/rpm/__db.002
/var/lib/rpm/__db.003

See Here:
http://voidmain.is-a-geek.net/redhat/redhat_8_rpm_lockup_bug_workaround.html

确认,这个BUG是存在的,解决办法就是上面的内容。
删除/var/lib/rpm/__db*就可以了,
感觉像是死锁。
以后会修正。

zliu 发表于 2003-3-11 17:08:13

bug report -- adsl service

文件 /etc/rc.d/init.d/adsl 存在,但是在
#setup 的 <system services> 里面却找不到adsl这个服务

cjacker 发表于 2003-3-11 17:13:06

Re: bug report -- adsl service

文件 /etc/rc.d/init.d/adsl 存在,但是在
#setup 的 <system services> 里面却找不到adsl这个服务
chkconfig --add adsl

llc 发表于 2003-3-11 17:32:48

BUG Report--kpackage
和kde3.1 for redhat8.0中到kpackage一样,无法卸载已经装上到rpm包

zliu 发表于 2003-3-11 17:39:40

Re: bug report -- adsl service

文件 /etc/rc.d/init.d/adsl 存在,但是在
#setup 的 <system services> 里面却找不到adsl这个服务
chkconfig --add adsl

这个我知道,只是觉得里面找不到可能算是bug

断浪 发表于 2003-3-11 17:41:42

BUG Report--kpackage
和kde3.1 for redhat8.0中到kpackage一样,无法卸载已经装上到rpm包
是啊
我只得装了个gnorpm来进行管理

llc 发表于 2003-3-11 17:55:52

BUG Report --openoffice
自带的ooffice用脚本装上后,使用K菜单里的"openoffice"-"文本处理"无法启动,用kmenuedit发现“文本处理”用的命令是swriter,于是在终端里直接执行swriter指令,可以顺利启动ooffice并使用,但,K菜单里的“文本处理”选项还是无法使用,不知是何故

killertt 发表于 2003-3-11 18:40:01

"BUG Report"

我的 sis7012声卡(sis650集成)驱动不了!

在llc的帮助下解决。
sndconfig.

dl59 发表于 2003-3-11 19:05:55

BUG Report --- USB

我的usb鼠标、键盘无法使用。

llc 发表于 2003-3-11 19:38:29

usb设备无法使用的朋友,请试试用以下方法解决:
编辑/etc/modules.conf,加入下面一句:
alias usb-controller usb-uhci
保存,重起,应该就可以使用usb鼠标这些设备里

/etc/rc.sysinit脚本检测到这句会自动加载usb设备驱动

killertt 发表于 2003-3-11 20:33:50

kbear中文显示乱码

“书签”菜单中BSD Sites上?项显示乱码。新建立的中文书签重启后乱码。

netwind2000 发表于 2003-3-11 20:40:56

安装后键盘(PS2)和鼠标(USB)无法使用。启动时键盘可以使用,但运行到检测新硬件后键盘就一直无法使用了。

llc 发表于 2003-3-11 20:43:53

Re: kbear中文显示乱码

“书签”菜单中BSD Sites上?项显示乱码。新建立的中文书签重启后乱码。
将书签的编码设置为gbk
页: [1] 2 3 4 5
查看完整版本: M 1.1beta1 BUG集中(1)