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/04/07 21:50:37 UTC

DO NOT REPLY [Bug 7812] - Apache fails to start, log says: Invalid argument: Couldn't set permissions on cross-process lock

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=7812>.
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=7812

Apache fails to start, log says: Invalid argument: Couldn't set permissions on cross-process lock





------- Additional Comments From trawick@apache.org  2002-04-07 19:50 -------
Please verify that the User and Group directives are valid for your system.
These frequently have to be changed from the default (depending on the OS).

I think the failure is that Apache is trying to use an invalid user or group
id when setting accessibility to the SysV semaphore used for accept serialization.

Alternatively, change from the default of using SysV semaphores to fcntl 
locks by coding this in your config file:

AcceptMutex fcntl