From owner-freebsd-questions@FreeBSD.ORG Mon May 18 17:57:49 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 5551E622 for ; Mon, 18 May 2015 17:57:49 +0000 (UTC) Received: from mail-qc0-f179.google.com (mail-qc0-f179.google.com [209.85.216.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 188CB1BCF for ; Mon, 18 May 2015 17:57:48 +0000 (UTC) Received: by qcvo8 with SMTP id o8so93115339qcv.0 for ; Mon, 18 May 2015 10:57:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UjBfOVDU8wYn6qHdEeciEonaXfvOULsbJH1BzaiaHHg=; b=MFuOznKzCPWI4h4ag1fneQ+TopjZN1kTuznUDdV9vuFCcUIRIjESSzCd0KQKIsDhho Sb3k3vh33SLBLzWnw+akt9Z0OBAYk87/Jo4yBZS/EF6aC0udOBlXMnpATHl7GiQfK7Ct oIGYPmFVRSAVPzxGQZ+XE+/tN5EbnL3v+/0pm1D65GFviRRHnxpZOonbIu7SdtKL2PZL VKmyx6jPz/43qDoJLrVXMQyOVkwDSPOrbhn4Vw37FCF5F+UDTtKAfhIz16SBiUTcKWTq /C7tlk4um1N5rqiRDs65Q2EJrwk/VSVplPcpZkjV/m3qSBvINs1uIps8OxK7EtefOZ4G Ixrg== X-Gm-Message-State: ALoCoQmC6mPfLLfnvcNJsWEsLXX27eybO25fokILeFVtOl6fjfhiAqxDI1S/mKQuuI3Ye6KtcjsB MIME-Version: 1.0 X-Received: by 10.140.28.102 with SMTP id 93mr30436611qgy.78.1431971861850; Mon, 18 May 2015 10:57:41 -0700 (PDT) Received: by 10.140.104.162 with HTTP; Mon, 18 May 2015 10:57:41 -0700 (PDT) In-Reply-To: References: <20150518115606.GA2898@aurora.oekb.co.at> Date: Mon, 18 May 2015 10:57:41 -0700 Message-ID: Subject: Re: NTP - ntpdc monlist no longer working (10.1) From: Michael Sierchio To: Ewald Jenisch Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Mon, 18 May 2015 17:57:49 -0000 On Mon, May 18, 2015 at 10:55 AM, Michael Sierchio wrote: > > On Mon, May 18, 2015 at 4:56 AM, Ewald Jenisch wrote: > > > > > > > Upon checking my config I discovered "ntpc monlist" doesn't work in > > 10.1 (the monlist command is used for checking for clients that have > > connected to a NTP server). > > > > Please note, that I run the identical NTP-configuration (/etc/ntp.conf) > on > > both the new and old machine. > > > > Specifically in my ntp.conf I've got > > > > restrict 127.0.0.1 > > Have you enabled monitor via ntpc or ntp.conf? > > enable monitor > > It's disabled by default, to be sure. > The manpage still says otherwise ...