From owner-freebsd-questions@FreeBSD.ORG Tue Jan 17 13:13:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9CD6216A43E for ; Tue, 17 Jan 2006 13:13:56 +0000 (GMT) (envelope-from jking@informs.com) Received: from mail.informs.com (mail.informs.com [216.248.165.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A1B143D46 for ; Tue, 17 Jan 2006 13:13:49 +0000 (GMT) (envelope-from jking@informs.com) Received: (qmail 43055 invoked by uid 1011); 17 Jan 2006 07:13:50 -0600 Received: from 216.248.165.3 by mail.informs.com (envelope-from , uid 1009) with qmail-scanner-1.25-st-qms (clamdscan: 0.87.1/1197. spamassassin: 3.0.4. perlscan: 1.25-st-qms. Clear:RC:1(216.248.165.3):. Processed in 0.033714 secs); 17 Jan 2006 13:13:50 -0000 X-Antivirus-INFORMS-Mail-From: jking@informs.com via mail.informs.com X-Antivirus-INFORMS: 1.25-st-qms (Clear:RC:1(216.248.165.3):. Processed in 0.033714 secs Process 43050) Received: from unknown (HELO ?216.248.165.3?) (216.248.165.3) by mail.informs.com with SMTP; 17 Jan 2006 07:13:50 -0600 From: Jason King To: Dan O'Connor In-Reply-To: <030201c61ae3$9604c070$0599460a@dan> References: <1137444617.7255.24.camel@localhost.localdomain> <030201c61ae3$9604c070$0599460a@dan> Content-Type: text/plain Date: Tue, 17 Jan 2006 07:13:48 -0600 Message-Id: <1137503628.10680.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: log file rotation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 13:13:56 -0000 The only thing that was different was on my maillog line the end of the line had only J instead of JC. I'll add that and see if that makes any difference. Thanks, Jason On Mon, 2006-01-16 at 13:27 -0800, Dan O'Connor wrote: > > My maillog and daillog files have stopped rotating everyday like they > > use to. I have 2 FBSD machines that have stopped these files from > > rotating as of Dec 15th. I have no idea what could have caused two > > different machines to have the same thing happen to them. The entry in > > my newsyslog.conf file is correct. There is no reason these files > > shouldn't be rotating daily like before. Anyone have any ideas on what > > to look for? > > Only thing I can think of is to check /etc/newsyslog.conf and make sure > the lines > > /var/log/daily.log 640 7 * @T00 JN > /var/log/maillog 640 7 * @T00 JC > > are still there. > > ~Dan > >