Change all contractions to proper form.
don't -> do not isn't -> is not let's -> let us ... and so on
This commit is contained in:
parent
39348b56a9
commit
6c21f4c1e9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10378
24 changed files with 159 additions and 159 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.88 2001/08/15 00:51:22 logo Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.89 2001/08/15 17:55:32 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="advanced-networking">
|
<chapter id="advanced-networking">
|
||||||
|
@ -440,11 +440,11 @@ Local1 (10.20.30.1, 10.9.9.30) --> T1-GW (10.9.9.1)
|
||||||
<title>High Traffic on a Segment</title>
|
<title>High Traffic on a Segment</title>
|
||||||
|
|
||||||
<para>Situation one is where your physical network segment is
|
<para>Situation one is where your physical network segment is
|
||||||
overloaded with traffic, but you don't want for whatever reason to
|
overloaded with traffic, but you do not want for whatever reason to
|
||||||
subnet the network and interconnect the subnets with a
|
subnet the network and interconnect the subnets with a
|
||||||
router.</para>
|
router.</para>
|
||||||
|
|
||||||
<para>Let's consider an example of a newspaper where the Editorial and
|
<para>Let us consider an example of a newspaper where the Editorial and
|
||||||
Production departments are on the same subnetwork. The Editorial
|
Production departments are on the same subnetwork. The Editorial
|
||||||
users all use server A for file service, and the Production users
|
users all use server A for file service, and the Production users
|
||||||
are on server B. An Ethernet is used to connect all users together,
|
are on server B. An Ethernet is used to connect all users together,
|
||||||
|
@ -560,7 +560,7 @@ Local1 (10.20.30.1, 10.9.9.30) --> T1-GW (10.9.9.1)
|
||||||
<para>My bridge/firewall is a Pentium 90 with one 3Com 3C900B and one
|
<para>My bridge/firewall is a Pentium 90 with one 3Com 3C900B and one
|
||||||
3C905B. The protected side of the network runs at 10mbps half duplex
|
3C905B. The protected side of the network runs at 10mbps half duplex
|
||||||
and the connection between the bridge and my router (a Cisco 675) runs
|
and the connection between the bridge and my router (a Cisco 675) runs
|
||||||
at 100mbps full duplex. With no filtering enabled, I've found that
|
at 100mbps full duplex. With no filtering enabled, I have found that
|
||||||
the bridge adds about 0.4 milliseconds of latency to pings from the
|
the bridge adds about 0.4 milliseconds of latency to pings from the
|
||||||
protected 10mbps network to the Cisco 675.</para>
|
protected 10mbps network to the Cisco 675.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -603,7 +603,7 @@ Local1 (10.20.30.1, 10.9.9.30) --> T1-GW (10.9.9.1)
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Local workstations don't need as much disk space because
|
<para>Local workstations do not need as much disk space because
|
||||||
commonly used data can be stored on a single machine and still
|
commonly used data can be stored on a single machine and still
|
||||||
remain accessible to everyone on the network.</para>
|
remain accessible to everyone on the network.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -754,7 +754,7 @@ nfs_client_flags="-n 4"</programlisting>
|
||||||
<option>-maproot=0</option> flag allows
|
<option>-maproot=0</option> flag allows
|
||||||
the root user on the remote system to write to the shared
|
the root user on the remote system to write to the shared
|
||||||
file system as root. Without the -maproot=0 flag even if
|
file system as root. Without the -maproot=0 flag even if
|
||||||
someone has root access on the remote system they won't
|
someone has root access on the remote system they will not
|
||||||
be able to modify files on the shared file system.</para>
|
be able to modify files on the shared file system.</para>
|
||||||
|
|
||||||
<programlisting>/a -maproot=0 host.domain.com box.example.com</programlisting>
|
<programlisting>/a -maproot=0 host.domain.com box.example.com</programlisting>
|
||||||
|
@ -763,7 +763,7 @@ nfs_client_flags="-n 4"</programlisting>
|
||||||
have permission to do so. Make sure your client is listed in your
|
have permission to do so. Make sure your client is listed in your
|
||||||
<filename>/etc/exports</filename> file.</para>
|
<filename>/etc/exports</filename> file.</para>
|
||||||
|
|
||||||
<para>It's important to remember that you must restart <command>mountd</command>
|
<para>It is important to remember that you must restart <command>mountd</command>
|
||||||
whenever you modify <filename>/etc/exports</filename> so that
|
whenever you modify <filename>/etc/exports</filename> so that
|
||||||
your changes take effect. This can be accomplished by sending
|
your changes take effect. This can be accomplished by sending
|
||||||
the hangup signal to the <command>mountd</command> process :</para>
|
the hangup signal to the <command>mountd</command> process :</para>
|
||||||
|
@ -846,7 +846,7 @@ nfs_client_flags="-n 4"</programlisting>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Have a common <filename>/usr/ports/distfiles</filename>
|
<para>Have a common <filename>/usr/ports/distfiles</filename>
|
||||||
directory that all your machines share. That way, when you go
|
directory that all your machines share. That way, when you go
|
||||||
to install a port that you've already installed on a different
|
to install a port that you have already installed on a different
|
||||||
machine, you do not have to download the source all over
|
machine, you do not have to download the source all over
|
||||||
again!</para>
|
again!</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -1087,7 +1087,7 @@ Exports list on foobar:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<indexterm><primary>HP-UX</primary></indexterm>
|
<indexterm><primary>HP-UX</primary></indexterm>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>HP9000/8xx running HP-UX 9.04 or later (pre 9.04 doesn't
|
<para>HP9000/8xx running HP-UX 9.04 or later (pre 9.04 does not
|
||||||
work)</para>
|
work)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<indexterm><primary>Solaris</primary></indexterm>
|
<indexterm><primary>Solaris</primary></indexterm>
|
||||||
|
@ -1608,7 +1608,7 @@ ISDN BRI line</literallayout>
|
||||||
|
|
||||||
<para>This can be very useful feature, for example if you have an
|
<para>This can be very useful feature, for example if you have an
|
||||||
dedicated ISDN connection at your office and would like to
|
dedicated ISDN connection at your office and would like to
|
||||||
tap into it, but don't want to get another ISDN line at work. A router
|
tap into it, but do not want to get another ISDN line at work. A router
|
||||||
at the office location can manage a dedicated B channel connection
|
at the office location can manage a dedicated B channel connection
|
||||||
(64Kbs) to the Internet, as well as a use the other B channel for a
|
(64Kbs) to the Internet, as well as a use the other B channel for a
|
||||||
separate data connection. The second B channel can be used for
|
separate data connection. The second B channel can be used for
|
||||||
|
@ -1678,7 +1678,7 @@ ISDN BRI line</literallayout>
|
||||||
|
|
||||||
<indexterm><primary>Windows NT</primary></indexterm>
|
<indexterm><primary>Windows NT</primary></indexterm>
|
||||||
<para>It is similar to Windows NT's domain system; although the
|
<para>It is similar to Windows NT's domain system; although the
|
||||||
internal implementation of the two aren't at all similar,
|
internal implementation of the two are not at all similar,
|
||||||
the basic functionality can be compared.</para>
|
the basic functionality can be compared.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1724,7 +1724,7 @@ ISDN BRI line</literallayout>
|
||||||
server to take over for it).</para>
|
server to take over for it).</para>
|
||||||
|
|
||||||
<note><para>There are some implementations of NIS (but not the
|
<note><para>There are some implementations of NIS (but not the
|
||||||
FreeBSD one), that don't try to reconnect to another server
|
FreeBSD one), that do not try to reconnect to another server
|
||||||
if the server it used before dies. Often, the only thing
|
if the server it used before dies. Often, the only thing
|
||||||
that helps in this case is to restart the server process (or
|
that helps in this case is to restart the server process (or
|
||||||
even the whole server) or the <command>ypbind</command> process
|
even the whole server) or the <command>ypbind</command> process
|
||||||
|
@ -1825,7 +1825,7 @@ ISDN BRI line</literallayout>
|
||||||
<sect3>
|
<sect3>
|
||||||
<title>Planning</title>
|
<title>Planning</title>
|
||||||
|
|
||||||
<para>Let's assume that you are the administrator of a small
|
<para>Let us assume that you are the administrator of a small
|
||||||
university lab. This lab, which consists of 15 FreeBSD machines,
|
university lab. This lab, which consists of 15 FreeBSD machines,
|
||||||
currently has no centralized point of administration; each machine
|
currently has no centralized point of administration; each machine
|
||||||
has its own <filename>/etc/passwd</filename> and
|
has its own <filename>/etc/passwd</filename> and
|
||||||
|
@ -1926,7 +1926,7 @@ ISDN BRI line</literallayout>
|
||||||
domain, very often the machine becomes unusable. The lack of
|
domain, very often the machine becomes unusable. The lack of
|
||||||
user and group information causes most systems to temporarily
|
user and group information causes most systems to temporarily
|
||||||
freeze up. With this in mind you should make sure to choose a
|
freeze up. With this in mind you should make sure to choose a
|
||||||
machine that won't be prone to being rebooted regularly, or
|
machine that will not be prone to being rebooted regularly, or
|
||||||
one that might be used for development. The NIS server should
|
one that might be used for development. The NIS server should
|
||||||
ideally be a stand alone machine whose sole purpose in life is
|
ideally be a stand alone machine whose sole purpose in life is
|
||||||
to be an NIS server. If you have a network that is not very
|
to be an NIS server. If you have a network that is not very
|
||||||
|
@ -2007,7 +2007,7 @@ ISDN BRI line</literallayout>
|
||||||
They are generated from configuration files in the
|
They are generated from configuration files in the
|
||||||
<filename>/etc</filename> directory of the NIS master, with one
|
<filename>/etc</filename> directory of the NIS master, with one
|
||||||
exception: the <filename>/etc/master.passwd</filename> file.
|
exception: the <filename>/etc/master.passwd</filename> file.
|
||||||
This is for a good reason; you don't want to propagate
|
This is for a good reason; you do not want to propagate
|
||||||
passwords to your root and other administrative accounts to
|
passwords to your root and other administrative accounts to
|
||||||
all the servers in the NIS domain. Therefore, before we
|
all the servers in the NIS domain. Therefore, before we
|
||||||
initialize the NIS maps, you should:</para>
|
initialize the NIS maps, you should:</para>
|
||||||
|
@ -2019,7 +2019,7 @@ ISDN BRI line</literallayout>
|
||||||
<para>You should remove all entries regarding system accounts
|
<para>You should remove all entries regarding system accounts
|
||||||
(<username>bin</username>, <username>tty</username>, <username>kmem</username>,
|
(<username>bin</username>, <username>tty</username>, <username>kmem</username>,
|
||||||
<username>games</username>, etc), as well as any accounts that you
|
<username>games</username>, etc), as well as any accounts that you
|
||||||
don't want to be propagated to the NIS clients (for example
|
do not want to be propagated to the NIS clients (for example
|
||||||
root and any other UID 0 (superuser) accounts).</para>
|
root and any other UID 0 (superuser) accounts).</para>
|
||||||
|
|
||||||
<note><para>Make sure the
|
<note><para>Make sure the
|
||||||
|
@ -2028,7 +2028,7 @@ ISDN BRI line</literallayout>
|
||||||
<command>chmod</command> command, if appropriate.</para></note>
|
<command>chmod</command> command, if appropriate.</para></note>
|
||||||
|
|
||||||
<indexterm><primary>Tru64 Unix</primary></indexterm>
|
<indexterm><primary>Tru64 Unix</primary></indexterm>
|
||||||
<para>When you have finished, it's time to initialize the NIS
|
<para>When you have finished, it is time to initialize the NIS
|
||||||
maps! FreeBSD includes a script named
|
maps! FreeBSD includes a script named
|
||||||
<command>ypinit</command> to do this for you
|
<command>ypinit</command> to do this for you
|
||||||
(see its manual page for more information). Note that this
|
(see its manual page for more information). Note that this
|
||||||
|
@ -2338,7 +2338,7 @@ nis_client_enable="YES"</programlisting>
|
||||||
<title>Barring Some Users from Logging On</title>
|
<title>Barring Some Users from Logging On</title>
|
||||||
|
|
||||||
<para>In our lab, there is a machine <hostid>basie</hostid> that is
|
<para>In our lab, there is a machine <hostid>basie</hostid> that is
|
||||||
supposed to be a faculty only workstation. We don't want to take this
|
supposed to be a faculty only workstation. We do not want to take this
|
||||||
machine out of the NIS domain, yet the <filename>passwd</filename>
|
machine out of the NIS domain, yet the <filename>passwd</filename>
|
||||||
file on the master NIS server contains accounts for both faculty and
|
file on the master NIS server contains accounts for both faculty and
|
||||||
students. What can we do?</para>
|
students. What can we do?</para>
|
||||||
|
@ -2810,9 +2810,9 @@ TWO (,hotel,test-domain)
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><emphasis>Keep the administration accounts out of the NIS
|
<para><emphasis>Keep the administration accounts out of the NIS
|
||||||
maps</emphasis>. You don't want to be propagating administrative
|
maps</emphasis>. You do not want to be propagating administrative
|
||||||
accounts and passwords to machines that will have users that
|
accounts and passwords to machines that will have users that
|
||||||
shouldn't have access to those accounts.</para>
|
should not have access to those accounts.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><emphasis>Keep the NIS master and slave
|
<para><emphasis>Keep the NIS master and slave
|
||||||
|
@ -3007,8 +3007,8 @@ lrwxr-xr-x 1 root wheel 14 Nov 8 14:27 libscrypt.so@ -> libscrypt.so.2
|
||||||
linkend="kernelconfig">.</para>
|
linkend="kernelconfig">.</para>
|
||||||
<para>The <devicename>bpf</devicename> device is already
|
<para>The <devicename>bpf</devicename> device is already
|
||||||
part of the <filename>GENERIC</filename> kernel that is
|
part of the <filename>GENERIC</filename> kernel that is
|
||||||
supplied with FreeBSD, so if you don't have a custom
|
supplied with FreeBSD, so if you do not have a custom
|
||||||
kernel, you shouldn't need to create one in order to get
|
kernel, you should not need to create one in order to get
|
||||||
DHCP working.</para>
|
DHCP working.</para>
|
||||||
<note>
|
<note>
|
||||||
<para>For those who are particularly security conscious,
|
<para>For those who are particularly security conscious,
|
||||||
|
@ -3018,7 +3018,7 @@ lrwxr-xr-x 1 root wheel 14 Nov 8 14:27 libscrypt.so@ -> libscrypt.so.2
|
||||||
root). <devicename>bpf</devicename>
|
root). <devicename>bpf</devicename>
|
||||||
<emphasis>is</emphasis> required to use DHCP, but if
|
<emphasis>is</emphasis> required to use DHCP, but if
|
||||||
you are very sensitive about security, you probably
|
you are very sensitive about security, you probably
|
||||||
shouldn't add <devicename>bpf</devicename> to your
|
should not add <devicename>bpf</devicename> to your
|
||||||
kernel in the expectation that at some point in the
|
kernel in the expectation that at some point in the
|
||||||
future you will be using DHCP.</para>
|
future you will be using DHCP.</para>
|
||||||
</note>
|
</note>
|
||||||
|
@ -4271,7 +4271,7 @@ natd_flags=""</programlisting>
|
||||||
|
|
||||||
<para>This section will cover the basics in configuring
|
<para>This section will cover the basics in configuring
|
||||||
<application>inetd</application> through its command-line
|
<application>inetd</application> through its command-line
|
||||||
options and it's configuration file,
|
options and its configuration file,
|
||||||
<filename>/etc/inetd.conf</filename>.</para>
|
<filename>/etc/inetd.conf</filename>.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml,v 1.40 2001/08/10 22:58:09 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml,v 1.41 2001/08/11 20:35:41 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="backups">
|
<chapter id="backups">
|
||||||
|
@ -323,7 +323,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>tar cf - . | rsh <replaceable>hostname</replaceable> dd of=<replaceable>tape-device</replaceable> obs=20b</userinput></screen>
|
<screen>&prompt.root; <userinput>tar cf - . | rsh <replaceable>hostname</replaceable> dd of=<replaceable>tape-device</replaceable> obs=20b</userinput></screen>
|
||||||
|
|
||||||
<para>If you're worried about the security of backing over a network
|
<para>If you are worried about the security of backing over a network
|
||||||
you should use the &man.ssh.1; command instead of &man.rsh.1;.</para>
|
you should use the &man.ssh.1; command instead of &man.rsh.1;.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.39 2001/08/11 20:39:17 jim Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.40 2001/08/11 21:34:51 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="basics">
|
<chapter id="basics">
|
||||||
|
@ -373,7 +373,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
||||||
the middle of some task that can not be interrupted.</para>
|
the middle of some task that can not be interrupted.</para>
|
||||||
|
|
||||||
<para><literal>SIGKILL</literal> can not be ignored by a process. This is
|
<para><literal>SIGKILL</literal> can not be ignored by a process. This is
|
||||||
the <quote>I don't care what you are doing, stop right now</quote>
|
the <quote>I do not care what you are doing, stop right now</quote>
|
||||||
signal. If you send <literal>SIGKILL</literal> to a process then
|
signal. If you send <literal>SIGKILL</literal> to a process then
|
||||||
FreeBSD will stop that process there and then<footnote>
|
FreeBSD will stop that process there and then<footnote>
|
||||||
<para>Not quite true—there are a few things that can not be
|
<para>Not quite true—there are a few things that can not be
|
||||||
|
@ -499,7 +499,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
||||||
|
|
||||||
<para>Which shell do you use? It is really a matter of taste. If you
|
<para>Which shell do you use? It is really a matter of taste. If you
|
||||||
are a C programmer you might feel more comfortable with a C-like shell
|
are a C programmer you might feel more comfortable with a C-like shell
|
||||||
such as <command>tcsh</command>. If you've come from Linux or are new
|
such as <command>tcsh</command>. If you have come from Linux or are new
|
||||||
to a Unix command line interface you might try <command>bash</command>.
|
to a Unix command line interface you might try <command>bash</command>.
|
||||||
The point is that each
|
The point is that each
|
||||||
shell has unique properties that may or may not work with your
|
shell has unique properties that may or may not work with your
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml,v 1.23 2001/08/11 21:06:48 jim Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml,v 1.24 2001/08/11 21:49:11 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="boot">
|
<chapter id="boot">
|
||||||
|
@ -433,7 +433,7 @@ boot:</screen>
|
||||||
<para>You can use <filename>kernel.GENERIC</filename> to
|
<para>You can use <filename>kernel.GENERIC</filename> to
|
||||||
refer to the generic kernel that comes on the install
|
refer to the generic kernel that comes on the install
|
||||||
disk, or <filename>kernel.old</filename> to refer to
|
disk, or <filename>kernel.old</filename> to refer to
|
||||||
your previously installed kernel (when you've upgraded
|
your previously installed kernel (when you have upgraded
|
||||||
or configured your own kernel, for example).</para>
|
or configured your own kernel, for example).</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
|
@ -447,7 +447,7 @@ boot:</screen>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>To load a kernel configuration script (an automated
|
<para>To load a kernel configuration script (an automated
|
||||||
script which does the things you'd normally do in the
|
script which does the things you would normally do in the
|
||||||
kernel boot-time configurator):</para>
|
kernel boot-time configurator):</para>
|
||||||
|
|
||||||
<screen><userinput>load -t userconfig_script
|
<screen><userinput>load -t userconfig_script
|
||||||
|
@ -646,7 +646,7 @@ console none unknown off insecure</programlisting>
|
||||||
<command>init</command> will attempt to run the script
|
<command>init</command> will attempt to run the script
|
||||||
<filename>/etc/rc.shutdown</filename>, and then proceed to send
|
<filename>/etc/rc.shutdown</filename>, and then proceed to send
|
||||||
all processes the <literal>TERM</literal> signal, and subsequently
|
all processes the <literal>TERM</literal> signal, and subsequently
|
||||||
the <literal>KILL</literal> signal to any that don't terminate
|
the <literal>KILL</literal> signal to any that do not terminate
|
||||||
timely.</para>
|
timely.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.17 2001/08/11 21:50:37 jim Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.18 2001/08/14 00:37:13 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="config-tuning">
|
<chapter id="config-tuning">
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
largest swap partition. Keeping the swap partitions near the
|
largest swap partition. Keeping the swap partitions near the
|
||||||
same size will allow the kernel to optimally stripe swap space
|
same size will allow the kernel to optimally stripe swap space
|
||||||
across the disks. Do not worry about overdoing it a little,
|
across the disks. Do not worry about overdoing it a little,
|
||||||
swap space is the saving grace of Unix. Even if you don't
|
swap space is the saving grace of Unix. Even if you do not
|
||||||
normally use much swap, it can give you more time to recover
|
normally use much swap, it can give you more time to recover
|
||||||
from a runaway program before being forced to reboot.</para>
|
from a runaway program before being forced to reboot.</para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
<title>Why Partition?</title>
|
<title>Why Partition?</title>
|
||||||
|
|
||||||
<para> Why partition at all? Why not create one big root
|
<para> Why partition at all? Why not create one big root
|
||||||
partition and be done with it? Then I don't have to worry
|
partition and be done with it? Then I do not have to worry
|
||||||
about undersizing things!</para>
|
about undersizing things!</para>
|
||||||
|
|
||||||
<para>There are several reasons this is not a good idea.
|
<para>There are several reasons this is not a good idea.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.82 2001/08/12 20:16:11 murray Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.83 2001/08/13 06:49:29 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="cutting-edge">
|
<chapter id="cutting-edge">
|
||||||
|
@ -266,7 +266,7 @@ subscribe cvs-all</programlisting>
|
||||||
|
|
||||||
<para>&os.stable; is our development branch from which major releases
|
<para>&os.stable; is our development branch from which major releases
|
||||||
are made. Changes go into this branch at a different pace, and
|
are made. Changes go into this branch at a different pace, and
|
||||||
with the general assumption that they've first gone into
|
with the general assumption that they have first gone into
|
||||||
&os.current; first for testing. This is <emphasis>still</emphasis>
|
&os.current; first for testing. This is <emphasis>still</emphasis>
|
||||||
a development branch, however, and this means that at any given time,
|
a development branch, however, and this means that at any given time,
|
||||||
the sources for &os.stable; may or may not be suitable for any
|
the sources for &os.stable; may or may not be suitable for any
|
||||||
|
@ -477,7 +477,7 @@ subscribe cvs-all</programlisting>
|
||||||
of interest to you. Updates are generated on the fly by the server,
|
of interest to you. Updates are generated on the fly by the server,
|
||||||
according to what you have and what you want to have.
|
according to what you have and what you want to have.
|
||||||
<application>Anonymous CVS</application> is quite a bit more
|
<application>Anonymous CVS</application> is quite a bit more
|
||||||
simplistic than CVSup in that it's just an extension to
|
simplistic than CVSup in that it is just an extension to
|
||||||
<application>CVS</application> which allows it to pull changes
|
<application>CVS</application> which allows it to pull changes
|
||||||
directly from a remote CVS repository.
|
directly from a remote CVS repository.
|
||||||
<application>CVSup</application> can do this far more efficiently,
|
<application>CVSup</application> can do this far more efficiently,
|
||||||
|
@ -505,8 +505,8 @@ subscribe cvs-all</programlisting>
|
||||||
<para>There are other trade-offs, of course. If you inadvertently
|
<para>There are other trade-offs, of course. If you inadvertently
|
||||||
wipe out portions of your archive, <application>CVSup</application>
|
wipe out portions of your archive, <application>CVSup</application>
|
||||||
will detect and rebuild the damaged portions for you.
|
will detect and rebuild the damaged portions for you.
|
||||||
<application>CTM</application> won't do this, and if you wipe some
|
<application>CTM</application> will not do this, and if you wipe some
|
||||||
portion of your source tree out (and don't have it backed up) then
|
portion of your source tree out (and do not have it backed up) then
|
||||||
you will have to start from scratch (from the most recent CVS
|
you will have to start from scratch (from the most recent CVS
|
||||||
<quote>base delta</quote>) and rebuild it all with CTM or, with
|
<quote>base delta</quote>) and rebuild it all with CTM or, with
|
||||||
anoncvs, simply delete the bad bits and resync.</para>
|
anoncvs, simply delete the bad bits and resync.</para>
|
||||||
|
@ -806,7 +806,7 @@ Script done, …</screen>
|
||||||
steps necessary to rebuild the system into a number of
|
steps necessary to rebuild the system into a number of
|
||||||
sub-steps.</para>
|
sub-steps.</para>
|
||||||
|
|
||||||
<para>Most of the time you won't need to pass any parameters to
|
<para>Most of the time you will not need to pass any parameters to
|
||||||
&man.make.1;, and so your command like will look like
|
&man.make.1;, and so your command like will look like
|
||||||
this:</para>
|
this:</para>
|
||||||
|
|
||||||
|
@ -1170,7 +1170,7 @@ Script done, …</screen>
|
||||||
<para>If you used &man.mergemaster.8; to
|
<para>If you used &man.mergemaster.8; to
|
||||||
update <filename>/etc</filename>, then your
|
update <filename>/etc</filename>, then your
|
||||||
<filename>MAKEDEV</filename> script should have been updated
|
<filename>MAKEDEV</filename> script should have been updated
|
||||||
already, though it can't hurt to check (with &man.diff.1;)
|
already, though it cannot hurt to check (with &man.diff.1;)
|
||||||
and copy it manually if necessary.</para>
|
and copy it manually if necessary.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.50 2001/08/11 21:34:51 jim Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.51 2001/08/14 22:06:03 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="disks">
|
<chapter id="disks">
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
. Then, if the
|
. Then, if the
|
||||||
first drive fails, or is attacked by a virus, or is scribbled upon by an
|
first drive fails, or is attacked by a virus, or is scribbled upon by an
|
||||||
operating system defect, he can easily recover by instructing the BIOS
|
operating system defect, he can easily recover by instructing the BIOS
|
||||||
to logically swap the drives. It's like switching the cables on the
|
to logically swap the drives. It is like switching the cables on the
|
||||||
drives, but without having to open the case.</para>
|
drives, but without having to open the case.</para>
|
||||||
|
|
||||||
<indexterm><primary>SCSI</primary></indexterm>
|
<indexterm><primary>SCSI</primary></indexterm>
|
||||||
|
@ -68,18 +68,18 @@
|
||||||
the older SCSI drive is reporting numerous soft errors, and reports
|
the older SCSI drive is reporting numerous soft errors, and reports
|
||||||
this fact to Bill.</para>
|
this fact to Bill.</para>
|
||||||
|
|
||||||
<para>After several more days, Bill decides it's time to address the
|
<para>After several more days, Bill decides it is time to address the
|
||||||
situation, so he grabs an identical SCSI drive from the disk drive
|
situation, so he grabs an identical SCSI drive from the disk drive
|
||||||
"archive" in the back room. An initial surface scan indicates that
|
"archive" in the back room. An initial surface scan indicates that
|
||||||
this drive is functioning well, so Bill installs this drive as SCSI
|
this drive is functioning well, so Bill installs this drive as SCSI
|
||||||
unit four, and makes an image copy from drive zero to drive four. Now
|
unit four, and makes an image copy from drive zero to drive four. Now
|
||||||
that the new drive is installed and functioning nicely, Bill decides
|
that the new drive is installed and functioning nicely, Bill decides
|
||||||
that it's a good idea to start using it, so he uses features in the
|
that it is a good idea to start using it, so he uses features in the
|
||||||
SCSI BIOS to re-order the disk drives so that the system boots from
|
SCSI BIOS to re-order the disk drives so that the system boots from
|
||||||
SCSI unit four. FreeBSD boots and runs just fine.</para>
|
SCSI unit four. FreeBSD boots and runs just fine.</para>
|
||||||
|
|
||||||
<para>Fred continues his work for several days, and soon Bill and Fred
|
<para>Fred continues his work for several days, and soon Bill and Fred
|
||||||
decide that it's time for a new adventure -- time to upgrade to a
|
decide that it is time for a new adventure -- time to upgrade to a
|
||||||
newer version of FreeBSD. Bill removes SCSI unit zero because it was
|
newer version of FreeBSD. Bill removes SCSI unit zero because it was
|
||||||
a bit flaky, and replaces it with another identical disk drive from
|
a bit flaky, and replaces it with another identical disk drive from
|
||||||
the "archive." Bill then installs the new version of FreeBSD onto the
|
the "archive." Bill then installs the new version of FreeBSD onto the
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
installation goes well.</para>
|
installation goes well.</para>
|
||||||
|
|
||||||
<para>Fred uses the new version of FreeBSD for a few days, and certifies
|
<para>Fred uses the new version of FreeBSD for a few days, and certifies
|
||||||
that it is good enough for use in the engineering department...it's
|
that it is good enough for use in the engineering department...it is
|
||||||
time to copy all of his work from the old version. So Fred mounts
|
time to copy all of his work from the old version. So Fred mounts
|
||||||
SCSI unit four (the latest copy of the older FreeBSD version). Fred
|
SCSI unit four (the latest copy of the older FreeBSD version). Fred
|
||||||
is dismayed to find that none of his precious work is present on SCSI
|
is dismayed to find that none of his precious work is present on SCSI
|
||||||
|
@ -239,7 +239,7 @@
|
||||||
<filename>spool/</filename>,
|
<filename>spool/</filename>,
|
||||||
and various types of temporary files, and
|
and various types of temporary files, and
|
||||||
as such, may get filled up. Filling up the root filesystem
|
as such, may get filled up. Filling up the root filesystem
|
||||||
isn't a good idea, so splitting <filename>/var</filename> from
|
is not a good idea, so splitting <filename>/var</filename> from
|
||||||
<filename>/</filename> is often favorable.</para>
|
<filename>/</filename> is often favorable.</para>
|
||||||
|
|
||||||
<para>Another common reason to contain certain directory trees on
|
<para>Another common reason to contain certain directory trees on
|
||||||
|
@ -471,7 +471,7 @@
|
||||||
<para><option>-a</option> and <option>-A</option> are used to
|
<para><option>-a</option> and <option>-A</option> are used to
|
||||||
unmount all mounted filesystems, possibly modified by the
|
unmount all mounted filesystems, possibly modified by the
|
||||||
filesystem types listed after <option>-t</option>.
|
filesystem types listed after <option>-t</option>.
|
||||||
<option>-A</option>, however, doesn't attempt to unmount the
|
<option>-A</option>, however, does not attempt to unmount the
|
||||||
root filesystem.</para>
|
root filesystem.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -502,7 +502,7 @@
|
||||||
wide variations of procedures to do this, the details are beyond
|
wide variations of procedures to do this, the details are beyond
|
||||||
the scope of this document.</para>
|
the scope of this document.</para>
|
||||||
|
|
||||||
<para>Login as user <username>root</username>. After you've installed the
|
<para>Login as user <username>root</username>. After you have installed the
|
||||||
drive, inspect <filename>/var/run/dmesg.boot</filename> to ensure the new
|
drive, inspect <filename>/var/run/dmesg.boot</filename> to ensure the new
|
||||||
disk was found. Continuing with our example, the newly added drive will
|
disk was found. Continuing with our example, the newly added drive will
|
||||||
be <devicename>da1</devicename> and we want to mount it on
|
be <devicename>da1</devicename> and we want to mount it on
|
||||||
|
@ -609,7 +609,7 @@
|
||||||
disk in post-install mode, <application>Sysinstall</application>
|
disk in post-install mode, <application>Sysinstall</application>
|
||||||
will not create entries
|
will not create entries
|
||||||
in <filename>/etc/fstab</filename> for you, so the mount point
|
in <filename>/etc/fstab</filename> for you, so the mount point
|
||||||
you specify isn't important.</para>
|
you specify is not important.</para>
|
||||||
|
|
||||||
<para>You are now ready to write the new label to the disk and
|
<para>You are now ready to write the new label to the disk and
|
||||||
create a file system on it. Do this by typing
|
create a file system on it. Do this by typing
|
||||||
|
@ -770,7 +770,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
||||||
<para><devicename>md</devicename> is a simple, efficient means to create memory
|
<para><devicename>md</devicename> is a simple, efficient means to create memory
|
||||||
filesystems.</para>
|
filesystems.</para>
|
||||||
|
|
||||||
<para>Simply take a filesystem you've prepared with, for
|
<para>Simply take a filesystem you have prepared with, for
|
||||||
example, &man.vnconfig.8;, and:</para>
|
example, &man.vnconfig.8;, and:</para>
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
|
@ -1065,7 +1065,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
|
|
||||||
<para>CDs have a number of features that differentiate them from
|
<para>CDs have a number of features that differentiate them from
|
||||||
conventional disks. Initially, they weren't writable by the
|
conventional disks. Initially, they were not writable by the
|
||||||
user. They are designed so that they can be read continuously without
|
user. They are designed so that they can be read continuously without
|
||||||
delays to move the head between tracks. They are also much easier
|
delays to move the head between tracks. They are also much easier
|
||||||
to transport between systems than similarly sized media were at the
|
to transport between systems than similarly sized media were at the
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml,v 1.64 2001/08/06 22:59:24 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml,v 1.65 2001/08/08 17:17:20 dd Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="eresources">
|
<appendix id="eresources">
|
||||||
|
@ -357,7 +357,7 @@
|
||||||
more specialized (and demanding) audiences and are probably not of
|
more specialized (and demanding) audiences and are probably not of
|
||||||
interest to the general public. It is also a good idea to establish a
|
interest to the general public. It is also a good idea to establish a
|
||||||
presence in the technical lists before joining one of these limited
|
presence in the technical lists before joining one of these limited
|
||||||
lists so that you'll understand the communications etiquette involved.</para>
|
lists so that you will understand the communications etiquette involved.</para>
|
||||||
|
|
||||||
<informaltable frame="none">
|
<informaltable frame="none">
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
|
@ -516,7 +516,7 @@
|
||||||
<programlisting>subscribe <listname> [<optional address>]</programlisting>
|
<programlisting>subscribe <listname> [<optional address>]</programlisting>
|
||||||
|
|
||||||
in the body of your message. For example, to subscribe yourself to
|
in the body of your message. For example, to subscribe yourself to
|
||||||
<literal>freebsd-announce</literal>, you'd do:</para>
|
<literal>freebsd-announce</literal>, you would do:</para>
|
||||||
|
|
||||||
<screen>&prompt.user; <userinput>mail majordomo@FreeBSD.org</userinput>
|
<screen>&prompt.user; <userinput>mail majordomo@FreeBSD.org</userinput>
|
||||||
subscribe freebsd-announce
|
subscribe freebsd-announce
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v 1.89 2001/08/14 22:32:25 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v 1.90 2001/08/16 16:09:16 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="install">
|
<chapter id="install">
|
||||||
|
@ -1257,7 +1257,7 @@ Mounting root from ufs:/dev/md0c
|
||||||
<title>Select The Distribution Set</title>
|
<title>Select The Distribution Set</title>
|
||||||
|
|
||||||
<para>I chose to install everything using the "All" option since I
|
<para>I chose to install everything using the "All" option since I
|
||||||
had the hard drive space. If you're concerned about space,
|
had the hard drive space. If you are concerned about space,
|
||||||
consider the other distribution options.</para>
|
consider the other distribution options.</para>
|
||||||
|
|
||||||
<para>Select "All" using the arrow keys to highlight the item and
|
<para>Select "All" using the arrow keys to highlight the item and
|
||||||
|
@ -2107,7 +2107,7 @@ Press [ENTER] now to invoke an editor on /etc/exports
|
||||||
|
|
||||||
[ Yes ] No</screen>
|
[ Yes ] No</screen>
|
||||||
|
|
||||||
<para>This can be done later using /stand/sysinstall if you don't
|
<para>This can be done later using /stand/sysinstall if you do not
|
||||||
have graphics card and monitor information handy. Equipment
|
have graphics card and monitor information handy. Equipment
|
||||||
damage can occur if settings are incorrect. Select [Yes] and
|
damage can occur if settings are incorrect. Select [Yes] and
|
||||||
press <keycap>ENTER</keycap> to proceed with configuring the
|
press <keycap>ENTER</keycap> to proceed with configuring the
|
||||||
|
@ -2260,14 +2260,14 @@ when you've finished.</screen>
|
||||||
<para>If the monitor display needs adjusted,
|
<para>If the monitor display needs adjusted,
|
||||||
<application>xvidtune</application> can be ran
|
<application>xvidtune</application> can be ran
|
||||||
to adjust them. There are warnings that improper settings can
|
to adjust them. There are warnings that improper settings can
|
||||||
damage your equipment. Heed them. If in doubt, don't do
|
damage your equipment. Heed them. If in doubt, do not do
|
||||||
it. Instead, use the monitor controls to adjust the display for
|
it. Instead, use the monitor controls to adjust the display for
|
||||||
x-windows. There may be some display differences when switching
|
x-windows. There may be some display differences when switching
|
||||||
back to text mode, but it's better than damaging equipment. The
|
back to text mode, but it is better than damaging equipment. The
|
||||||
<application>xvidtune</application> can be ran later using
|
<application>xvidtune</application> can be ran later using
|
||||||
<command>/stand/sysinstall</command>.</para>
|
<command>/stand/sysinstall</command>.</para>
|
||||||
|
|
||||||
<para>If it doesn't appear or is distorted, kill the server with
|
<para>If it does not appear or is distorted, kill the server with
|
||||||
<keycombo action='simul'>
|
<keycombo action='simul'>
|
||||||
<keycap>CTRL</keycap><keycap>ALT</keycap><keycap>BACKSPACE</keycap>
|
<keycap>CTRL</keycap><keycap>ALT</keycap><keycap>BACKSPACE</keycap>
|
||||||
</keycombo>
|
</keycombo>
|
||||||
|
@ -2598,7 +2598,7 @@ when you've finished.</screen>
|
||||||
<title>FreeBSD Bootup</title>
|
<title>FreeBSD Bootup</title>
|
||||||
|
|
||||||
<para>If everything goes well, you will see similar messages scroll
|
<para>If everything goes well, you will see similar messages scroll
|
||||||
off the screen and you'll arrive at a login prompt. You can view
|
off the screen and you will arrive at a login prompt. You can view
|
||||||
the content of the messages by pressing <keycap>SCROLL-LOCK</keycap>
|
the content of the messages by pressing <keycap>SCROLL-LOCK</keycap>
|
||||||
and using <keycap>PgUp</keycap> and <keycap>PgDn</keycap>.
|
and using <keycap>PgUp</keycap> and <keycap>PgDn</keycap>.
|
||||||
Pressing <keycap>SCROLL-LOCK</keycap> again will return
|
Pressing <keycap>SCROLL-LOCK</keycap> again will return
|
||||||
|
@ -3137,9 +3137,9 @@ Please press any key to reboot.</screen>
|
||||||
<step>
|
<step>
|
||||||
<title>Booting Up for the Install</title>
|
<title>Booting Up for the Install</title>
|
||||||
|
|
||||||
<para>It's now time to go ahead and start the install. Put
|
<para>It is now time to go ahead and start the install. Put
|
||||||
the <filename>kern.flp</filename> floppy in the floppy
|
the <filename>kern.flp</filename> floppy in the floppy
|
||||||
drive of the machine you're doing the headless install
|
drive of the machine you are doing the headless install
|
||||||
on, and power on the machine.</para>
|
on, and power on the machine.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.57 2001/08/10 22:58:13 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml,v 1.58 2001/08/14 23:02:37 logo Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="introduction">
|
<chapter id="introduction">
|
||||||
|
@ -620,7 +620,7 @@
|
||||||
opposite. Due to the additional complexities that can evolve
|
opposite. Due to the additional complexities that can evolve
|
||||||
in the commercial use of GPL software we do, however, prefer
|
in the commercial use of GPL software we do, however, prefer
|
||||||
software submitted under the more relaxed BSD copyright when
|
software submitted under the more relaxed BSD copyright when
|
||||||
it's a reasonable option to do so.</para>
|
it is a reasonable option to do so.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="development">
|
<sect2 id="development">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.59 2001/08/10 16:18:59 bmah Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.60 2001/08/11 21:34:51 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="kernelconfig">
|
<chapter id="kernelconfig">
|
||||||
|
@ -673,7 +673,7 @@ options CD9660_ROOT #CD-ROM usable as root, CD9660 required</programli
|
||||||
<para>This option provides for System V shared memory. The most
|
<para>This option provides for System V shared memory. The most
|
||||||
common use of this is the XSHM extension in X, which many
|
common use of this is the XSHM extension in X, which many
|
||||||
graphics-intensive programs will automatically take advantage of for
|
graphics-intensive programs will automatically take advantage of for
|
||||||
extra speed. If you use X, you'll definitely want to include
|
extra speed. If you use X, you will definitely want to include
|
||||||
this.</para>
|
this.</para>
|
||||||
|
|
||||||
<programlisting>options SYSVSEM #SYSV-style semaphores</programlisting>
|
<programlisting>options SYSVSEM #SYSV-style semaphores</programlisting>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelopts/chapter.sgml,v 1.20 2001/08/09 23:42:31 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelopts/chapter.sgml,v 1.21 2001/08/10 22:58:14 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="kernelopts">
|
<chapter id="kernelopts">
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
<para>People familiar with the C language will immediately recognize that
|
<para>People familiar with the C language will immediately recognize that
|
||||||
everything could be counted as a <quote>config option</quote> where there
|
everything could be counted as a <quote>config option</quote> where there
|
||||||
is at least a single <literal>#ifdef</literal> referencing it...
|
is at least a single <literal>#ifdef</literal> referencing it...
|
||||||
However, it's unlikely that many people would put</para>
|
However, it is unlikely that many people would put</para>
|
||||||
|
|
||||||
<programlisting>options notyet,notdef</programlisting>
|
<programlisting>options notyet,notdef</programlisting>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v 1.50 2001/08/12 20:13:54 murray Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v 1.51 2001/08/12 20:17:49 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="linuxemu">
|
<chapter id="linuxemu">
|
||||||
|
@ -524,7 +524,7 @@ disco.example.com 7115-70839-20412</screen>
|
||||||
<filename>linux_devtools-6.1</filename> you may have to use version
|
<filename>linux_devtools-6.1</filename> you may have to use version
|
||||||
5.2 of these packages.</para>
|
5.2 of these packages.</para>
|
||||||
|
|
||||||
<para>If you want to run the intelligent agent, you'll
|
<para>If you want to run the intelligent agent, you will
|
||||||
also need to install the Red Hat Tcl package:
|
also need to install the Red Hat Tcl package:
|
||||||
<filename>tcl-8.0.3-20.i386.rpm</filename>. The general command
|
<filename>tcl-8.0.3-20.i386.rpm</filename>. The general command
|
||||||
for installing packages with the official RPM port is :</para>
|
for installing packages with the official RPM port is :</para>
|
||||||
|
@ -547,7 +547,7 @@ disco.example.com 7115-70839-20412</screen>
|
||||||
<indexterm><primary>kernel tuning</primary></indexterm>
|
<indexterm><primary>kernel tuning</primary></indexterm>
|
||||||
|
|
||||||
<para>As described in the Oracle installation guide, you need to set
|
<para>As described in the Oracle installation guide, you need to set
|
||||||
the maximum size of shared memory. Don't use
|
the maximum size of shared memory. Do not use
|
||||||
<literal>SHMMAX</literal> under FreeBSD. <literal>SHMMAX</literal>
|
<literal>SHMMAX</literal> under FreeBSD. <literal>SHMMAX</literal>
|
||||||
is merely calculated out of <literal>SHMMAXPGS</literal> and
|
is merely calculated out of <literal>SHMMAXPGS</literal> and
|
||||||
<literal>PGSIZE</literal>. Therefore define
|
<literal>PGSIZE</literal>. Therefore define
|
||||||
|
@ -668,7 +668,7 @@ export PATH</programlisting>
|
||||||
&prompt.root; <userinput>cd $ORACLE_HOME/network/lib</userinput>
|
&prompt.root; <userinput>cd $ORACLE_HOME/network/lib</userinput>
|
||||||
&prompt.root; <userinput>make -f ins_network.mk install</userinput></screen>
|
&prompt.root; <userinput>make -f ins_network.mk install</userinput></screen>
|
||||||
|
|
||||||
<para>Don't forget to run <filename>root.sh</filename> again!</para>
|
<para>Do not forget to run <filename>root.sh</filename> again!</para>
|
||||||
|
|
||||||
<sect3 id="linuxemu-patch-root">
|
<sect3 id="linuxemu-patch-root">
|
||||||
<title>Patching root.sh</title>
|
<title>Patching root.sh</title>
|
||||||
|
@ -699,7 +699,7 @@ export PATH</programlisting>
|
||||||
#
|
#
|
||||||
# Define variables to be used in this script</programlisting>
|
# Define variables to be used in this script</programlisting>
|
||||||
|
|
||||||
<para>When you don't install Oracle from CD, you can patch the source
|
<para>When you do not install Oracle from CD, you can patch the source
|
||||||
for <filename>root.sh</filename>. It is called
|
for <filename>root.sh</filename>. It is called
|
||||||
<filename>rthd.sh</filename> and is located in the
|
<filename>rthd.sh</filename> and is located in the
|
||||||
<filename>orainst</filename> directory in the source tree.</para>
|
<filename>orainst</filename> directory in the source tree.</para>
|
||||||
|
@ -967,7 +967,7 @@ export PATH</programlisting>
|
||||||
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput>
|
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput>
|
||||||
&prompt.root; <userinput>dd if=mfsroot.flp of=/dev/fd0</userinput> </screen>
|
&prompt.root; <userinput>dd if=mfsroot.flp of=/dev/fd0</userinput> </screen>
|
||||||
|
|
||||||
<para>Don't forget to use different disks for the two images,
|
<para>Do not forget to use different disks for the two images,
|
||||||
then boot from the floppy with the kern.flp-image on it
|
then boot from the floppy with the kern.flp-image on it
|
||||||
and follow instructions. I used the following disk
|
and follow instructions. I used the following disk
|
||||||
layout:</para>
|
layout:</para>
|
||||||
|
@ -1069,7 +1069,7 @@ DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
||||||
<para>Change the <emphasis>SUPHOST</emphasis>-value
|
<para>Change the <emphasis>SUPHOST</emphasis>-value
|
||||||
appropriately. The supfiles in
|
appropriately. The supfiles in
|
||||||
<filename>/usr/share/examples/cvsup</filename> should be
|
<filename>/usr/share/examples/cvsup</filename> should be
|
||||||
fine. If you don't want to load all the docfiles, leave the
|
fine. If you do not want to load all the docfiles, leave the
|
||||||
corresponding <emphasis>DOCSUPFILE</emphasis>-entry
|
corresponding <emphasis>DOCSUPFILE</emphasis>-entry
|
||||||
inactive. Starting <application>cvsup</application>
|
inactive. Starting <application>cvsup</application>
|
||||||
to get the latest stable-sources is then very easy:</para>
|
to get the latest stable-sources is then very easy:</para>
|
||||||
|
@ -1128,7 +1128,7 @@ DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
||||||
<para>I had some trouble downloading the required RPM-files (for
|
<para>I had some trouble downloading the required RPM-files (for
|
||||||
4.3 stable, 2nd May 2001), so you might try one of the
|
4.3 stable, 2nd May 2001), so you might try one of the
|
||||||
following locations (if all the others fail and the following
|
following locations (if all the others fail and the following
|
||||||
aren't out of date):</para>
|
are not out of date):</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>ftp7.de.freebsd.org/pub/FreeBSD/distfiles/rpm</para></listitem>
|
<listitem><para>ftp7.de.freebsd.org/pub/FreeBSD/distfiles/rpm</para></listitem>
|
||||||
|
@ -1189,7 +1189,7 @@ DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile</programlisting>
|
||||||
RedHat Tcl package (as is stated in the FreeBSD Handbook):
|
RedHat Tcl package (as is stated in the FreeBSD Handbook):
|
||||||
<filename>tcl-8.0.5-30.i386.rpm</filename> (otherwise the
|
<filename>tcl-8.0.5-30.i386.rpm</filename> (otherwise the
|
||||||
relinking during <application>Oracle</application> install
|
relinking during <application>Oracle</application> install
|
||||||
won't work). There are some other issues regarding
|
will not work). There are some other issues regarding
|
||||||
relinking of <application>Oracle</application>, but that is
|
relinking of <application>Oracle</application>, but that is
|
||||||
a Oracle-Linux issue, not FreeBSD specific as far as I
|
a Oracle-Linux issue, not FreeBSD specific as far as I
|
||||||
understand it.</para>
|
understand it.</para>
|
||||||
|
@ -1364,7 +1364,7 @@ Shell: /bin/sh</programlisting>
|
||||||
choose to create them as simple directories, as they are all
|
choose to create them as simple directories, as they are all
|
||||||
located on the same RAID 5 anyway:</para>
|
located on the same RAID 5 anyway:</para>
|
||||||
|
|
||||||
<para>First we'll set owners and right of some directories (as
|
<para>First we will set owners and right of some directories (as
|
||||||
user <username>root</username>):</para>
|
user <username>root</username>):</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>chmod 775 /oracle</userinput>
|
<screen>&prompt.root; <userinput>chmod 775 /oracle</userinput>
|
||||||
|
@ -1373,7 +1373,7 @@ Shell: /bin/sh</programlisting>
|
||||||
&prompt.root; <userinput>chown idsadm:sapsys /compat/linux/usr/sap</userinput>
|
&prompt.root; <userinput>chown idsadm:sapsys /compat/linux/usr/sap</userinput>
|
||||||
&prompt.root; <userinput>chmow 775 /compat/linux/usr/sap</userinput> </screen>
|
&prompt.root; <userinput>chmow 775 /compat/linux/usr/sap</userinput> </screen>
|
||||||
|
|
||||||
<para>Second we'll create directories as user ora<sid>. These
|
<para>Second we will create directories as user ora<sid>. These
|
||||||
will all be subdirectories of /oracle/IDS:</para>
|
will all be subdirectories of /oracle/IDS:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>su - oraids</userinput>
|
<screen>&prompt.root; <userinput>su - oraids</userinput>
|
||||||
|
@ -1417,7 +1417,7 @@ sapmsIDS 3600/tcp # SAP Message Server. 3600 + Instance-Number</programlisting>
|
||||||
<title>Necessary Locales</title>
|
<title>Necessary Locales</title>
|
||||||
<indexterm><primary>locale</primary></indexterm>
|
<indexterm><primary>locale</primary></indexterm>
|
||||||
|
|
||||||
<para>SAP requires at least two locales that aren't part of
|
<para>SAP requires at least two locales that are not part of
|
||||||
the default RedHat installation. SAP offers the required
|
the default RedHat installation. SAP offers the required
|
||||||
RPMs as download from their FTP-server (which is only
|
RPMs as download from their FTP-server (which is only
|
||||||
accessible if you are a customer with OSS-access). See note
|
accessible if you are a customer with OSS-access). See note
|
||||||
|
@ -1425,7 +1425,7 @@ sapmsIDS 3600/tcp # SAP Message Server. 3600 + Instance-Number</programlisting>
|
||||||
|
|
||||||
<para>It is also possible to just create appropriate links
|
<para>It is also possible to just create appropriate links
|
||||||
(for example from <emphasis>de_DE</emphasis> and
|
(for example from <emphasis>de_DE</emphasis> and
|
||||||
<emphasis>en_US</emphasis> ), but I wouldn't recommend this
|
<emphasis>en_US</emphasis> ), but I would not recommend this
|
||||||
for a production system (so far it worked with the IDES
|
for a production system (so far it worked with the IDES
|
||||||
system without any problems, though). The following locales
|
system without any problems, though). The following locales
|
||||||
are needed:</para>
|
are needed:</para>
|
||||||
|
@ -1702,7 +1702,7 @@ options SEMUME=100 #number of UNDO keys</programlisting></para>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
||||||
<para>If I had not copied the CDs to the different locations,
|
<para>If I had not copied the CDs to the different locations,
|
||||||
then the SAP-Installer can't find the CD needed (identified
|
then the SAP-Installer cannot find the CD needed (identified
|
||||||
by the <filename>LABEL.ASC</filename>-File on CD) and would
|
by the <filename>LABEL.ASC</filename>-File on CD) and would
|
||||||
then ask you to insert / mount the CD and confirm or enter
|
then ask you to insert / mount the CD and confirm or enter
|
||||||
the mount path.</para>
|
the mount path.</para>
|
||||||
|
@ -1711,7 +1711,7 @@ options SEMUME=100 #number of UNDO keys</programlisting></para>
|
||||||
error-free. In my case, it requested EXPORT4 again (but
|
error-free. In my case, it requested EXPORT4 again (but
|
||||||
indicated the correct key (6_LOCATI ON, then 7_LOCATION
|
indicated the correct key (6_LOCATI ON, then 7_LOCATION
|
||||||
etc.), so one can just continue with entering the correct
|
etc.), so one can just continue with entering the correct
|
||||||
values. Don't get irritated.</para>
|
values. Do not get irritated.</para>
|
||||||
|
|
||||||
<para>Apart from some problems mentioned below, everything
|
<para>Apart from some problems mentioned below, everything
|
||||||
should go straight through up to the point where the Oracle
|
should go straight through up to the point where the Oracle
|
||||||
|
@ -1748,12 +1748,12 @@ options SEMUME=100 #number of UNDO keys</programlisting></para>
|
||||||
|
|
||||||
<para>See the corresponding SAP-Notes or Oracle Readmes for
|
<para>See the corresponding SAP-Notes or Oracle Readmes for
|
||||||
further information. If this is no option (at the time of
|
further information. If this is no option (at the time of
|
||||||
installation I didn't have enough time to check this), one
|
installation I did not have enough time to check this), one
|
||||||
could use the original binaries, or use the relinked
|
could use the original binaries, or use the relinked
|
||||||
binaries from an original RedHat System.</para>
|
binaries from an original RedHat System.</para>
|
||||||
|
|
||||||
<para>For compiling the intelligent agent, the RedHat Tcl
|
<para>For compiling the intelligent agent, the RedHat Tcl
|
||||||
package must be installed. If you can't get
|
package must be installed. If you cannot get
|
||||||
<filename>tcl-8.0.3-20.i386.rpm</filename>, a newer one like
|
<filename>tcl-8.0.3-20.i386.rpm</filename>, a newer one like
|
||||||
<filename>tcl-8.0.5-30.i386.rpm</filename> for RedHat 6.1
|
<filename>tcl-8.0.5-30.i386.rpm</filename> for RedHat 6.1
|
||||||
should also do.</para>
|
should also do.</para>
|
||||||
|
@ -1879,7 +1879,7 @@ options SEMUME=100 #number of UNDO keys</programlisting></para>
|
||||||
|
|
||||||
<programlisting>umask 0; lsnrctl start</programlisting>
|
<programlisting>umask 0; lsnrctl start</programlisting>
|
||||||
|
|
||||||
<para>Otherwise you might get ORA-12546 as the sockets won't
|
<para>Otherwise you might get ORA-12546 as the sockets will not
|
||||||
have the correct permissions. See SAP note 072984.</para>
|
have the correct permissions. See SAP note 072984.</para>
|
||||||
</sect3>
|
</sect3>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -1891,7 +1891,7 @@ options SEMUME=100 #number of UNDO keys</programlisting></para>
|
||||||
<title>Request SAP R/3 License Key</title>
|
<title>Request SAP R/3 License Key</title>
|
||||||
|
|
||||||
<para>This is needed, as the temporary license is only valid for
|
<para>This is needed, as the temporary license is only valid for
|
||||||
four weeks. Don't forget to enter the correct Operating System:
|
four weeks. Do not forget to enter the correct Operating System:
|
||||||
(X) Other: <emphasis>FreeBSD 4.3 Stable</emphasis>. First get
|
(X) Other: <emphasis>FreeBSD 4.3 Stable</emphasis>. First get
|
||||||
the hardware key. Log on as user <username>idsadm</username> and
|
the hardware key. Log on as user <username>idsadm</username> and
|
||||||
call <command>saplicense</command>:</para>
|
call <command>saplicense</command>:</para>
|
||||||
|
@ -2061,7 +2061,7 @@ STATUS=OK (had status ERROR)
|
||||||
<sect3 id="oraviewvrffilenotfound">
|
<sect3 id="oraviewvrffilenotfound">
|
||||||
<title>oraview.vrf FILE NOT FOUND During Oracle Installation</title>
|
<title>oraview.vrf FILE NOT FOUND During Oracle Installation</title>
|
||||||
|
|
||||||
<para>You haven't deselected <emphasis>Oracle On-Line Text Viewer</emphasis>
|
<para>You have not deselected <emphasis>Oracle On-Line Text Viewer</emphasis>
|
||||||
before starting the installation. This is marked for installation even
|
before starting the installation. This is marked for installation even
|
||||||
though this option is currently not available for Linux. Deselect this
|
though this option is currently not available for Linux. Deselect this
|
||||||
product inside the Oracle installation menu and restart installation.</para>
|
product inside the Oracle installation menu and restart installation.</para>
|
||||||
|
@ -2121,7 +2121,7 @@ rscp/TCP0B =TCP0B
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>umask 0; lsnrctl start</userinput></screen>
|
<screen>&prompt.root; <userinput>umask 0; lsnrctl start</userinput></screen>
|
||||||
|
|
||||||
<para>Otherwise one might get ORA-12546 as the sockets won't
|
<para>Otherwise one might get ORA-12546 as the sockets will not
|
||||||
have the correct permissions. See SAP note 0072984.</para>
|
have the correct permissions. See SAP note 0072984.</para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v 1.32 2001/08/15 20:08:25 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v 1.33 2001/08/15 20:14:40 logo Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="mail">
|
<chapter id="mail">
|
||||||
|
@ -761,7 +761,7 @@ freefall MX 20 who.cdrom.com</programlisting>
|
||||||
server. If you are not, or cannot, run your own DNS server, talk
|
server. If you are not, or cannot, run your own DNS server, talk
|
||||||
to your ISP or whoever does your DNS for you.</para>
|
to your ISP or whoever does your DNS for you.</para>
|
||||||
|
|
||||||
<para>If you're doing virtual email hosting, the following
|
<para>If you are doing virtual email hosting, the following
|
||||||
information will come in handy. For the sake of an example, we
|
information will come in handy. For the sake of an example, we
|
||||||
will assume you have a customer with their own domain, in this
|
will assume you have a customer with their own domain, in this
|
||||||
case <hostid role="domainname">customer1.org</hostid> and you want
|
case <hostid role="domainname">customer1.org</hostid> and you want
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.144 2001/08/11 21:34:51 jim Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.145 2001/08/12 12:04:21 kuriyama Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="mirrors">
|
<appendix id="mirrors">
|
||||||
|
@ -1051,7 +1051,7 @@
|
||||||
program (like <command>ls</command> or <command>grep</command>)
|
program (like <command>ls</command> or <command>grep</command>)
|
||||||
by referencing the CVS module name. Of course,
|
by referencing the CVS module name. Of course,
|
||||||
<application>anoncvs</application> is also only good for
|
<application>anoncvs</application> is also only good for
|
||||||
read-only operations on the CVS repository, so if it's your
|
read-only operations on the CVS repository, so if it is your
|
||||||
intention to support local development in one repository shared
|
intention to support local development in one repository shared
|
||||||
with the FreeBSD project bits then
|
with the FreeBSD project bits then
|
||||||
<application>CVSup</application> is really your only
|
<application>CVSup</application> is really your only
|
||||||
|
@ -1527,7 +1527,7 @@
|
||||||
Megabytes of <command>gzip</command>'d data is common for the
|
Megabytes of <command>gzip</command>'d data is common for the
|
||||||
<filename>XEmpty</filename> deltas.</para>
|
<filename>XEmpty</filename> deltas.</para>
|
||||||
|
|
||||||
<para>Once you've picked a base delta to start from, you will also
|
<para>Once you have picked a base delta to start from, you will also
|
||||||
need all deltas with higher numbers following it.</para>
|
need all deltas with higher numbers following it.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -2323,8 +2323,8 @@ src-all</programlisting>
|
||||||
take every file associated with the collection and tag you
|
take every file associated with the collection and tag you
|
||||||
chose in the configuration file. However, this is not always
|
chose in the configuration file. However, this is not always
|
||||||
what you want, especially if you are synching the doc, ports, or
|
what you want, especially if you are synching the doc, ports, or
|
||||||
www trees — most people can't read four or five
|
www trees — most people cannot read four or five
|
||||||
languages, and therefore they don't need to download the
|
languages, and therefore they do not need to download the
|
||||||
language-specific files. If you are
|
language-specific files. If you are
|
||||||
<application>CVSup</application>ing the ports collection, you
|
<application>CVSup</application>ing the ports collection, you
|
||||||
can get around this by specifying each collection individually
|
can get around this by specifying each collection individually
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.13 2001/08/09 23:42:35 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.14 2001/08/11 21:34:53 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="sound">
|
<chapter id="sound">
|
||||||
|
@ -323,7 +323,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup
|
||||||
</question>
|
</question>
|
||||||
|
|
||||||
<answer>
|
<answer>
|
||||||
<para>One or more of the device nodes wasn't created
|
<para>One or more of the device nodes was not created
|
||||||
correctly. Repeat the steps above.</para>
|
correctly. Repeat the steps above.</para>
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/policies/chapter.sgml,v 1.22 2001/07/19 23:18:07 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/policies/chapter.sgml,v 1.23 2001/08/09 23:42:32 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="policies">
|
<chapter id="policies">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
<para>It is of course not acceptable to add a person or group as
|
<para>It is of course not acceptable to add a person or group as
|
||||||
maintainer unless they agree to assume this duty. On the other hand it
|
maintainer unless they agree to assume this duty. On the other hand it
|
||||||
doesn't have to be a committer and it can easily be a group of
|
does not have to be a committer and it can easily be a group of
|
||||||
people.</para>
|
people.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -357,7 +357,7 @@ obrien@FreeBSD.org - 30 March 1997</programlisting>
|
||||||
<title>Shared Libraries</title>
|
<title>Shared Libraries</title>
|
||||||
|
|
||||||
<para>If you are adding shared library support to a port or other piece of
|
<para>If you are adding shared library support to a port or other piece of
|
||||||
software that doesn't have one, the version numbers should follow these
|
software that does not have one, the version numbers should follow these
|
||||||
rules. Generally, the resulting numbers will have nothing to do with
|
rules. Generally, the resulting numbers will have nothing to do with
|
||||||
the release version of the software.</para>
|
the release version of the software.</para>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.135 2001/08/10 22:58:16 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.136 2001/08/11 21:34:52 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Some packages have compile time options relating to what they
|
<para>Some packages have compile time options relating to what they
|
||||||
can and can't do. For example, <application>Apache</application>
|
can and cannot do. For example, <application>Apache</application>
|
||||||
can be configured with a wide variety of different builtin options.
|
can be configured with a wide variety of different builtin options.
|
||||||
By building from the port you do not have to accept the default
|
By building from the port you do not have to accept the default
|
||||||
options, and can set them yourself.</para>
|
options, and can set them yourself.</para>
|
||||||
|
@ -284,7 +284,7 @@ local: lsof-4.56.4.tgz remote: lsof-4.56.4.tgz
|
||||||
&prompt.root; <userinput>pkg_add <replaceable>lsof-4.56.4.tgz</replaceable></userinput></screen>
|
&prompt.root; <userinput>pkg_add <replaceable>lsof-4.56.4.tgz</replaceable></userinput></screen>
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
<para>If you don't have a source of local packages (such as a
|
<para>If you do not have a source of local packages (such as a
|
||||||
FreeBSD CDROM set) then it will probably be easier to use the
|
FreeBSD CDROM set) then it will probably be easier to use the
|
||||||
-r option to &man.pkg.add.1;. This will cause the utility to
|
-r option to &man.pkg.add.1;. This will cause the utility to
|
||||||
automatically determine the correct object format and release
|
automatically determine the correct object format and release
|
||||||
|
@ -896,7 +896,7 @@ Receiving lsof_4.57D.freebsd.tar.gz (439860 bytes): 100%
|
||||||
<indexterm><primary>imake</primary></indexterm>
|
<indexterm><primary>imake</primary></indexterm>
|
||||||
|
|
||||||
<para>Some ports that use &man.imake.1; (a part of the X Windows
|
<para>Some ports that use &man.imake.1; (a part of the X Windows
|
||||||
System) don't work well with <makevar>PREFIX</makevar>, and will insist on
|
System) do not work well with <makevar>PREFIX</makevar>, and will insist on
|
||||||
installing under <filename>/usr/X11R6</filename>. Similarly, some Perl ports
|
installing under <filename>/usr/X11R6</filename>. Similarly, some Perl ports
|
||||||
ignore <makevar>PREFIX</makevar> and install in the Perl tree. Making these
|
ignore <makevar>PREFIX</makevar> and install in the Perl tree. Making these
|
||||||
ports respect <makevar>PREFIX</makevar> is a difficult or impossible
|
ports respect <makevar>PREFIX</makevar> is a difficult or impossible
|
||||||
|
@ -1254,7 +1254,7 @@ arcade game.</screen>
|
||||||
<sect2 id="ports-broken">
|
<sect2 id="ports-broken">
|
||||||
<title>Help! This Port Is Broken!</title>
|
<title>Help! This Port Is Broken!</title>
|
||||||
|
|
||||||
<para>If you come across a port that doesn't work for you, there are
|
<para>If you come across a port that does not work for you, there are
|
||||||
a few things you can do, including:</para>
|
a few things you can do, including:</para>
|
||||||
|
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.50 2001/08/15 14:09:06 kuriyama Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.51 2001/08/15 20:14:41 logo Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ppp-and-slip">
|
<chapter id="ppp-and-slip">
|
||||||
|
@ -206,7 +206,7 @@
|
||||||
configuration values).</para>
|
configuration values).</para>
|
||||||
|
|
||||||
<note><para>It should be noted that the tunnel driver creates devices
|
<note><para>It should be noted that the tunnel driver creates devices
|
||||||
on demand, so <command>ifconfig -a</command> won't necessarily
|
on demand, so <command>ifconfig -a</command> will not necessarily
|
||||||
show up with any <devicename>tun</devicename> devices.</para></note>
|
show up with any <devicename>tun</devicename> devices.</para></note>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
@ -606,7 +606,7 @@ protocol: ppp</screen>
|
||||||
The string <replaceable>y.y.y.y</replaceable> should be
|
The string <replaceable>y.y.y.y</replaceable> should be
|
||||||
replaced by the IP address that your ISP indicated for
|
replaced by the IP address that your ISP indicated for
|
||||||
their gateway (the machine to which you connect). If
|
their gateway (the machine to which you connect). If
|
||||||
your ISP hasn't given you a gateway address, use <hostid
|
your ISP has not given you a gateway address, use <hostid
|
||||||
role="netmask">10.0.0.2/0</hostid>. If you need to use
|
role="netmask">10.0.0.2/0</hostid>. If you need to use
|
||||||
a <quote>guessed</quote> address, make sure that you
|
a <quote>guessed</quote> address, make sure that you
|
||||||
create an entry in
|
create an entry in
|
||||||
|
@ -835,7 +835,7 @@ exec /usr/sbin/ppp -direct $IDENT</programlisting>
|
||||||
<emphasis>shell</emphasis> for all of your dialup users.
|
<emphasis>shell</emphasis> for all of your dialup users.
|
||||||
This is an example from <filename>/etc/password</filename>
|
This is an example from <filename>/etc/password</filename>
|
||||||
for a dialup PPP user with username
|
for a dialup PPP user with username
|
||||||
<username>pchilds</username> (remember don't directly edit
|
<username>pchilds</username> (remember do not directly edit
|
||||||
the password file, use <command>vipw</command>).</para>
|
the password file, use <command>vipw</command>).</para>
|
||||||
|
|
||||||
<programlisting>pchilds:*:1011:300:Peter Childs PPP:/home/ppp:/etc/ppp/ppp-dialup</programlisting>
|
<programlisting>pchilds:*:1011:300:Peter Childs PPP:/home/ppp:/etc/ppp/ppp-dialup</programlisting>
|
||||||
|
@ -1077,7 +1077,7 @@ set nbns 203.14.100.5</programlisting>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Your ISP will not normally require that you log into
|
<para>Your ISP will not normally require that you log into
|
||||||
the server if you're using PAP or CHAP. You must
|
the server if you are using PAP or CHAP. You must
|
||||||
therefore disable your <quote>set login</quote>
|
therefore disable your <quote>set login</quote>
|
||||||
string.</para>
|
string.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -1153,7 +1153,7 @@ set nbns 203.14.100.5</programlisting>
|
||||||
<programlisting>hostname="foo.bar.com"</programlisting>
|
<programlisting>hostname="foo.bar.com"</programlisting>
|
||||||
|
|
||||||
<para>If your ISP has supplied you with a static IP address and
|
<para>If your ISP has supplied you with a static IP address and
|
||||||
name, it's probably best that you use this name as your host
|
name, it is probably best that you use this name as your host
|
||||||
name.</para>
|
name.</para>
|
||||||
|
|
||||||
<para>Look for the <literal>network_interfaces</literal> variable.
|
<para>Look for the <literal>network_interfaces</literal> variable.
|
||||||
|
@ -1219,7 +1219,7 @@ set nbns 203.14.100.5</programlisting>
|
||||||
4 !bg sendmail -bd -q30m</programlisting>
|
4 !bg sendmail -bd -q30m</programlisting>
|
||||||
|
|
||||||
<indexterm><primary>SMTP</primary></indexterm>
|
<indexterm><primary>SMTP</primary></indexterm>
|
||||||
<para>If you don't like this, it is possible to set up a
|
<para>If you do not like this, it is possible to set up a
|
||||||
<quote>dfilter</quote> to block SMTP traffic. Refer to the
|
<quote>dfilter</quote> to block SMTP traffic. Refer to the
|
||||||
sample files for further details.</para>
|
sample files for further details.</para>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.70 2001/08/14 06:43:35 dd Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.71 2001/08/14 22:06:10 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="security">
|
<chapter id="security">
|
||||||
|
@ -1118,7 +1118,7 @@ CURE MIKE BANE HIM RACY GORE</screen>
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Generating a Single one-time Password</title>
|
<title>Generating a Single one-time Password</title>
|
||||||
|
|
||||||
<para>Once you've initialized S/Key, when you login you will be
|
<para>Once you have initialized S/Key, when you login you will be
|
||||||
presented with a prompt like this:</para>
|
presented with a prompt like this:</para>
|
||||||
|
|
||||||
<screen>&prompt.user; <userinput>telnet example.com</userinput>
|
<screen>&prompt.user; <userinput>telnet example.com</userinput>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v 1.42 2001/08/11 21:34:53 jim Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v 1.43 2001/08/14 22:06:10 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="serialcomms">
|
<chapter id="serialcomms">
|
||||||
|
@ -916,7 +916,7 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on insecure
|
||||||
<indexterm><primary>dial-in service</primary></indexterm>
|
<indexterm><primary>dial-in service</primary></indexterm>
|
||||||
|
|
||||||
<para>Configuring your FreeBSD system for dial-in service is very
|
<para>Configuring your FreeBSD system for dial-in service is very
|
||||||
similar to connecting terminals except that you're dealing with
|
similar to connecting terminals except that you are dealing with
|
||||||
modems instead of terminals.</para>
|
modems instead of terminals.</para>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
|
@ -1467,7 +1467,7 @@ AT&B2&W</programlisting>
|
||||||
<command>getty</command> process on the appropriate communications
|
<command>getty</command> process on the appropriate communications
|
||||||
port and is waiting for the modem to accept a call.</para>
|
port and is waiting for the modem to accept a call.</para>
|
||||||
|
|
||||||
<para>If the <acronym>DTR</acronym> indicator doesn't light, login to
|
<para>If the <acronym>DTR</acronym> indicator does not light, login to
|
||||||
the FreeBSD system through the console and issue a <command>ps
|
the FreeBSD system through the console and issue a <command>ps
|
||||||
ax</command> to see if FreeBSD is trying to run a
|
ax</command> to see if FreeBSD is trying to run a
|
||||||
<command>getty</command> process on the correct port. You should see
|
<command>getty</command> process on the correct port. You should see
|
||||||
|
@ -2572,8 +2572,8 @@ start</programlisting>
|
||||||
|
|
||||||
<para>However, many machines do not support this option and will refuse
|
<para>However, many machines do not support this option and will refuse
|
||||||
to boot if you have no display hardware in the system. With these
|
to boot if you have no display hardware in the system. With these
|
||||||
machines, you'll have to leave some kind of graphics card plugged in,
|
machines, you will have to leave some kind of graphics card plugged in,
|
||||||
(even if it's just a junky mono board) although you will not have to
|
(even if it is just a junky mono board) although you will not have to
|
||||||
attach a monitor into it. You might also try installing an AMI
|
attach a monitor into it. You might also try installing an AMI
|
||||||
BIOS.</para>
|
BIOS.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.13 2001/08/09 23:42:35 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.14 2001/08/11 21:34:53 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="sound">
|
<chapter id="sound">
|
||||||
|
@ -323,7 +323,7 @@ pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels dup
|
||||||
</question>
|
</question>
|
||||||
|
|
||||||
<answer>
|
<answer>
|
||||||
<para>One or more of the device nodes wasn't created
|
<para>One or more of the device nodes was not created
|
||||||
correctly. Repeat the steps above.</para>
|
correctly. Repeat the steps above.</para>
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v 1.25 2001/08/10 22:58:17 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v 1.26 2001/08/14 06:48:46 dd Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="users">
|
<chapter id="users">
|
||||||
|
@ -239,8 +239,8 @@
|
||||||
|
|
||||||
<para>So, the first thing you should do after reading this
|
<para>So, the first thing you should do after reading this
|
||||||
chapter, is to create an unprivileged user account for yourself
|
chapter, is to create an unprivileged user account for yourself
|
||||||
for general usage, if you haven't already. This applies equally
|
for general usage, if you have not already. This applies equally
|
||||||
whether you're running a multi-user or single-user machine.
|
whether you are running a multi-user or single-user machine.
|
||||||
Later in this chapter, we discuss how to create additional
|
Later in this chapter, we discuss how to create additional
|
||||||
accounts, and how to change between the normal user and
|
accounts, and how to change between the normal user and
|
||||||
superuser.</para>
|
superuser.</para>
|
||||||
|
@ -277,7 +277,7 @@
|
||||||
<secondary><username>nobody</username></secondary>
|
<secondary><username>nobody</username></secondary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
<para><username>nobody</username> is the generic unprivileged
|
<para><username>nobody</username> is the generic unprivileged
|
||||||
system user. However, it's important to keep in mind that the
|
system user. However, it is important to keep in mind that the
|
||||||
more services that use <username>nobody</username>, the more
|
more services that use <username>nobody</username>, the more
|
||||||
files and processes that user will become associated with, and
|
files and processes that user will become associated with, and
|
||||||
hence the more privileged that user becomes.</para>
|
hence the more privileged that user becomes.</para>
|
||||||
|
@ -416,17 +416,17 @@ Goodbye!
|
||||||
added users. We then saved the configuration, and then
|
added users. We then saved the configuration, and then
|
||||||
created an account for <username>jru</username>, and we made
|
created an account for <username>jru</username>, and we made
|
||||||
sure <username>jru</username> is in <username>wheel</username>
|
sure <username>jru</username> is in <username>wheel</username>
|
||||||
group (which we'll see is important later).</para>
|
group (which we will see is important later).</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>The password you type in isn't echoed, nor are asterisks
|
<para>The password you type in is not echoed, nor are asterisks
|
||||||
displayed. Make sure you don't mistype the password twice.
|
displayed. Make sure you do not mistype the password twice.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>Just use <command>adduser</command> without arguments
|
<para>Just use <command>adduser</command> without arguments
|
||||||
from now on, and you won't have to go through changing the
|
from now on, and you will not have to go through changing the
|
||||||
defaults. If the program asks you to change the defaults,
|
defaults. If the program asks you to change the defaults,
|
||||||
exit the program, and try the <option>-s</option>
|
exit the program, and try the <option>-s</option>
|
||||||
option.</para>
|
option.</para>
|
||||||
|
@ -489,12 +489,12 @@ Goodbye!
|
||||||
</step>
|
</step>
|
||||||
</procedure>
|
</procedure>
|
||||||
|
|
||||||
<para><command>rmuser</command> can't be used to remove
|
<para><command>rmuser</command> cannot be used to remove
|
||||||
superuser accounts, since that is almost always an indication
|
superuser accounts, since that is almost always an indication
|
||||||
of massive destruction.</para>
|
of massive destruction.</para>
|
||||||
|
|
||||||
<para>By default, an interactive mode is used, which attempts to
|
<para>By default, an interactive mode is used, which attempts to
|
||||||
make sure you know what you're doing.</para>
|
make sure you know what you are doing.</para>
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
<title>rmuser Interactive Account Removal</title>
|
<title>rmuser Interactive Account Removal</title>
|
||||||
|
@ -955,11 +955,11 @@ passwd: done</screen>
|
||||||
colon-delimited fields. The first field is the group name, the
|
colon-delimited fields. The first field is the group name, the
|
||||||
second is the encrypted password, the third the group ID, and the
|
second is the encrypted password, the third the group ID, and the
|
||||||
fourth the comma-delimited list of members. It can safely be edited
|
fourth the comma-delimited list of members. It can safely be edited
|
||||||
by hand (assuming, of course, that you don't make any syntax
|
by hand (assuming, of course, that you do not make any syntax
|
||||||
errors!). For a more complete description of the syntax, see the
|
errors!). For a more complete description of the syntax, see the
|
||||||
&man.group.5; manual page.</para>
|
&man.group.5; manual page.</para>
|
||||||
|
|
||||||
<para>If you don't want to edit <filename>/etc/group</filename>
|
<para>If you do not want to edit <filename>/etc/group</filename>
|
||||||
manually, you can use the &man.pw.8; command to add and edit groups.
|
manually, you can use the &man.pw.8; command to add and edit groups.
|
||||||
For example, to add a group called <groupname>teamtwo</groupname> and
|
For example, to add a group called <groupname>teamtwo</groupname> and
|
||||||
then confirm that it exists you can use:</para>
|
then confirm that it exists you can use:</para>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.46 2001/08/15 19:40:17 logo Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.47 2001/08/15 20:14:42 logo Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="x11">
|
<chapter id="x11">
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
<para>Your only decision is which version of XFree86 to run.
|
<para>Your only decision is which version of XFree86 to run.
|
||||||
XFree86 3.X is the maintenance branch of XFree86 development.
|
XFree86 3.X is the maintenance branch of XFree86 development.
|
||||||
It's very stable, and it supports a huge number of graphics
|
It is very stable, and it supports a huge number of graphics
|
||||||
cards. However, no new development is happening there. XFree86
|
cards. However, no new development is happening there. XFree86
|
||||||
4.X is a redesign of XFree86. As well as introducing many new
|
4.X is a redesign of XFree86. As well as introducing many new
|
||||||
features (including much better support for fonts and
|
features (including much better support for fonts and
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
<application>XFree86</application> uses to talk to the graphics
|
<application>XFree86</application> uses to talk to the graphics
|
||||||
hardware. With most chipsets, this can be automatically
|
hardware. With most chipsets, this can be automatically
|
||||||
determined, but it is still useful to know in case the automatic
|
determined, but it is still useful to know in case the automatic
|
||||||
detection doesn't work correctly.</para>
|
detection does not work correctly.</para>
|
||||||
|
|
||||||
<para>Video memory on the graphic adapter determines the
|
<para>Video memory on the graphic adapter determines the
|
||||||
resolution and color depth the target system can run at. This
|
resolution and color depth the target system can run at. This
|
||||||
|
@ -640,7 +640,7 @@ EndSection</programlisting>
|
||||||
files into this directory you need to use
|
files into this directory you need to use
|
||||||
<application>ttmkfdir</application> to create a
|
<application>ttmkfdir</application> to create a
|
||||||
<filename>fonts.dir</filename> file so that the X font renderer
|
<filename>fonts.dir</filename> file so that the X font renderer
|
||||||
knows that you've installed these new files. There is a FreeBSD
|
knows that you have installed these new files. There is a FreeBSD
|
||||||
port for <port>x11-fonts/ttmkfdir</port> in
|
port for <port>x11-fonts/ttmkfdir</port> in
|
||||||
<filename>/usr/ports/x11-fonts/ttmkfdir</filename>.</para>
|
<filename>/usr/ports/x11-fonts/ttmkfdir</filename>.</para>
|
||||||
<screen>&prompt.root; <userinput>cd /usr/X11R6/lib/X11/fonts/TrueType</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/X11R6/lib/X11/fonts/TrueType</userinput>
|
||||||
|
@ -690,9 +690,9 @@ EndSection</programlisting>
|
||||||
<programlisting>dir "/usr/X11R6/lib/X11/Type1"</programlisting>
|
<programlisting>dir "/usr/X11R6/lib/X11/Type1"</programlisting>
|
||||||
|
|
||||||
<para>And likewise for the other font directories (URW, truetype, etc)
|
<para>And likewise for the other font directories (URW, truetype, etc)
|
||||||
containing fonts you'd like anti-aliased. Anti-aliasing makes
|
containing fonts you would like anti-aliased. Anti-aliasing makes
|
||||||
sense only for scalable fonts (basically, Type1 and TrueType) so
|
sense only for scalable fonts (basically, Type1 and TrueType) so
|
||||||
don't include bitmap font directories here. The
|
do not include bitmap font directories here. The
|
||||||
directories which you included here can now be commented out
|
directories which you included here can now be commented out
|
||||||
of your <filename>XF86Config</filename> file.</para>
|
of your <filename>XF86Config</filename> file.</para>
|
||||||
|
|
||||||
|
@ -726,7 +726,7 @@ match any family == "console" edit family =+ "mono";</programlisting>
|
||||||
|
|
||||||
<para>Supposing you want to use the
|
<para>Supposing you want to use the
|
||||||
<literal>Lucidux</literal> fonts whenever
|
<literal>Lucidux</literal> fonts whenever
|
||||||
monospaced fonts are required (these look nice, and don't seem
|
monospaced fonts are required (these look nice, and do not seem
|
||||||
to suffer from the spacing problem), you could replace that last
|
to suffer from the spacing problem), you could replace that last
|
||||||
line with these:</para>
|
line with these:</para>
|
||||||
|
|
||||||
|
@ -1066,7 +1066,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
should simply replace the line that starts your current window
|
should simply replace the line that starts your current window
|
||||||
manager with one that starts
|
manager with one that starts
|
||||||
<application>/usr/X11R6/bin/gnome-session</application> instead. If you
|
<application>/usr/X11R6/bin/gnome-session</application> instead. If you
|
||||||
haven't added anything special to your configuration file,
|
have not added anything special to your configuration file,
|
||||||
then it is enough to simply type:</para>
|
then it is enough to simply type:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>echo "/usr/X11R6/bin/gnome-session" > ~/.xinitrc</userinput></screen>
|
<screen>&prompt.root; <userinput>echo "/usr/X11R6/bin/gnome-session" > ~/.xinitrc</userinput></screen>
|
||||||
|
@ -1074,7 +1074,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
<para>That's it. Type <command>startx</command> and you will be in the
|
<para>That's it. Type <command>startx</command> and you will be in the
|
||||||
<application>GNOME</application> desktop environment.</para>
|
<application>GNOME</application> desktop environment.</para>
|
||||||
|
|
||||||
<note><para>If you're running a display manager like
|
<note><para>If you are running a display manager like
|
||||||
<application>XDM</application>, this will not work. Instead,
|
<application>XDM</application>, this will not work. Instead,
|
||||||
you should create an executable <filename>.xsession</filename>
|
you should create an executable <filename>.xsession</filename>
|
||||||
file with the same command in it. To do this, edit your file
|
file with the same command in it. To do this, edit your file
|
||||||
|
@ -1137,7 +1137,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
<sect3 id="x11-wm-kde2-install">
|
<sect3 id="x11-wm-kde2-install">
|
||||||
<title>Installing KDE2</title>
|
<title>Installing KDE2</title>
|
||||||
|
|
||||||
<para>At the time of writing, a package for kde2 doesn't
|
<para>At the time of writing, a package for kde2 does not
|
||||||
exist yet. No problem! The ports tree hides all the
|
exist yet. No problem! The ports tree hides all the
|
||||||
complexity of building a package from source. To install
|
complexity of building a package from source. To install
|
||||||
<application>KDE2</application>, do this :</para>
|
<application>KDE2</application>, do this :</para>
|
||||||
|
@ -1149,7 +1149,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
Internet, configure and compile <application>KDE2</application>,
|
Internet, configure and compile <application>KDE2</application>,
|
||||||
install the applications, and then clean up after itself.</para>
|
install the applications, and then clean up after itself.</para>
|
||||||
|
|
||||||
<para>Now you're going to have to tell the X server to launch
|
<para>Now you are going to have to tell the X server to launch
|
||||||
<application>KDE2</application> instead of a default window manager.
|
<application>KDE2</application> instead of a default window manager.
|
||||||
Do this by typing this:</para>
|
Do this by typing this:</para>
|
||||||
|
|
||||||
|
@ -1157,7 +1157,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
|
|
||||||
<para>Now, whenever you go into X-Windows,
|
<para>Now, whenever you go into X-Windows,
|
||||||
<application>KDE2</application> will be your
|
<application>KDE2</application> will be your
|
||||||
desktop. (Note: this will not work if you're logging in via
|
desktop. (Note: this will not work if you are logging in via
|
||||||
a display manager like <filename>xdm</filename>. In that
|
a display manager like <filename>xdm</filename>. In that
|
||||||
case you have two options: create an
|
case you have two options: create an
|
||||||
<filename>.xsession</filename> file as described in the
|
<filename>.xsession</filename> file as described in the
|
||||||
|
@ -1174,7 +1174,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
<title>More Details on KDE2</title>
|
<title>More Details on KDE2</title>
|
||||||
|
|
||||||
<para>Now that <application>KDE2</application> is installed on
|
<para>Now that <application>KDE2</application> is installed on
|
||||||
your system, you'll find that you can learn a lot from its
|
your system, you will find that you can learn a lot from its
|
||||||
help pages, or just by pointing and clicking at various menus.
|
help pages, or just by pointing and clicking at various menus.
|
||||||
Windows or Mac users will feel quite at home.</para>
|
Windows or Mac users will feel quite at home.</para>
|
||||||
|
|
||||||
|
@ -1189,7 +1189,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
<sect3 id="x11-wm-kde2-kdm">
|
<sect3 id="x11-wm-kde2-kdm">
|
||||||
<title>The KDE display manager</title>
|
<title>The KDE display manager</title>
|
||||||
|
|
||||||
<para>If you're an administrator on a multi-user system, you
|
<para>If you are an administrator on a multi-user system, you
|
||||||
may like to have a graphical login screen to welcome users.
|
may like to have a graphical login screen to welcome users.
|
||||||
You can use <link
|
You can use <link
|
||||||
linkend="x-xdm"><filename>xdm</filename></link>, as described
|
linkend="x-xdm"><filename>xdm</filename></link>, as described
|
||||||
|
@ -1199,7 +1199,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
In particular, users can easily choose (via a menu) which
|
In particular, users can easily choose (via a menu) which
|
||||||
desktop environment (<application>KDE2</application>,
|
desktop environment (<application>KDE2</application>,
|
||||||
<application>GNOME</application>, or something else) to run
|
<application>GNOME</application>, or something else) to run
|
||||||
after logging on. If you're slightly adventurous and you want
|
after logging on. If you are slightly adventurous and you want
|
||||||
this added flexibility and visual appeal, read on.</para>
|
this added flexibility and visual appeal, read on.</para>
|
||||||
|
|
||||||
<para>To begin with, run the <application>KDE2</application>
|
<para>To begin with, run the <application>KDE2</application>
|
||||||
|
@ -1216,7 +1216,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
type <userinput>kcontrol</userinput>.</para>
|
type <userinput>kcontrol</userinput>.</para>
|
||||||
|
|
||||||
<para> Click on the icon on the left marked "System", then on
|
<para> Click on the icon on the left marked "System", then on
|
||||||
"Login manager". On the right you'll see various configurable
|
"Login manager". On the right you will see various configurable
|
||||||
options, which the <application>KDE</application> manual will
|
options, which the <application>KDE</application> manual will
|
||||||
explain in greater detail. Click on "sessions" on the right.
|
explain in greater detail. Click on "sessions" on the right.
|
||||||
Depending on what window managers or desktop environments you
|
Depending on what window managers or desktop environments you
|
||||||
|
@ -1228,7 +1228,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
Include a label <literal>failsafe</literal>.</para>
|
Include a label <literal>failsafe</literal>.</para>
|
||||||
|
|
||||||
<para> Play with the other menus as you like (those are mainly
|
<para> Play with the other menus as you like (those are mainly
|
||||||
cosmetic and self-explanatory). When you're done, click on
|
cosmetic and self-explanatory). When you are done, click on
|
||||||
"Apply" at the bottom, and quit the control center.</para>
|
"Apply" at the bottom, and quit the control center.</para>
|
||||||
|
|
||||||
<para> To make sure <application>kdm</application> understands
|
<para> To make sure <application>kdm</application> understands
|
||||||
|
@ -1296,12 +1296,12 @@ esac</screen>
|
||||||
its "RENDER" extension, and starting with version 2.3, Qt (the
|
its "RENDER" extension, and starting with version 2.3, Qt (the
|
||||||
toolkit used by <application>KDE</application>) supports this
|
toolkit used by <application>KDE</application>) supports this
|
||||||
extension. Configuring this is described in <xref
|
extension. Configuring this is described in <xref
|
||||||
linkend="antialias"> on antialiasing X11 fonts. So if you're
|
linkend="antialias"> on antialiasing X11 fonts. So if you are
|
||||||
running up-to-date software, anti-aliasing is possible on your
|
running up-to-date software, anti-aliasing is possible on your
|
||||||
<application>KDE2</application> desktop. Just go to your KDE2
|
<application>KDE2</application> desktop. Just go to your KDE2
|
||||||
menu, go to Preferences -> Look and Feel -> Style, and click
|
menu, go to Preferences -> Look and Feel -> Style, and click
|
||||||
on the checkbox "Use Anti-Aliasing for Fonts and Icons".
|
on the checkbox "Use Anti-Aliasing for Fonts and Icons".
|
||||||
That's all. If you're running a Qt application which is not
|
That's all. If you are running a Qt application which is not
|
||||||
part of <application>KDE</application>, you may need to set
|
part of <application>KDE</application>, you may need to set
|
||||||
the environment variable QT_XFT to true before starting your
|
the environment variable QT_XFT to true before starting your
|
||||||
program.</para>
|
program.</para>
|
||||||
|
@ -1367,7 +1367,7 @@ esac</screen>
|
||||||
|
|
||||||
<para>The next time you start X, <application>XFCE</application> will be your
|
<para>The next time you start X, <application>XFCE</application> will be your
|
||||||
desktop. (Note, as before:
|
desktop. (Note, as before:
|
||||||
if you're logging in via a display manager like
|
if you are logging in via a display manager like
|
||||||
<filename>xdm</filename>, you should either create an
|
<filename>xdm</filename>, you should either create an
|
||||||
<filename>.xsession</filename>, as described in the
|
<filename>.xsession</filename>, as described in the
|
||||||
section on <link linkend="x11-wm-gnome">GNOME</link>, but
|
section on <link linkend="x11-wm-gnome">GNOME</link>, but
|
||||||
|
|
Loading…
Reference in a new issue