Subject: Re: ntp problem
To: Conrad T. Pino <NetBSD-Current@Pino.com>
From: Ben Collver <collver1@comcast.net>
List: netbsd-help
Date: 06/04/2004 07:47:06
> From: netbsd-help-owner@NetBSD.org On Behalf Of Ben Collver
> 
> An error occurred while Windows was synchronizing with gatekeeper.  The
> time sample was rejected because: The peer's stratum is less than the
> hosts's stratum.
 

> From: netbsd-help-owner@NetBSD.org On Behalf Of Christos Zoulas
> 
> Read the mail I sent a while ago to current-users.
 

> From: netbsd-help-owner@NetBSD.org On Behalf Of Conrad T. Pino
>
> This must be the message Christos wants you to see:
> http://mail-index.netbsd.org/current-users/2004/01/16/0023.html


After reading the message from Christos, I disabled authentication by
putting -A in ntpd_flags.

$ grep ntp /etc/rc.conf
ntpd=YES
ntpd_flags="-g -A"

$ grep -v ^# /etc/ntp.conf 
pidfile         /var/run/ntpd.pid
driftfile       /var/db/ntp.drift
logconfig       -syncstatus
server  clocktower.orst.edu
server  ntp.uoregon.edu
server  bigben.cac.washington.edu
server  time.mit.edu


I am now getting a different error in Windows:

"An error occurred while Windows was synchronizing with gatekeeper.
This operation returned because the timeout period expired."


What I see on the ntpd side is:

receive: at 42 10.0.11.12 mode 1 code 4
peer_clear: at 42
mobilize 28584 5 next 16
packet: bad header 024


What would be a good way to troubleshoot this further?

Thank you,

Ben