Hello again,
In hopes of fixing an error on apache server crashing every time a commit is done, I upgraded my svn to:
svnadmin, version 1.6.17 (r1128011)
My openssl version is:
OpenSSL 0.9.7f 22 Mar 2005
And apache server:
Server version: Apache/2.0.54
So I downloaded the source for subversion and subversion-deps and compiled them:
./configure --with-ssl --with-libs=/usr/lib --prefix=/usr/local/src/subversion-1.6.17
make
make install
and now I get this error when I commit or svn list:
svn: SSL is not supported
any suggestion is highly appreciated.
Best regards,
Kathy
-----Original Message-----
From: Stefan Sperling [mailto:stsp_at_elego.de]
Sent: Tuesday, August 09, 2011 10:29 AM
To: Kathy Khaghani
Cc: 'users_at_subversion.apache.org'
Subject: Re: Transmitting file data .svn: Commit failed
On Tue, Aug 09, 2011 at 10:10:32AM -0700, Kathy Khaghani wrote:
> Stefan,
>
> Thank you so much for your fast response! To give you a bit more info, this error has been happening with every commit on this repository, I am the only one who uses it, and I read someplace that I could be timing out so I have set:
> SSLSessionCacheTimeout 3600
> And SVNPathAuthz off
>
> Also my apache server log says:
> [Fri Aug 05 13:19:12 2011] [notice] child pid 9127 exit signal Segmentation fault (11)
>
> Which again I have not found much useful information about.
The segmentation fault message means the server is crashing.
The client connection gets dropped when the crash happens.
You were saying you're using version 1.5.0 on Linux Fedora release 4.
That is very old, so I assume your setup was working for quite some
time. You should try to pinpoint which change on the server caused
this problem. Something must have changed recently.
As an aside, I'd highly recommend to upgrade your server to
Subversion 1.6.17 as soon as possible. The 1.5.x release series
will stop being supported soon (when 1.7.0 is released).
PROPRIETARY-CONFIDENTIAL INFORMATION INCLUDED
This electronic transmission, and any documents attached hereto, may contain confidential, proprietary and/or legally privileged information. The information is intended only for use by the recipient named above. If you received this electronic message in error, please notify the sender and delete the electronic message. Any disclosure, copying, distribution, or use of the contents of information received in error is strictly prohibited, and violators will be pursued legally.
Received on 2011-08-10 20:10:21 CEST