Fix note on CMD640 to reference the correct releases.
Added note on conflict between uha and ahc drivers (joerg) Fixed links to core team list. Added link from HP Netserver entry to Joerg's new dedicated disks entry.
This commit is contained in:
parent
c97d118091
commit
5f56e2d06d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1940
1 changed files with 21 additions and 9 deletions
30
FAQ/FAQ.sgml
30
FAQ/FAQ.sgml
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
||||
<!-- $Id: FAQ.sgml,v 1.71 1997-09-07 14:04:39 joerg Exp $ -->
|
||||
<!-- $Id: FAQ.sgml,v 1.72 1997-09-10 11:50:51 pds Exp $ -->
|
||||
|
||||
<article>
|
||||
|
||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:peter@taronga.com'
|
||||
name='<peter@taronga.com>'></tt>
|
||||
<date>$Date: 1997-09-07 14:04:39 $</date>
|
||||
<date>$Date: 1997-09-10 11:50:51 $</date>
|
||||
|
||||
<abstract>
|
||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||
|
@ -293,9 +293,9 @@ make release BUILDNAME=3.0-MY-SNAP CHROOTDIR=/some/big/filesystem/release
|
|||
<p>
|
||||
The key decisions concerning the FreeBSD project, such as the
|
||||
overall direction of the project and who is allowed to add code to
|
||||
the source tree, are made by a <url url="../handbook/contrib:core.html"
|
||||
the source tree, are made by a <url url="../handbook/staff:core.html"
|
||||
name="core team"> of some 17 people. There is a much larger
|
||||
team of around 70+ <url url="../handbook/contrib:committers.html"
|
||||
team of around 70+ <url url="../handbook/staff:committers.html"
|
||||
name="committers"> who are authorized to make changes directly to the
|
||||
FreeBSD source tree.
|
||||
<p>
|
||||
|
@ -1337,6 +1337,10 @@ quit
|
|||
|
||||
Hopefully, future version will have a proper fix for this problem.
|
||||
|
||||
<tt/NOTE:/ You can not use a <bf/dangerously dedicated/ disk with
|
||||
an HP Netserver. See <ref id="dedicate" name="this note"> for
|
||||
more info.
|
||||
|
||||
<sect1>
|
||||
<heading>What's up with this CMD640 IDE controller?</heading>
|
||||
|
||||
|
@ -1347,9 +1351,10 @@ quit
|
|||
if your system uses this chip. For the details refer to the
|
||||
manual page of the disk driver (man 4 wd).
|
||||
|
||||
<p>If you're already running FreeBSD 2.2 with a CMD640 IDE
|
||||
controller and you want to use the second channel, build a
|
||||
new kernel with <tt/options "CMD640"/ enabled.
|
||||
<p>If you're already running FreeBSD 2.2.1 or 2.2.2 with a
|
||||
CMD640 IDE controller and you want to use the second channel,
|
||||
build a new kernel with <tt/options "CMD640"/ enabled. This
|
||||
is the default for 2.2.5 and later.
|
||||
|
||||
<sect>
|
||||
<heading>Troubleshooting</heading>
|
||||
|
@ -1586,6 +1591,13 @@ quit
|
|||
rm /var/db/kvm_*.db
|
||||
</verb>
|
||||
|
||||
<sect1>
|
||||
<heading>ahc0: brkadrint, Illegal Host Access at seqaddr 0x0</heading>
|
||||
<p>
|
||||
This is a conflict with an Ultrastor SCSI Host Adapter.
|
||||
|
||||
During the boot process enter the kernel configuration menu and
|
||||
disable <tt/uha0/, which is causing the problem.
|
||||
|
||||
<sect1><heading>Sendmail says ``mail loops back to myself''</heading>
|
||||
<p>
|
||||
|
@ -2400,8 +2412,8 @@ drivedata: 0
|
|||
will bear no other Operating Systems in the Master Boot Record).
|
||||
|
||||
<sect1>
|
||||
<heading>Will a ``dangerously dedicated'' disk endagner my health?</heading>
|
||||
<p>
|
||||
<heading>Will a ``dangerously dedicated'' disk endanger my health?</heading>
|
||||
<p><label id="dedicate">
|
||||
The installation procedure allows you to chose two different
|
||||
modi how to partition your harddisk(s). The default way makes
|
||||
it compatible with other operating systems on the same machine,
|
||||
|
|
Loading…
Reference in a new issue