*BSD News Article 87205


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!howland.erols.net!ix.netcom.com!netcom.net.uk!news-lond.gsl.net!news.gsl.net!news.dotcom.fr!arclight.uoregon.edu!news.reference.com!uunet!in2.uu.net!192.94.214.100!shemesh.hq.tis.com!troma.rv.tis.com!not-for-mail
From: mark@troma.rv.tis.com (Mark Sienkiewicz)
Newsgroups: comp.unix.bsd.bsdi.misc
Subject: Re: xntp/ntpdate woes
Date: 21 Jan 1997 15:31:19 -0500
Organization: A poorly-installed InterNetNews site
Lines: 31
Message-ID: <5c392n$d4g@troma.rv.tis.com>
References: <32E48414.337@postmodern.com>
NNTP-Posting-Host: troma.rv.tis.com
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.bsdi.misc:5676

In article <32E48414.337@postmodern.com>,
Michael C. Berch <mcb@postmodern.com> wrote:
>I've never gotten either xntp or ntpdate to work for me.  In the 
>2.0 /etc/rc file, xntp gets invoked if there's a config file present.
>I added the names of our ISP's NTP servers to the file, following the 
>syntax in the xntp man entry... no dice.  The clock never gets set.

In the man page on my machine, it says the server line should
look like:

    server  host_address  [ key # ] [ version # ] [ prefer ] [
       mode # ]

You said "names" but it doesn't appear to accept a name there.  I
have it working with this file:

	% cat /etc/ntp.conf
	server 10.0.1.117
	driftfile /etc/ntp.drift
	%

(Don't try to use that IP number -- it is not routable from the
internet.)

>This is a BSDI 2.0 system, 486DX66, 32MB, on an ethernet connected to
>our ISP via 56K frame relay. 

I have BSD/OS 2.1 but it should be similar enough.  The only problem
I noticed with xntpd is that it is not compiled with the LOCAL_CLOCK
clock driver, but that is only a problem under unusual circumstances.