对NetBSD越来越失望了
版主: lionux
对NetBSD越来越失望了
用NetBSD有段时间了,一开始发现对我的U盘支持不好,复制文件死机,刚刚cdrom又挂载不了。
这段时间尝试xen,netbsd作虚拟机已成功启动起来,本想成功后发篇文章,可是虚拟系统怎么也启动不了。换bochs又出错, "libSM.so.6"无法找到。
这段时间尝试xen,netbsd作虚拟机已成功启动起来,本想成功后发篇文章,可是虚拟系统怎么也启动不了。换bochs又出错, "libSM.so.6"无法找到。
-
- 锌 Zn
- 帖子: 493
- 注册时间: 2010-02-02 18:00
-
- 锌 Zn
- 帖子: 493
- 注册时间: 2010-02-02 18:00
我的新机器来了,暂时还不能在上面安装OB,因为还需要消化FAQ里和windows 7共存的内容,可惜FAQ里是windows 7 beta版的方法,不知道正式版有无问题,但是安装时肯定要参考你的大内存的帖子的,感谢分享经验。NetBSD目前只在虚拟机上跑,还没有机器给它。我是老机器的硬盘坏了,所以这几天在折腾OB的重新安装,尝试了一下从发行版升级到当前也不行,make出错,没有时间折腾了,要考试了,先更新成了稳定版,等5月份以后再说了。wkx9dragon 写了:snapshot 中的4.7(amd64)默认还是没有打开大内存支持哦。NetBSD我记得好像是底层架构又改动了,所以问题超多,要不你在新闻组里找找,可能能够发现原因,自己编译解决吧。
此外原来安装过,Windows XP+OpenBSD+NetBSD的组合,最后启动还是要靠OpenBSD的安装盘来切换系统分区,试了试NetBSD的启动管理器,感觉还是不太容易上手,也许OB太习惯了,积重难返,改起来很不容易。
-
- 锌 Zn
- 帖子: 493
- 注册时间: 2010-02-02 18:00
这是网上的解决办法,你看看试试。
The following reply was made to PR kern/42225; it has been noted by GNATS.
From: Martin Husemann <[email protected]>
To: [email protected]
Cc:
Subject: PR/42225 CVS commit: src/sys/dev/usb
Date: Sat, 13 Feb 2010 02:09:42 +0000
Module Name: src
Committed By: martin
Date: Sat Feb 13 02:09:41 UTC 2010
Modified Files:
src/sys/dev/usb: umass.c umass_quirks.c umassvar.h
Log Message:
Remove UMASS_QUIRK_IGNORE_RESIDUE, instead max out the expected response
size at the actual transfer length. Fixes PR kern/42225 differently.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/usb/umass_quirks.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/usb/umassvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
The following reply was made to PR kern/42225; it has been noted by GNATS.
From: Martin Husemann <[email protected]>
To: [email protected]
Cc:
Subject: PR/42225 CVS commit: src/sys/dev/usb
Date: Sat, 13 Feb 2010 02:09:42 +0000
Module Name: src
Committed By: martin
Date: Sat Feb 13 02:09:41 UTC 2010
Modified Files:
src/sys/dev/usb: umass.c umass_quirks.c umassvar.h
Log Message:
Remove UMASS_QUIRK_IGNORE_RESIDUE, instead max out the expected response
size at the actual transfer length. Fixes PR kern/42225 differently.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/usb/umass_quirks.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/usb/umassvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-
- 锌 Zn
- 帖子: 493
- 注册时间: 2010-02-02 18:00
这是更新的解决方案。改动了两个文件。
1) sys/dev/usb/usbdevs: revision 1.535
2) sys/dev/usb/umass.c: revision 1.137
The following reply was made to PR kern/42225; it has been noted by GNATS.
From: Soren Jacobsen <[email protected]>
To: [email protected]
Cc:
Subject: PR/42225 CVS commit: [netbsd-5] src/sys/dev/usb
Date: Tue, 9 Mar 2010 03:45:43 +0000
Module Name: src
Committed By: snj
Date: Tue Mar 9 03:45:43 UTC 2010
Modified Files:
src/sys/dev/usb [netbsd-5]: umass.c usbdevs
Log Message:
Pull up following revision(s) (requested by is/martin):
sys/dev/usb/usbdevs: revision 1.535
sys/dev/usb/umass.c: revision 1.137
Add SuperTop and SuperTop IDE Bridge to usbdevs.
--
Max out the expected response size at the actual transfer length.
Fixes PR kern/42225.
To generate a diff of this commit:
cvs rdiff -u -r1.129.4.1 -r1.129.4.2 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.519.4.4 -r1.519.4.5 src/sys/dev/usb/usbdevs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
1) sys/dev/usb/usbdevs: revision 1.535
2) sys/dev/usb/umass.c: revision 1.137
The following reply was made to PR kern/42225; it has been noted by GNATS.
From: Soren Jacobsen <[email protected]>
To: [email protected]
Cc:
Subject: PR/42225 CVS commit: [netbsd-5] src/sys/dev/usb
Date: Tue, 9 Mar 2010 03:45:43 +0000
Module Name: src
Committed By: snj
Date: Tue Mar 9 03:45:43 UTC 2010
Modified Files:
src/sys/dev/usb [netbsd-5]: umass.c usbdevs
Log Message:
Pull up following revision(s) (requested by is/martin):
sys/dev/usb/usbdevs: revision 1.535
sys/dev/usb/umass.c: revision 1.137
Add SuperTop and SuperTop IDE Bridge to usbdevs.
--
Max out the expected response size at the actual transfer length.
Fixes PR kern/42225.
To generate a diff of this commit:
cvs rdiff -u -r1.129.4.1 -r1.129.4.2 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.519.4.4 -r1.519.4.5 src/sys/dev/usb/usbdevs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
在线用户
正浏览此版面之用户: 没有注册用户 和 1 访客