
DRuggeri at primary
Mar 11, 2012, 1:41 PM
Post #2 of 2
(194 views)
Permalink
|
|
Re: "no space left on device couldn't create the XXX mutex"
[In reply to]
|
|
On 3/11/2012 1:51 PM, Tianyin Xu wrote: > Is there some bugs in Apache that lead to this problem? I've > encountered this problem two times. My understanding of the root of the problem is not the best, but I believe this is because of how Linux does locking. Typically, this should *only* happen if a process obtains a lock but crashes before it can be released. Otherwise, a well-behaved httpd server will not have this issue - it is quite good at cleaning up after itself. -- Daniel Ruggeri --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|