From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel =?iso-8859-1?Q?Gonz=E1lez=20Casta=F1os?= Subject: Re: problem with cron job of Webalizer Date: Wed, 18 Jun 2003 10:13:45 +0200 Sender: linux-admin-owner@vger.kernel.org Message-ID: <3EF01F39.B0400AF4@tid.es> References: <3EE5C981.A04C083F@tid.es> <20030613112222.GA1257@francoudi.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: Leonid Mamchenkov Cc: linux-admin@vger.kernel.org Hello, I am trying to figure out what is going on, and I deactivate webalizer and check how log rotation was doing and seems that all my logs of my virtual domains are rotated except "domain4"...Here goes my apache logrotate: /usr/local/apache/logs/domain1/access.log /usr/local/apache/logs/domain2/access.log /usr/local/apache/logs/domain3/access.log /usr/local/apache/logs/domain4/access.log { daily rotate 400 mail mymail@myisp.com compress prerotate /etc/init.d/apache stop endscript postrotate /etc/init.d/apache start endscript } The domain4 log is the biggest one, dont know if it has something to do with the problem... I tried to force logrotate to execute the apache log rotation and dont see anything wrong... Many thanks Miguel > > Did you try to run webalizer _before_ you rotate the logs? It's also a > good idea to measure how much time does it take for your webalizer jobs > to finish. This will help you to make sure webalizer has enough time > before the logs are taken from it. :) > > -- > Best regards, > Leonid Mamtchenkov, RHCE > System Administrator > Francoudi & Stephanou Ltd. > > - > To unsubscribe from this list: send the line "unsubscribe linux-admin" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html