On Jul 21, 2010, at 6:15 AM, Vikrama Sanjeeva wrote:

> Hello everybody,
> 
>  I am getting below error on Apache/2.2.11 (Unix) running on Solaris 10 
> production machine:
> 
> "[crit] (28)No space left on device: mod_rewrite: could not create 
> rewrite_log_lock"

Yeah, this is misleading.  No, your disk is fine.  You're running out of space 
for undo structures on the mod_rewrite lock semaphore.  

Tune your system to increase the maximum number of undo structures your kernel 
allows.  See here for more info: 

http://publib.boulder.ibm.com/httpserv/ihsdiag/solaris_sysvsem.html

Note that you might need more undo structures than it suggests because you may 
have an accept_mutex as well as a rewrite_log_lock. Experiment.  
 
S.

> I have checked device space on which apache is installed and its fine:
> 
> @machine: /usr/local/apache2/bin> df -h /usr
> Filesystem             size   used  avail capacity  Mounted on
> /dev/dsk/c1t0d0s0       79G   9.6G    68G    13%    /
> 
> After googling this error I tried below commands, but no success:
> 
> ipcs -s | grep www   [returned nothing]
> 
> 
> Please guide why this error is coming and what its permenent resolution.
> 
> 
> #################### httpd.conf #############
> <IfModule prefork.c>
> StartServers       8
> MinSpareServers    5
> MaxSpareServers   20
> MaxClients       250
> MaxRequestsPerChild  0
> </IfModule>
> #################### httpd.conf #############
> 
> ALSO:
> 
> there is a cron which do daily log rollup and restarts httpd using below 
> command:
> "apachectl graceful"
> 
> 
> Looking for help.
> 
> Bye,
> Viki
> 
> 
> 
> 
> 
> 



-- 
Sander Temme
scte...@apache.org
PGP FP: FC5A 6FC6 2E25 2DFD 8007  EE23 9BB8 63B0 F51B B88A





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to