From owner-freebsd-questions@FreeBSD.ORG Tue May 19 09:03:27 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA194949 for ; Tue, 19 May 2015 09:03:27 +0000 (UTC) Received: from mgaterz2.oekb.co.at (mgaterz2.oekb.co.at [143.245.5.112]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mgaterz1.oekb.co.at", Issuer "Symantec Class 3 Secure Server CA - G4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41E5D159C for ; Tue, 19 May 2015 09:03:26 +0000 (UTC) Received: from exchhubcas1.oekb.co.at ([143.245.3.64]) by mgaterz2.oekb.co.at with ESMTP/TLS/AES128-SHA; 19 May 2015 11:02:14 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by internal-relay-exchhubcas1.oekb.co.at (143.245.3.65) with Microsoft SMTP Server id 14.3.210.2; Tue, 19 May 2015 11:02:12 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.9/8.14.9) with ESMTP id t4J92C7F001217; Tue, 19 May 2015 11:02:12 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.9/8.14.9/Submit) id t4J92CVJ001216; Tue, 19 May 2015 11:02:12 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Tue, 19 May 2015 11:02:12 +0200 From: Ewald Jenisch To: Michael Sierchio CC: FreeBSD Questions Subject: Re: NTP - ntpdc monlist no longer working (10.1) Message-ID: <20150519090212.GA1137@aurora.oekb.co.at> References: <20150518115606.GA2898@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 09:03:27 -0000 On Mon, May 18, 2015 at 10:57:41AM -0700, Michael Sierchio wrote: > > Have you enabled monitor via ntpc or ntp.conf? > > > > enable monitor > > > > It's disabled by default, to be sure. > > > > The manpage still says otherwise ... Hi, Thanks alot for the hint that got me on the right track :-) Indeed you've got to explicitly have "enable monitor" in your ntp.conf in order for "ntpdc monlist" to work; and you are right, the manpage says it's enabled by default... -ewald