Tagged ntp.xml. Fixed a small bug in previous netprogs tagged files.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3866 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-04-30 11:34:25 +00:00
parent c174c5fefd
commit dc6715af3d
6 changed files with 246 additions and 156 deletions

View File

@ -53,7 +53,8 @@
<para>Estimated disk space required: &cvs-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &cvs-time;</para></listitem>
<para>Estimated build time: &cvs-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>

View File

@ -50,7 +50,7 @@
<para>Estimated disk space required: &inetutils-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &inetutils-time;</para></listitem>
<para>Estimated build time: &inetutils-time;</para></listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>

View File

@ -53,7 +53,7 @@
<para>Estimated disk space required: &ncftp-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &ncftp-time;</para></listitem>
<para>Estimated build time: &ncftp-time;</para></listitem>
</itemizedlist>
</sect2>

View File

@ -51,7 +51,7 @@
<para>Estimated disk space required: &ncpfs-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &ncpfs-time;</para></listitem>
<para>Estimated build time: &ncpfs-time;</para></listitem>
</itemizedlist>
<bridgehead renderas="sect3">NCPFS Dependencies</bridgehead>

View File

@ -56,7 +56,7 @@
<para>Estimated disk space required: &net-tools-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &net-tools-time;</para></listitem>
<para>Estimated build time: &net-tools-time;</para></listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>

View File

@ -13,75 +13,93 @@
]>
<sect1 id="ntp" xreflabel="NTP-&ntp-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="ntp.html"?>
<title>NTP-&ntp-version;</title>
<?dbhtml filename="ntp.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>NTP-&ntp-version;</title>
<indexterm zone="ntp">
<primary sortas="a-NTP">NTP</primary>
</indexterm>
<sect2>
<title>Introduction to <application><acronym>NTP</acronym></application></title>
<sect2 role="package">
<title>Introduction to NTP</title>
<para>The <application>NTP</application> package contains a
client and server to keep the time synchronized between various computers over
a network. This package is the official reference implementation of the
NTP protocol.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&ntp-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&ntp-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &ntp-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &ntp-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &ntp-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &ntp-time;</para></listitem>
</itemizedlist>
<bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="openssl"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of NTP</title>
<para>The <application><acronym>NTP</acronym></application> package contains a
client and server to keep the time synchronized between various computers over
a network. This package is the official reference implementation of the
<acronym>NTP</acronym> protocol.</para>
<para>Install <application>NTP</application> by running
the following commands:</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP):
<ulink url="&ntp-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&ntp-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &ntp-md5sum;</para></listitem>
<listitem><para>Download size: &ntp-size;</para></listitem>
<listitem><para>Estimated disk space required:
&ntp-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&ntp-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>NTP</acronym></application>
dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="openssl"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>NTP</acronym></application></title>
<para>Install <application><acronym>NTP</acronym></application> by running
the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --bindir=/usr/sbin \
<screen><userinput>./configure --prefix=/usr --bindir=/usr/sbin \
--sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make install</userinput></screen>
</sect2>
<sect2 role="configuration">
<title>Configuring NTP</title>
<sect3 id="ntp-config">
<title>Config Files</title>
<para><filename>/etc/ntp.conf</filename></para>
<indexterm zone="ntp ntp-config">
<primary sortas="e-etc-ntp.conf">/etc/ntp.conf</primary>
</indexterm>
</sect3>
<sect3>
<title>Configuration Information</title>
</sect2>
<para>The following configuration file defines various NTP
stratum 2 servers with open access from different continents. It also
creates a drift file where <command>ntpd</command> stores the frequency
offset. Since the documentation included with the package is sparse,
visit the NTP website at <ulink url="http://www.ntp.org/"/> for more information.</para>
<sect2>
<title>Configuring <application><acronym>NTP</acronym></application></title>
<sect3><title>Config files</title>
<para><filename>/etc/ntp.conf</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para>The following configuration file defines various <acronym>NTP</acronym>
stratum 2 servers with open access from different continents. It also
creates a drift file where <command>ntpd</command> stores the frequency
offset. Since the documentation included with the package is sparse,
visit the <acronym>NTP</acronym> website at
<ulink url="http://www.ntp.org/"/> for more information.</para>
<screen><userinput><command>cat &gt; /etc/ntp.conf &lt;&lt; "EOF"</command>
# Africa
<screen role="root"><userinput>cat &gt; /etc/ntp.conf &lt;&lt; "EOF"
<literal># Africa
server tock.nml.csir.co.za
# Asia
@ -96,100 +114,171 @@ server ntp.tuxfamily.net
# North America
server clock.psu.edu
driftfile /var/cache/ntp.drift
<command>EOF</command></userinput></screen>
</sect3>
driftfile /var/cache/ntp.drift</literal>
EOF</userinput></screen>
<sect3><title>Synchronizing the time</title>
</sect3>
<sect3 id="ntp-init">
<title>Synchronizing the Time</title>
<para>There are two options. Option one is to run <command>ntpd</command>
continuously and allow it to synchronize the time in a gradual manner. The
other option is to run <command>ntpd</command> periodically (using cron)
and update the time each time <command>ntpd</command> is scheduled.</para>
<para>There are two options. Option one is to run <command>ntpd</command>
continuously and allow it to synchronize the time in a gradual manner. The
other option is to run <command>ntpd</command> periodically (using cron)
and update the time each time <command>ntpd</command> is scheduled.</para>
<para>If you choose Option one, then install the
<filename>/etc/rc.d/init.d/ntp</filename>
init script included in the
<xref linkend="intro-important-bootscripts"/> package.</para>
<indexterm zone="ntp ntp-init">
<primary sortas="f-ntp">ntp</primary>
</indexterm>
<para>If you choose Option one, then install the
<filename>/etc/rc.d/init.d/ntp</filename>
init script included in the
<xref linkend="intro-important-bootscripts"/> package.</para>
<screen role="root"><userinput>make install-ntp</userinput></screen>
<screen><userinput><command>make install-ntp</command></userinput></screen>
<para>If you prefer to run <command>ntpd</command> periodically, add the
following command to <systemitem class="username">root</systemitem>'s
<filename>crontab</filename>:</para>
<screen><literal>ntpd -q</literal></screen>
<para>If you prefer to run ntpd periodically, add the following command to
root's <filename>crontab</filename>:</para>
<screen><userinput>ntpd -q</userinput></screen>
<para>Execute the following command if you would like to set the
hardware clock at shutdown and reboot based on the current system
time:</para>
<para>Execute the following command if you would like to set the
hardware clock at shutdown and reboot based on the current system
time:</para>
<screen><userinput><command>ln -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
ln -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</command></userinput></screen>
<para>The other way around is already set up by
<acronym>LFS</acronym>.</para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>NTP</acronym></application> package
contains <command>ntp-wait</command>, <command>ntptrace</command>,
<command>ntpd</command>, <command>ntpdate</command>,
<command>ntpdc</command>, <command>ntpq</command>,
<command>ntptime</command>, <command>tickadj</command> and
<command>ntp-keygen</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>ntp-wait</title>
<para><command>ntp-wait</command> is useful at boot time, to delay the
boot sequence until <command>ntpd</command> has set the
time.</para></sect3>
<sect3><title>ntptrace</title>
<para><command>ntptrace</command> traces a chain of
<acronym>NTP</acronym> servers back to the primary source.</para></sect3>
<sect3><title>ntpd</title>
<para><command>ntpd</command> is a NTP daemon that runs in the
background and keeps the date and time synchronized based on response
from configured <acronym>NTP</acronym> servers. It also functions as a
<acronym>NTP</acronym> server.</para></sect3>
<sect3><title>ntpdate</title>
<para><command>ntpdate</command> is a client program that sets the date
and time based on the response from an <acronym>NTP</acronym> server.
This command is deprecated.</para></sect3>
<sect3><title>ntpdc</title>
<para><command>ntpdc</command> is used to query the
<acronym>NTP</acronym> daemon about its current state and to request
changes in that state.</para></sect3>
<sect3><title>ntpq</title>
<para><command>ntpq</command> is an utility program used to monitor
<command>ntpd</command> operations and determine
performance.</para></sect3>
<sect3><title>ntptime</title>
<para><command>ntptime</command> reads and displays time-related
kernel variables.</para></sect3>
<sect3><title>tickadj</title>
<para><command>tickadj</command> reads, and optionally modifies,
several timekeeping-related variables in older kernels that do not have
support for precision timekeeping.</para></sect3>
<sect3><title>ntp-keygen</title>
<para><command>ntp-keygen</command> generates cryptographic data files
used by the <acronym>NTP</acronym>v4 authentication and identification
schemes.</para></sect3>
</sect2>
<screen role="root"><userinput>ln -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
ln -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
<para>The other way around is already set up by LFS.</para>
</sect3>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
ntptime, ntptrace, and tickadj</seg>
<seg>None</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="ntp-keygen">
<term><command>ntp-keygen</command></term>
<listitem>
<para>generates cryptographic data files used by the NTPv4 authentication
and identification schemes.</para>
<indexterm zone="ntp ntp-keygen">
<primary sortas="b-ntp-keygen">ntp-keygen</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ntp-wait">
<term><command>ntp-wait</command></term>
<listitem>
<para>is useful at boot time, to delay the boot sequence until
<command>ntpd</command> has set the time.</para>
<indexterm zone="ntp ntp-wait">
<primary sortas="b-ntp-wait">ntp-wait</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ntpd">
<term><command>ntpd</command></term>
<listitem>
<para>is a NTP daemon that runs in the background and keeps
the date and time synchronized based on response from configured
NTP servers. It also functions as a NTP server.</para>
<indexterm zone="ntp ntpd">
<primary sortas="b-ntpd">ntpd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ntpdate">
<term><command>ntpdate</command></term>
<listitem>
<para>is a client program that sets the date and time based on
the response from an NTP server. This command is deprecated.</para>
<indexterm zone="ntp ntpdate">
<primary sortas="b-ntpdate">ntpdate</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ntpdc">
<term><command>ntpdc</command></term>
<listitem>
<para>is used to query the NTP daemon about its current state
and to request changes in that state.</para>
<indexterm zone="ntp ntpdc">
<primary sortas="b-ntpdc">ntpdc</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ntpq">
<term><command>ntpq</command></term>
<listitem>
<para>is an utility program used to monitor <command>ntpd</command>
operations and determine performance.</para>
<indexterm zone="ntp ntpq">
<primary sortas="b-ntpq">ntpq</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ntptime">
<term><command>ntptime</command></term>
<listitem>
<para>reads and displays time-related kernel variables.</para>
<indexterm zone="ntp ntptime">
<primary sortas="b-ntptime">ntptime</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ntptrace">
<term><command>ntptrace</command></term>
<listitem>
<para>traces a chain of NTP servers back to the primary source.</para>
<indexterm zone="ntp ntptrace">
<primary sortas="b-ntptrace"></primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="tickadj">
<term><command>tickadj</command></term>
<listitem>
<para>reads, and optionally modifies, several timekeeping-related
variables in older kernels that do not have support for precision
timekeeping.</para>
<indexterm zone="ntp tickadj">
<primary sortas="b-tickadj">tickadj</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>