M 1.1beta1 BUG集中(1)
以后所有发现的BUG,全部提交到这个贴子下面。不然版本有点乱,不好整理。
所有BUG提交,贴子名称必须以"BUG Report"开头。
否则,嘿嘿,我可要砍贴了:-)
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
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*就可以了,
感觉像是死锁。
以后会修正。
bug report -- adsl service
文件 /etc/rc.d/init.d/adsl 存在,但是在#setup 的 <system services> 里面却找不到adsl这个服务
Re: bug report -- adsl service
文件 /etc/rc.d/init.d/adsl 存在,但是在#setup 的 <system services> 里面却找不到adsl这个服务
chkconfig --add adsl BUG Report--kpackage
和kde3.1 for redhat8.0中到kpackage一样,无法卸载已经装上到rpm包
Re: bug report -- adsl service
文件 /etc/rc.d/init.d/adsl 存在,但是在#setup 的 <system services> 里面却找不到adsl这个服务
chkconfig --add adsl
这个我知道,只是觉得里面找不到可能算是bug BUG Report--kpackage
和kde3.1 for redhat8.0中到kpackage一样,无法卸载已经装上到rpm包
是啊
我只得装了个gnorpm来进行管理 BUG Report --openoffice
自带的ooffice用脚本装上后,使用K菜单里的"openoffice"-"文本处理"无法启动,用kmenuedit发现“文本处理”用的命令是swriter,于是在终端里直接执行swriter指令,可以顺利启动ooffice并使用,但,K菜单里的“文本处理”选项还是无法使用,不知是何故
"BUG Report"
我的 sis7012声卡(sis650集成)驱动不了!在llc的帮助下解决。
sndconfig.
BUG Report --- USB
我的usb鼠标、键盘无法使用。 usb设备无法使用的朋友,请试试用以下方法解决:编辑/etc/modules.conf,加入下面一句:
alias usb-controller usb-uhci
保存,重起,应该就可以使用usb鼠标这些设备里
/etc/rc.sysinit脚本检测到这句会自动加载usb设备驱动
kbear中文显示乱码
“书签”菜单中BSD Sites上?项显示乱码。新建立的中文书签重启后乱码。 安装后键盘(PS2)和鼠标(USB)无法使用。启动时键盘可以使用,但运行到检测新硬件后键盘就一直无法使用了。Re: kbear中文显示乱码
“书签”菜单中BSD Sites上?项显示乱码。新建立的中文书签重启后乱码。将书签的编码设置为gbk