source: basicnet/netprogs/ntp.xml@ 36474cb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 36474cb was 36474cb, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Updated to ntp-4.2.4p0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6801 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
8 <!ENTITY ntp-download-ftp "ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
9 <!ENTITY ntp-md5sum "6f381e3764eac481bed9cf7e4d508952">
10 <!ENTITY ntp-size "3.3 MB">
11 <!ENTITY ntp-buildsize "27.2 MB">
12 <!ENTITY ntp-time "0.4 SBU">
13]>
14
15<sect1 id="ntp" xreflabel="NTP-&ntp-version;">
16 <?dbhtml filename="ntp.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>NTP-&ntp-version;</title>
24
25 <indexterm zone="ntp">
26 <primary sortas="a-NTP">NTP</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to NTP</title>
31
32 <para>The <application>NTP</application> package contains a
33 client and server to keep the time synchronized between various computers over
34 a network. This package is the official reference implementation of the
35 NTP protocol.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&ntp-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&ntp-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &ntp-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &ntp-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &ntp-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &ntp-time;</para>
56 </listitem>
57 </itemizedlist>
58
59<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/ntp-&ntp-version;-gcc4-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68
69 <bridgehead renderas="sect3">NTP Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="openssl"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/ntp"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of NTP</title>
81
82 <para>Install <application>NTP</application> by running
83 the following commands:</para>
84
85<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
86 --with-binsubdir=sbin &amp;&amp;
87make</userinput></screen>
88
89 <para>To test the results, issue: <command>make check</command>.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install &amp;&amp;
94install -v -m755 -d /usr/share/doc/ntp-&ntp-version; &amp;&amp;
95cp -v -R html/* /usr/share/doc/ntp-&ntp-version;/</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <para><parameter>--with-binsubdir=sbin</parameter>: This parameter places
103 the administrative programs in <filename
104 class="directory">/usr/sbin</filename>.</para>
105
106 </sect2>
107
108 <sect2 role="configuration">
109 <title>Configuring NTP</title>
110
111 <sect3 id="ntp-config">
112 <title>Config Files</title>
113
114 <para><filename>/etc/ntp.conf</filename></para>
115
116 <indexterm zone="ntp ntp-config">
117 <primary sortas="e-etc-ntp.conf">/etc/ntp.conf</primary>
118 </indexterm>
119
120 </sect3>
121
122 <sect3>
123 <title>Configuration Information</title>
124
125 <para>The following configuration file defines various NTP servers with
126 open access from different continents. It also creates a drift file where
127 <command>ntpd</command> stores the frequency offset. Since the
128 documentation included with the package is sparse, visit the NTP website
129 at <ulink url="http://www.ntp.org/"/> and <ulink
130 url="http://www.pool.ntp.org/"/> for more information.</para>
131
132<screen role="root"><userinput>cat &gt; /etc/ntp.conf &lt;&lt; "EOF"
133<literal># Africa
134server tock.nml.csir.co.za
135
136# Asia
137server 0.asia.pool.ntp.org
138
139# Australia
140server 0.oceania.pool.ntp.org
141
142# Europe
143server 0.europe.pool.ntp.org
144
145# North America
146server 0.north-america.pool.ntp.org
147
148# South America
149server 2.south-america.pool.ntp.org
150
151driftfile /var/cache/ntp.drift</literal>
152EOF</userinput></screen>
153
154 </sect3>
155
156 <sect3 id="ntp-init">
157 <title>Synchronizing the Time</title>
158
159 <para>There are two options. Option one is to run <command>ntpd</command>
160 continuously and allow it to synchronize the time in a gradual manner. The
161 other option is to run <command>ntpd</command> periodically (using cron)
162 and update the time each time <command>ntpd</command> is scheduled.</para>
163
164 <para>If you choose Option one, then install the
165 <filename>/etc/rc.d/init.d/ntp</filename>
166 init script included in the
167 <xref linkend="bootscripts"/> package.</para>
168
169 <indexterm zone="ntp ntp-init">
170 <primary sortas="f-ntp">ntp</primary>
171 </indexterm>
172
173<screen role="root"><userinput>make install-ntp</userinput></screen>
174
175 <para>If you prefer to run <command>ntpd</command> periodically, add the
176 following command to <systemitem class="username">root</systemitem>'s
177 <filename>crontab</filename>:</para>
178
179<screen><literal>ntpd -q</literal></screen>
180
181 <para>Execute the following command if you would like to set the
182 hardware clock to the current system time at shutdown and reboot:</para>
183
184<screen role="root"><userinput>ln -v -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &amp;&amp;
185ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>
186
187 <para>The other way around is already set up by LFS.</para>
188
189 </sect3>
190
191 </sect2>
192
193 <sect2 role="content">
194 <title>Contents</title>
195
196 <segmentedlist>
197 <segtitle>Installed Programs</segtitle>
198 <segtitle>Installed Libraries</segtitle>
199 <segtitle>Installed Directory</segtitle>
200
201 <seglistitem>
202 <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
203 ntptime, ntptrace, sntp and tickadj</seg>
204 <seg>None</seg>
205 <seg>/usr/share/doc/ntp-&ntp-version;</seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="ntp-keygen">
215 <term><command>ntp-keygen</command></term>
216 <listitem>
217 <para>generates cryptographic data files used by the NTPv4 authentication
218 and identification schemes.</para>
219 <indexterm zone="ntp ntp-keygen">
220 <primary sortas="b-ntp-keygen">ntp-keygen</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="ntp-wait">
226 <term><command>ntp-wait</command></term>
227 <listitem>
228 <para>is useful at boot time, to delay the boot sequence until
229 <command>ntpd</command> has set the time.</para>
230 <indexterm zone="ntp ntp-wait">
231 <primary sortas="b-ntp-wait">ntp-wait</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="ntpd">
237 <term><command>ntpd</command></term>
238 <listitem>
239 <para>is a NTP daemon that runs in the background and keeps
240 the date and time synchronized based on response from configured
241 NTP servers. It also functions as a NTP server.</para>
242 <indexterm zone="ntp ntpd">
243 <primary sortas="b-ntpd">ntpd</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="ntpdate">
249 <term><command>ntpdate</command></term>
250 <listitem>
251 <para>is a client program that sets the date and time based on
252 the response from an NTP server. This command is deprecated.</para>
253 <indexterm zone="ntp ntpdate">
254 <primary sortas="b-ntpdate">ntpdate</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="ntpdc">
260 <term><command>ntpdc</command></term>
261 <listitem>
262 <para>is used to query the NTP daemon about its current state
263 and to request changes in that state.</para>
264 <indexterm zone="ntp ntpdc">
265 <primary sortas="b-ntpdc">ntpdc</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="ntpq">
271 <term><command>ntpq</command></term>
272 <listitem>
273 <para>is an utility program used to monitor <command>ntpd</command>
274 operations and determine performance.</para>
275 <indexterm zone="ntp ntpq">
276 <primary sortas="b-ntpq">ntpq</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="ntptime">
282 <term><command>ntptime</command></term>
283 <listitem>
284 <para>reads and displays time-related kernel variables.</para>
285 <indexterm zone="ntp ntptime">
286 <primary sortas="b-ntptime">ntptime</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="ntptrace">
292 <term><command>ntptrace</command></term>
293 <listitem>
294 <para>traces a chain of NTP servers back to the primary source.</para>
295 <indexterm zone="ntp ntptrace">
296 <primary sortas="b-ntptrace">ntptrace</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
301 <varlistentry id="sntp">
302 <term><command>sntp</command></term>
303 <listitem>
304 <para>is a Simple Network Time Protocol (SNTP) client.</para>
305 <indexterm zone="ntp sntp">
306 <primary sortas="b-sntp">sntp</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="tickadj">
312 <term><command>tickadj</command></term>
313 <listitem>
314 <para>reads, and optionally modifies, several timekeeping-related
315 variables in older kernels that do not have support for precision
316 timekeeping.</para>
317 <indexterm zone="ntp tickadj">
318 <primary sortas="b-tickadj">tickadj</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 </variablelist>
324
325 </sect2>
326
327</sect1>
Note: See TracBrowser for help on using the repository browser.