mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
updated to ntp-4.2.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1534 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a94f11b15e
commit
1c36436ab1
@ -319,6 +319,9 @@ otherterm="gSMB">SMB</glossseealso></glossdef></glossentry>
|
|||||||
<glossentry id="gNFS"><glossterm><acronym>NFS</acronym></glossterm>
|
<glossentry id="gNFS"><glossterm><acronym>NFS</acronym></glossterm>
|
||||||
<glossdef><para>Network File System</para></glossdef></glossentry>
|
<glossdef><para>Network File System</para></glossdef></glossentry>
|
||||||
|
|
||||||
|
<glossentry id="gNTP"><glossterm><acronym>NTP</acronym></glossterm>
|
||||||
|
<glossdef><para>Network Time Protocol</para></glossdef></glossentry>
|
||||||
|
|
||||||
<glossentry id="gOAF"><glossterm><acronym>OAF</acronym></glossterm>
|
<glossentry id="gOAF"><glossterm><acronym>OAF</acronym></glossterm>
|
||||||
<glossdef><para>Object Activation Framework</para></glossdef></glossentry>
|
<glossdef><para>Object Activation Framework</para></glossdef></glossentry>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Configuring <application>NTP</application></title>
|
<title>Configuring <application><acronym>NTP</acronym></application></title>
|
||||||
|
|
||||||
<sect3><title>Config files</title>
|
<sect3><title>Config files</title>
|
||||||
<para><filename>/etc/ntp.conf</filename></para>
|
<para><filename>/etc/ntp.conf</filename></para>
|
||||||
@ -10,7 +10,8 @@
|
|||||||
<para>The following configuration file defines various <acronym>NTP</acronym>
|
<para>The following configuration file defines various <acronym>NTP</acronym>
|
||||||
servers to use with the primary server designated with the prefer tag. It also
|
servers to use with the primary server designated with the prefer tag. It also
|
||||||
creates a drift file where <command>ntpd</command> stores the frequency
|
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
|
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>
|
<ulink url="http://www.ntp.org/"/> for more information.</para>
|
||||||
|
|
||||||
<screen><userinput>server time-a.nist.gov prefer
|
<screen><userinput>server time-a.nist.gov prefer
|
||||||
@ -29,6 +30,7 @@ and update the time each time <command>ntpd</command> is scheduled.</para>
|
|||||||
<para>If you choose Option one, then create the bootscript
|
<para>If you choose Option one, then create the bootscript
|
||||||
<filename>/etc/rc.d/init.d/ntp</filename> and put the start and
|
<filename>/etc/rc.d/init.d/ntp</filename> and put the start and
|
||||||
stop symlinks:</para>
|
stop symlinks:</para>
|
||||||
|
|
||||||
<screen><userinput>#!/bin/bash
|
<screen><userinput>#!/bin/bash
|
||||||
# Begin $rc_base/init.d/ntp
|
# Begin $rc_base/init.d/ntp
|
||||||
source /etc/sysconfig/rc
|
source /etc/sysconfig/rc
|
||||||
@ -64,4 +66,3 @@ the root's <filename>crontab</filename>:</para>
|
|||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,31 +1,59 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application>NTP</application> package contains NTP protocol client
|
<para>The <application><acronym>NTP</acronym></application> package
|
||||||
and server.</para>
|
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>
|
||||||
|
|
||||||
<sect2><title>Description</title>
|
<sect2><title>Description</title>
|
||||||
|
|
||||||
<para><command>ntpd</command>:
|
<sect3><title>ntp-wait</title>
|
||||||
NTP daemon that runs in the background and keeps the date/time synchronized
|
<para><command>ntp-wait</command> is useful at boot time, to delay the
|
||||||
based on response from configured NTP servers. It also functions as a NTP
|
boot sequence until <command>ntpd</command> has set the
|
||||||
server.</para>
|
time.</para></sect3>
|
||||||
|
|
||||||
<para><command>ntpdate</command>:
|
<sect3><title>ntptrace</title>
|
||||||
NTP Client program that sets the date/time based on the response from
|
<para><command>ntptrace</command> traces a chain of
|
||||||
an NTP Server. This command is deprecated.</para>
|
<acronym>NTP</acronym> servers back to the primary source.</para></sect3>
|
||||||
|
|
||||||
<para><command>ntp-genkeys</command>:
|
<sect3><title>ntpd</title>
|
||||||
This program generates cryptographic data files used by the NTPv4
|
<para><command>ntpd</command> is a NTP daemon that runs in the
|
||||||
authentication and identification schemes. a ARPANET file transfer client.</para>
|
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>
|
||||||
|
|
||||||
<para><command>ntpdc</command> and <command>ntpq</command>:
|
<sect3><title>ntpdate</title>
|
||||||
Programs to query and set <command>ntpd</command> configuration.</para>
|
<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>
|
||||||
|
|
||||||
<para><command>ntptrace</command>:
|
<sect3><title>ntpdc</title>
|
||||||
Trace a chain of NTP servers back to the primary source.</para>
|
<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>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of <application>NTP</application></title>
|
<title>Installation of <application><acronym>NTP</acronym></application></title>
|
||||||
|
|
||||||
<para>Install <application>NTP</application> by running the following
|
<para>Install <application><acronym>NTP</acronym></application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr &&
|
<screen><userinput><command>./configure --prefix=/usr &&
|
||||||
@ -9,4 +9,3 @@ make &&
|
|||||||
make install</command></userinput></screen>
|
make install</command></userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Introduction to <application>NTP</application></title>
|
<title>Introduction to <application><acronym>NTP</acronym></application></title>
|
||||||
|
|
||||||
<para>The <application>NTP</application> package contains a client and server
|
<para>The <application><acronym>NTP</acronym></application> package contains a client and server
|
||||||
to keep the time synchronized between various computers over a network.
|
to keep the time synchronized between various computers over a network.
|
||||||
This package is the official reference implementation of the NTP protocol.</para>
|
This package is the official reference implementation of the <acronym>NTP</acronym> protocol.</para>
|
||||||
|
|
||||||
<sect3><title>Package information</title>
|
<sect3><title>Package information</title>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
@ -14,10 +14,9 @@ This package is the official reference implementation of the NTP protocol.</para
|
|||||||
<listitem><para>Estimated build time: &ntp-time;</para></listitem></itemizedlist>
|
<listitem><para>Estimated build time: &ntp-time;</para></listitem></itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3><title><application>NTP</application> dependencies</title>
|
<sect3><title><application><acronym>NTP</acronym></application> dependencies</title>
|
||||||
<sect4><title>Optional</title>
|
<sect4><title>Optional</title>
|
||||||
<para><xref linkend="readline"/></para></sect4>
|
<para><xref linkend="readline"/> and <xref linkend="openssl"/></para></sect4>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
<!ENTITY ntp-inst SYSTEM "ntp-inst.xml">
|
<!ENTITY ntp-inst SYSTEM "ntp-inst.xml">
|
||||||
<!ENTITY ntp-config SYSTEM "ntp-config.xml">
|
<!ENTITY ntp-config SYSTEM "ntp-config.xml">
|
||||||
<!ENTITY ntp-desc SYSTEM "ntp-desc.xml">
|
<!ENTITY ntp-desc SYSTEM "ntp-desc.xml">
|
||||||
<!ENTITY ntp-version "4.1.2">
|
<!ENTITY ntp-version "4.2.0">
|
||||||
<!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-&ntp-version;.tar.gz">
|
<!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-&ntp-version;.tar.gz">
|
||||||
<!ENTITY ntp-download-ftp "ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-&ntp-version;.tar.gz">
|
<!ENTITY ntp-download-ftp "ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-&ntp-version;.tar.gz">
|
||||||
<!ENTITY ntp-size "2.2 MB">
|
<!ENTITY ntp-size "2.4 MB">
|
||||||
<!ENTITY ntp-buildsize "19 MB">
|
<!ENTITY ntp-buildsize "27 MB">
|
||||||
<!ENTITY ntp-time "0.36 SBU">
|
<!ENTITY ntp-time "0.53 SBU">
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
<!ENTITY version "CVS-20031116">
|
<!ENTITY version "CVS-20031117">
|
||||||
<!ENTITY releasedate "November 16th, 2003">
|
<!ENTITY releasedate "November 17th, 2003">
|
||||||
<!ENTITY blfs-version "cvs">
|
<!ENTITY blfs-version "cvs">
|
||||||
|
|
||||||
<!ENTITY % book SYSTEM "book/book.ent">
|
<!ENTITY % book SYSTEM "book/book.ent">
|
||||||
|
@ -11,6 +11,9 @@ who wrote what.</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>November 17th, 2003 [igor]: Updated to
|
||||||
|
NTP-4.2.0.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>November 16th, 2003 [igor]: Updated to
|
<listitem><para>November 16th, 2003 [igor]: Updated to
|
||||||
FFmpeg-0.4.8 and MPlayer-1.0pre2.</para></listitem>
|
FFmpeg-0.4.8 and MPlayer-1.0pre2.</para></listitem>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user