From owner-freebsd-questions@FreeBSD.ORG Mon Mar 15 04:29:39 2004 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 9793816A4CE for ; Mon, 15 Mar 2004 04:29:39 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A7843D1D for ; Mon, 15 Mar 2004 04:29:39 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: "Wayne Sierke" , "Bart Silverstrim" Date: Mon, 15 Mar 2004 13:29:38 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) In-Reply-To: <1079352005.663.243.camel@ovirt.dyndns.ws> Importance: Normal X-Virus-Scanned: for evilcoder.org cc: FreeBSD Questions Mailing List Subject: RE: log rotation 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, 15 Mar 2004 12:29:39 -0000 you can also write a script, cp -p the logfile and immediatly after that :> the file cp -p oldfile newfile && :> oldfile this keeps the file descriptors intact and might work Since i cannot test this, it's just a guess. Cheers -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens Wayne Sierke Verzonden: maandag 15 maart 2004 13:00 Aan: Bart Silverstrim CC: FreeBSD Questions Mailing List Onderwerp: Re: log rotation On Mon, 2004-03-15 at 10:37, Bart Silverstrim wrote: > Quick questions: > I've run across some mumblings in the ClamAV lists about Clamd not > logging anymore (or not scanning anymore?) when the maximum > logfile size is reached. Is anyone in FreeBSD running this, and if so, > are you using Newsyslog to rotate the logs? What are your settings > (how would I set it up)? > Having recently installed clamav I was interested in getting log rotation enabled too (5.2-RELEASE). As an experiment I set the when entry in newsyslog.conf to 1 hour. After the log rotation I'm not getting any new entries written to the logfile. I believe I saw somewhere someone claiming that logrotate was working for them (but probably on Linux). Might have to try that instead. Wayne > Elaborations: > I didn't know what would be a safe way to do this, since I also have > an every-four-hour update running for the clamav and I didn't know > what would happen if > A) the update for the database falls at a moment when the log is > rotating > B) I didn't find the "proper" way to rotate the log so Clamd doesn't > have an open file handle on a log being rotated and/or have clamd > try writing to the file while it's being rotated > C) how can clamd have the file rotated without being "temporarily > disabled" running into problems because that disabled clamd may > be called on in that period by amavisd-new to do a virus scan on > a mail message... > > Anyone got a good log rotation scheme in place to handle this > automatically without running into problems? > > Thanks! > -Bart > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"