From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 09:03:16 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 6D8B616A4CE for ; Mon, 22 Mar 2004 09:03:16 -0800 (PST) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427FA43D1D for ; Mon, 22 Mar 2004 09:03:16 -0800 (PST) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.11/8.12.11) with ESMTP id i2MH3Fjf022209 for ; Mon, 22 Mar 2004 09:03:15 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" To: freebsd-questions@freebsd.org Date: Mon, 22 Mar 2004 09:03:15 -0800 Message-Id: <20040322170038.M92688@enabled.com> In-Reply-To: References: <20040322110622.M15380@enabled.com> X-Mailer: Open WebMail 2.30 20040103 X-OriginatingIP: 32.101.214.206 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: RE: newsyslog and apache 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, 22 Mar 2004 17:03:16 -0000 On Mon, 22 Mar 2004 11:13:02 -0500, JJB wrote > Check the archives for the past 3 weeks, this was covered in detail. > Hi, thanks for the heads up but I am unable to find any references to apache complaining of memory issues in the freebsd-questions list archive. Searched both the March and February threads - found nothing. might you send me to the URL that contains this information. I did find a thread about configuring newsyslog to rotate the httpd files but my issue goes further. So more clues would be helpful here. - Noah > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Noah > Sent: Monday, March 22, 2004 6:06 AM > To: freebsd-questions@freebsd.org > Subject: newsyslog and apache > > FreeBSD 4.9 > apache 1.3.28 > > apache complains of being out of memory during a graceful restart > when > newsyslog is sending a series of SIGUSR1 signal to it. Any clues on > this? > > here is the log file output: > > --- snip --- > [Mon Mar 22 00:06:08 2004] [notice] SIGUSR1 received. Doing > graceful restart > Out of memory during request for 11468 bytes, total sbrk() is > 8937472 bytes! > Callback called exit. > END failed--call queue aborted at /dev/null line 2. > Callback called exit at /dev/null line 2. > END failed--call queue aborted at /dev/null line 66. > Callback called exit at /dev/null line 66. > --- snip --- > > my /etc/newsyslog.conf entries: > > --- snip --- > /usr/local/www/logs/www.domain1.com/access_log 640 30 * @T00 > Z > /var/run/httpd.pid 30 > /usr/local/www/logs/www.domain1.com/error_log 640 30 * @T00 > Z > /var/run/httpd.pid 30 > /usr/local/www/logs/www.domain2.org/access_log 640 30 * @T00 > Z > /var/run/httpd.pid 30 > /usr/local/www/logs/www.domain2.org/error_log 640 30 * @T00 > Z > /var/run/httpd.pid 30 > /usr/local/www/logs/www.domain3.com/access_log 640 30 * @T00 > Z > /var/run/httpd.pid 30 > /usr/local/www/logs/www.domain3.com/error_log 640 30 * @T00 > Z > /var/run/httpd.pid 30 > --- snip --- > > - Noah > > _______________________________________________ > 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"