Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2004 03:06:22 -0800
From:      "Noah" <admin2@enabled.com>
To:        freebsd-questions@freebsd.org
Subject:   newsyslog and apache
Message-ID:  <20040322110622.M15380@enabled.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040322110622.M15380>