Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的钩子突然停止工作。一切工作正常,突然停止 - 没有对 env 进行任何更新。任何。
除此之外,钩子在 shell 中作为 apache 用户执行时有效,但在通过 apache http 提交时无效。
所有的特权都很好,正如我首先写的那样,在相同的设置下工作正常......有什么想法吗?
颠覆版:1.6.6 阿帕奇版:2.2.3
即这是我们测试的一个钩子:
#!/bin/sh /bin/touch /tmp/svn-hook-worked
好的,所以问题与一些不同但以某种方式相关的东西有关。
我已经在 syslog-nd 中为邮件设置了 /dev/null ,结果发现 /dev/null 的所有权更改为 root ,因此 svn 和其他东西无法使用它,这导致了上述问题。
干杯,/马辛