From owner-freebsd-stable@freebsd.org Thu Nov 5 02:17:10 2015 Return-Path: Delivered-To: freebsd-stable@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 B846EA26778 for ; Thu, 5 Nov 2015 02:17:10 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 953C81AF0 for ; Thu, 5 Nov 2015 02:17:10 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Thu, 5 Nov 2015 02:17:31 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id tA52H2lD047687; Wed, 4 Nov 2015 19:17:02 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1446689822.91534.386.camel@freebsd.org> Subject: Re: Segmentation fault running ntpd From: Ian Lepore To: Doug Hardie , freebsd-stable Cc: current@freebsd.org Date: Wed, 04 Nov 2015 19:17:02 -0700 In-Reply-To: <3178C067-4C33-49E1-9ED7-501EDEFDB256@lafn.org> References: <20150718120956.GC1155@albert.catwhisker.org> <86pozwbvds.fsf@desk.des.no> <20151030113449.GF13438@albert.catwhisker.org> <20151101093116.GA5457@voyager> <9145a2d0228d9d025b2b0b6b5612726c@mailbox.ijs.si> <3178C067-4C33-49E1-9ED7-501EDEFDB256@lafn.org> Content-Type: text/plain; charset="windows-1251" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 02:17:10 -0000 On Wed, 2015-11-04 at 17:49 -0800, Doug Hardie wrote: > > On 4 November 2015, at 08:15, Mark Martinec < > > Mark.Martinec+freebsd@ijs.si> wrote: > > > > Upgrading 10.2-RELEASE-p6 to 10.2-RELEASE-p7 now solved ntpd > > crashes > > (apparently fixed by: FreeBSD Errata Notice FreeBSD-EN-15:20.vm). > > > > Thanks!!! > > > > Mark > > > > ntpdc hangs when you do a peers command on 9.3. Eventually it > returns a no response from the server. However, ntpq works just fine > and nagios is able to get the status without problems. Both of those > did not work properly before. > > — Doug The protocol used by ntpdc is no longer supported by ntpd, and that change came along for the ride with the security and bugfixes that were recently merged back to the 9 and 10 branches. Everything that can be done with ntpdc on older releases can now be done using ntpq with the new release. The ntpdc program itself is still present so that you can still administer remote servers running older code, since they won't be able to do everything via ntpq. -- Ian