You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/07/26 14:59:44 UTC

DO NOT REPLY [Bug 10631] - httpd-2.0.39 - Couldn't accept serialization lock file: Function not implemented

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10631>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10631

httpd-2.0.39 - Couldn't accept serialization lock file: Function not implemented

trawick@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From trawick@apache.org  2002-07-26 12:59 -------
You don't seem to have SysV semaphores enabled in your kernel.  
(If you are doubtful of this, run "strace -f apachectl start" to see
what syscall fails before Apache writes the log message and exits.
It is probably semget() or semctl().)

Put "AcceptMutex fcntl" in your httpd.conf to work around this problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org