From owner-freebsd-bugs@freebsd.org Fri Jul 31 22:07:45 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DE3A9AF441 for ; Fri, 31 Jul 2015 22:07:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 311F115C6 for ; Fri, 31 Jul 2015 22:07:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6VM7jK0063123 for ; Fri, 31 Jul 2015 22:07:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202016] ntpdc -pn is broken, FreeBSD 10.2-RC1 Date: Fri, 31 Jul 2015 22:07:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.2-BETA1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: stadtkind2@gmx.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 22:07:45 -0000 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: freebsd-bugs@FreeBSD.org Reporter: stadtkind2@gmx.de 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.