Re: NPTd woes
Grishnav <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.pdxlug |
|---|---|
| Message-ID | <[email protected]> |
Dave "doughnut" Fogarty wrote: >Did you wait a few minutes before running "ntpq -p"? > Yes. Several hours now. > It takes a moment >for any real info to show up. > > I understand that. >what do you get from these? > >ntptrace -d > > egosurf root # ntptrace -d Unknown option: d Oddly enough, -d is documented as debug mode... >ntptrace -d time.nist.gov >ntptrace -d time-a.nist.gov >ntptrace -d time-b.nist.gov >ntptrace -d time-a.timefreq.bldrdoc.gov >ntptrace -d time-b.timefreq.bldrdoc.gov >ntptrace -d time-c.timefreq.bldrdoc.gov >ntptrace -d utcnist.colorado.edu > > > egosurf root # for a in time.nist.gov time-a.nist.gov time-b.nist.gov time-a.timefreq.bldrdoc.gov time-b.timefreq.bldrdoc.gov time-c.timefreq.bldrdoc.gov utcnist.colorado.edu; do ntptrace -d $a; done Unknown option: d time.nist.gov: stratum 1, offset 0.000000, root distance 0.001300, refid 'ACTS' Unknown option: d time-a.nist.gov: stratum 1, offset 0.000000, root distance 0.001300, refid 'ACTS' Unknown option: d time-b.nist.gov: stratum 1, offset 0.000000, root distance 0.001300, refid 'ACTS' Unknown option: d time-a.timefreq.bldrdoc.gov: stratum 1, offset 0.000000, root distance 0.001300, refid 'ACTS' Unknown option: d time-b.timefreq.bldrdoc.gov: stratum 1, offset 0.000000, root distance 0.001300, refid 'ACTS' Unknown option: d time-c.timefreq.bldrdoc.gov: stratum 1, offset 0.000000, root distance 0.001300, refid 'ACTS' Unknown option: d utcnist.colorado.edu: stratum 1, offset 0.000000, root distance 0.001300, refid 'ACTS' egosurf root #