From owner-freebsd-questions@freebsd.org Thu Jun 6 15:16:39 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AE1915B6608 for ; Thu, 6 Jun 2019 15:16:39 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7463D70DD3 for ; Thu, 6 Jun 2019 15:16:38 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id x55IDpnv015480 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Wed, 5 Jun 2019 20:13:51 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1559758431; bh=RQe2AZ17C7BxrKGFhMZr5Ub3O8weIRam2hsWYzvK47s=; h=Date:From:To:Subject:In-Reply-To:References; b=WdSowcU8yF4CupGq5miVn0M5/GKzO0GIz2hGvDTbMZThTiHvhdEimmUi7MJcVIUbu Hg3eovVJhKpSOQMJS1FS6Vb77KbWW0Ph7nvRix/b/a+vIEB+mbH5QKNqbgF6FT2IIZ r0vsg6DdqDVQkOmiPZl9E98h52GG1cxsyZJuhOOlygW8q12EQjc6BKsk7RfSc9XSBn Dc++vu+QYq9m6o8iU0fRfkKnANUju086DCdB4gTPnco3Vl7AGHVpbQjmIFIFSdgr1U hReqb3cpAUsMDFN+wSYqAwaIjBmGzoXM29aEzu+OqrXgTvjt5OcjQ1cCauNOF2/j+V 5hWu1Rmp4cksg== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id x55IDpLR015476 for ; Wed, 5 Jun 2019 20:13:51 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Wed, 5 Jun 2019 20:13:51 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: freebsd-questions@freebsd.org Subject: Re: ntpd configutration -- a small suggestion from the peanut gallery In-Reply-To: <51500.1559755693@segfault.tristatelogic.com> Message-ID: References: <51500.1559755693@segfault.tristatelogic.com> User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2019 15:16:39 -0000 On Wed, 5 Jun 2019 10:28-0700, Ronald F. Guilmette wrote: > Did I just miss those ntpd death messages somehow? I don't use /dev/ttyvb much, so I let syslogd also write all messages to this device. E.g.: *.*;mark.* /dev/ttyvb -- Trond.