Serge Bets wrote: > Hello Chris, > > On Saturday, January 27, 2007 at 22:57:31 -0600, [EMAIL PROTECTED] wrote: > > >>Did you try ntpq -p -n? > > > Also slow, because of exact same DNS A requests on "DCF" and "LOCL" > refid names. Apparently -n disables only the reverse resolution of the > "remote" column: > > | $ ntpq -pn > | remote refid st t when poll reach delay offset > jitter > | > ============================================================================== > | *127.127.28.0 .DCF. 0 l 60 64 377 0.000 0.180 > 0.144 > | 127.127.1.0 .LOCL. 8 l 16 64 377 0.000 0.000 > 0.004 > > > Serge.
The bug is that ntpq should not be interpreting the refid at all! It's a text string, not an IP address and should not be treated as one. Yes, sometimes the refid IS an IP address but it still should be treated as a simple text string! _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
