Port-sparc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Sun IPX and PPS via serial port



On 8/19/2011 10:20, Erik Fair wrote:
First, confirm that PPS signals are being received by your system. A little 
test program written by our own Jonathan Stone will help:

http://www.clock.org/~fair/ppstest.c

Second ... oh, dear. This is where things get messy, and you have to understand 
some of how the guts of ntpd work. Also, understand the limitations of GPS 
(where is your unit's antenna? how much sky can it see?). I have an old unit 
(should really replace it), with a fair bit of wander in it (wander? Yeah, it's 
a fixed mount, and the lat/long coordinates change) ... and not every NMEA 
sentence has a checksum on it as required by standard, and as now required by 
the ntpd refclock drivers.

If you read the refclock documentation carefully, you will see that ntpd won't 
actually select the PPS clock - it will select the GPS (if ntpd thinks it's 
good enough compared to your network servers/peers) and use PPS to discipline 
it. At least, that's what I read in the docs.

It would be good to just run your system without the GPS reference initially (just leave it unconfigured, or 
configured for a high stratum (say, 5), but using a set of close-by (minimum network delay) stratum 1 servers 
for about a week so that ntpd can figure out how badly your IPX system clock drifts (recorded in 
/var/db/ntp.drift, also reported in the output of ntptime(8) as "frequency", or "ntpdc -c 
loopi [host]" also as "frequency"). The worse that is, the harder everything else is.

My GPS receiver is currently attached to accurate.clock.org, if you'd like to 
take a look with ntpq(8), and ntpdc(8). I don't recommend anyone sync from it 
for now.

        Erik<fair%netbsd.org@localhost>



More information:

I kept a running tail of the messages log while I started both the ppstest program and ntpd.

When ppstest starts, it fires off two copies of my new printf statements inside the z8530tty.c file.

When ntpd starts, at first I thought it wasn't working but then I get a "last message repeated" entry. However it seems inconsistent. Stopping and starting ntpd doesn't show the message.


So at least I know that the DCD pulse is making it into the machine and can be read. I just don't quite know what's going on past that point.

Home | Main Index | Thread Index | Old Index