Thanks a lot : Problem does not occure in other environment AW: File checkin hook work; http checkin hooks don't work : AW: SELInux disabled !AW: Problem with subversion hooks scripts under Linux Apache Dav
From: Korte, Michael Johannes <michael.korte_at_zeiss.com>
Date: Mon, 30 Jun 2014 14:23:58 +0000
Hello Philip Martin and Nico Kadel-Gracia,
thanks a lot for your support. It seems that it was really a problem. I tried the hooks (unchanged as I have saved them inbetween in subversion) today at a different machine (with more memory) and there all hook scripts work perfect. The Apache WebDav configuration is on both machines identical.
One last point, which I still not understand. In the link you sent, I saw that you got "Cannot allocate memory" in the apache log.
I saw at our machine (where the problem occurred) no error messages in the apache log.
Again thanks a lot for your support.
Best regards,
-----Ursprüngliche Nachricht-----
"Korte, Michael Johannes" <michael.korte_at_zeiss.com> writes:
> Warnung: Failed to start
I believe the "Failed to start" message means that Apache is failing to fork a child process and is not getting as far as attempting to run the hook script. One possibility is this memory problem:
in which case the solution is to allocate some swap or reduce the cache size.
Run "strace -f -p <NNN>" on the apache process and look for the clone() and execve() calls. That will confirm whether or not apache is forking and attempting to run the hook.
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2014-06-30 16:24:38 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.