From owner-freebsd-questions@FreeBSD.ORG Wed Aug 20 12:48:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D304B106566C for ; Wed, 20 Aug 2008 12:48:19 +0000 (UTC) (envelope-from rkramer@mweb.com) Received: from mwbmarshal.mweb.com (mwbmarshal.mweb.com [196.2.141.6]) by mx1.freebsd.org (Postfix) with ESMTP id B18968FC23 for ; Wed, 20 Aug 2008 12:48:18 +0000 (UTC) (envelope-from rkramer@mweb.com) Received: from mwbfes2.mweb.com (Not Verified[196.2.141.74]) by mwbmarshal.mweb.com with NetIQ MailMarshal 6.0 Service Pack 1 (v6, 0, 3, 28) id ; Wed, 20 Aug 2008 14:48:11 +0200 Received: from MWBEXCH.mweb.com ([196.2.141.76]) by mwbfes2.mweb.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 20 Aug 2008 14:48:11 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Wed, 20 Aug 2008 14:48:10 +0200 Message-ID: <39DC135F7F0571489196E0B6F5D58B4A03B46071@MWBEXCH.mweb.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: logrotate question Thread-Index: AckCvnKELG4lnMhdTyyzbRdnZ0i7uwAAWaEA References: <48AC0A7D.80207@lcwords.com> From: "Rudi Kramer - MWEB" To: "Zbigniew Szalbot" , "User Questions" X-OriginalArrivalTime: 20 Aug 2008 12:48:11.0382 (UTC) FILETIME=[00E78160:01C902C3] Cc: Subject: RE: logrotate question 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: Wed, 20 Aug 2008 12:48:19 -0000 > Zbigniew Szalbot > Sent: Wednesday, August 20, 2008 2:14 PM > To: User Questions > Subject: logrotate question >=20 > Dear all, >=20 > I am trying to use logrotate from ports and I am getting the following > error. Can anyone offer any insight? Hi Zbigniew, I started investigating logrotate but someone put me on to newsyslog instead.=20 Newsyslog is part of the FreeBSD and amazing simple to setup: 1) vi /etc/newsyslog.conf 2) Add the following line: /var/log/httpd/*.log www:www 644 60 * @T00 BJG /var/run/httpd.pid I would recommend reading man pages newsyslog newsyslog.conf for more info. Rudi