From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 12:04:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFBAA16A4BF for ; Mon, 8 Sep 2003 12:04:59 -0700 (PDT) Received: from mailhost.schluting.com (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D6443F3F for ; Mon, 8 Sep 2003 12:04:59 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id D46492460 for ; Mon, 8 Sep 2003 12:04:58 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id 5KUI2RZJ for ; Mon, 8 Sep 2003 12:04:55 -0700 (PDT) Received: by mailhost.schluting.com (Postfix, from userid 1001) id A2DCC241D; Mon, 8 Sep 2003 12:04:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 7440120F3 for ; Mon, 8 Sep 2003 12:04:54 -0700 (PDT) Date: Mon, 8 Sep 2003 12:04:54 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: freebsd-questions Message-ID: <20030908120158.J27650@cheshire.cat.pdx.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com Subject: Bind query logging stops after a logrotate. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 19:05:00 -0000 FBSD 5.1: Using Bind9.2.2, and I have query logging turned on: logging { channel "querylog" { file "/var/log/query.lo~g"; print-time yes; }; category queries { querylog; }; }; After a logrotate, it stops logging completely. The permissions are correct, and all I have to do to make it start logging again is: "rndc reload". Anyone heard of this? Any ideas? TIA, -Charlie