Re: E165001 pre-commit hook failed

2016-07-31 Thread Patrik Jonsson
No, SElinux isn't installed. I figured it out, finally. It was pretty obscure: The ssh login is done as user X, which then force-executes the svnserve wrapper using sudo to the www-data user. When svnserve attempts to execute the hook, one of the things done in the call to svn_io_start_cmd3 is to

Re: E165001 pre-commit hook failed

2016-07-31 Thread Nico Kadel-Garcia
On Sun, Jul 31, 2016 at 11:15 PM, David Chapman wrote: > On 7/31/2016 2:30 PM, Patrik Jonsson wrote: >> >> Hi all, >> >> I've been banging my head against this problem for a day and I need some >> help. We recently updated the machine hosting our svn repo, and this broke >> commits using svn+ssh.

Re: E165001 pre-commit hook failed

2016-07-31 Thread David Chapman
On 7/31/2016 2:30 PM, Patrik Jonsson wrote: Hi all, I've been banging my head against this problem for a day and I need some help. We recently updated the machine hosting our svn repo, and this broke commits using svn+ssh. Here's the setup: * Machine runs debian 3.16.7, svn 1.8.10. * svn r