https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202016
Bug ID: 202016
Summary: ntpdc -pn is broken, FreeBSD 10.2-RC1
Product: Base System
Version: 10.2-BETA1
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Hi,
ntpdc -pn doesn't seem to work anymore:
$ ntpdc -pn
localhost: timed out, nothing received
***Request timed out
$ sockstat -p 123 -P udp
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
root ntpd 689 20 udp6 *:123 *:*
root ntpd 689 21 udp4 *:123 *:*
root ntpd 689 22 udp4 xxx.xxx.xxx.xxx:123 *:*
root ntpd 689 23 udp6 ::1:123 *:*
root ntpd 689 24 udp6 fe80::1%lo0:123 *:*
root ntpd 689 25 udp4 127.0.0.1:123 *:*
ntpq works fine though:
$ ntpq -c peers
remote refid st t when poll reach delay offset jitter
==============================================================================
*router xxx.xxx.xxx.xxx 2 u 969 1024 377 0.666 -0.731 1.282
Here's my ntp.conf:
server router iburst
restrict default limited kod nomodify notrap nopeer noquery
restrict -6 default limited kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict -6 ::1
restrict 127.127.1.0
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"