1181834Sroberto<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2181834Sroberto
3181834Sroberto<html>
4181834Sroberto
5181834Sroberto	<head>
6181834Sroberto		<title>SCO Unix hints</title>
7181834Sroberto		<link href="scripts/style.css" type="text/css" rel="stylesheet">
8181834Sroberto	</head>
9181834Sroberto
10181834Sroberto	<body>
11181834Sroberto		<h1>SCO Unix hints</h1>
12181834Sroberto		<h2>Older SCO Unix versions</h2>
13181834Sroberto		<p>NTP 4.0.x does not run on SCO Unix prior to version 3.2.5.0.0. If you need NTP on an older SCO Unix system and don't mind to modify your kernel, use 3.5.91 which has patches for SCO Unix 3.2.4.x. Apply the kernel modifications as described in <a href="http://www.echelon.nl/en/ntp/sco3-recipe.html">XNTP on SCO 3.2.4.2</a>.</p>
14181834Sroberto		<h2>Compiling NTP</h2>
15181834Sroberto		<p>Delete the old SCO supplied NTP programs using the &quot;custom&quot; utility. Run the NTP configure program with CFLAGS=&quot;-b elf -K <i>processor-type</i>&quot; for best results.</p>
16181834Sroberto		<h2>Running NTP</h2>
17181834Sroberto		<p>Run &quot;tickadj -As&quot; after every reboot to set the variables &quot;clock_drift&quot; and &quot;track_rtc&quot; to the right values.</p>
18181834Sroberto		<p>Run &quot;ntpd&quot; with a high negative nice-value, i.e. &quot;nice --19 ntpd&quot; for best results.</p>
19181834Sroberto		<h2>More information</h2>
20181834Sroberto		<p>More information on the way SCO Unix and NTP interact can be found in <a href="http://www.echelon.nl/en/ntp/ntp-on-sco.html">NTP on SCO Unix</a>, which includes links to precompiled versions of NTP.</p>
21181834Sroberto		<p><a href="mailto:kees@echelon.nl">Kees Hendrikse</a>, January 1999</p>
22181834Sroberto	</body>
23181834Sroberto
24181834Sroberto</html>