Am 09.09.2012 18:36, schrieb Toralf Förster:
> On 09/09/2012 02:48 PM, richard -rw- weinberger wrote:
>> On Sun, Sep 9, 2012 at 12:01 PM, Toralf Förster <toralf.foerster@...> wrote:
>>> Hi,
>>>
>>> with current git tree 3.6-rc5 I cannot longer start apache2 at a
>>> UML image with an unstable Gentoo Linux.
>>>
>>> The apache error log gives :
>>>
>>> [Sun Sep 09 11:53:25.225818 2012] [core:emerg] [pid 1054:tid 1078662848]
>>> (22)Invalid argument: AH00023: Couldn't create the rewrite-map mutex
>>> AH00016: Configuration Failed
>>
>> Can you please find out which system call is failing with EINVAL?
> I attached the output of
>
> strace -o /strace.out /usr/sbin/apache2 -D DEFAULT_VHOST -D INFO -D
> MANUAL -D SSL -D SSL_DEFAULT_VHOST -D LANGUAGE -D STATUS -D SUEXEC -D
> DOC -D PHP5 -k start
>
> Does it gives you the info ?
Kind of. semctl() fails for whatever reason.
semget(IPC_PRIVATE, 1, IPC_CREAT|0600) = 32769
semctl(32769, 0, IPC_64|SETVAL, 0xbfa05178) = -1 EINVAL (Invalid argument)
semctl(32769, 0, IPC_64|IPC_RMID, 0xbfa05158) = -1 EINVAL (Invalid argument)
>> A git bisect would also nice to have. :-)
>>
> ofc - although it needs a little bit time
Would be great. :-)
Apache2 works here fine...
Thanks,
//richard
|