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.foers...@gmx.de> 
>> 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



Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to