You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mike Dewhirst <mi...@dewhirst.com.au> on 2005/03/07 23:59:40 UTC

Progress installing svn (Was: rusty razorblade)

Sean

Thank you for your notes. I haven't followed them adequately because I'm 
getting a connection error ...

(Konqueror) http://localhost/repos/testing --- gives Connection to host 
localhost is broken

and via TortoiseSVN on a WinXP machine on selecting Import, after entering 
the URL ...

http://192.168.0.11/repos/testing --- gives PROPFIND request failed on 
'/repos'/testing ... Could not read status line: connection was closed by 
server. (http://192.168.0.11)

I have checked all the conf files and I think they are all OK.

Any ideas?

TIA

Mike

At 06:51 pm 7/03/2005, Sean Moss-Pultz wrote:
>I've attached my notes on how to install using the same setup as you. Hope 
>they help you.
>
>-Sean
>
>On 7 Mar 05, at 11:48 AM, Mike Dewhirst wrote:
>
>>I'm trying to get subversion happening with Apache2 on a SuSE 9.1 machine 
>>but have run into a (mental) block.
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Progress installing svn (Was: rusty razorblade)

Posted by Eric Penfold <er...@eponus.com>.
Mike Dewhirst wrote:
> Ben
> At 11:26 am 8/03/2005, Ben Collins-Sussman wrote:
> 
>> On Mar 7, 2005, at 5:59 PM, Mike Dewhirst wrote:
>>
>>>  Could not read status line: connection was closed by server. 
>>> (http://192.168.0.11)
>>
>> This message usually means that the httpd process crashed.  Look at 
>> the apache errorlog for details.
> 
> Finally found the log. Should have thought of it before asking - but I'm 
> none the wiser at the moment. Here are the last few lines ...
> 
> [Tue Mar 08 10:40:47 2005] [warn] Init: Session Cache is not configured 
> [hint: SSLSessionCache]
> [Tue Mar 08 10:40:47 2005] [notice] suEXEC mechanism enabled (wrapper: 
> /usr/sbin/suexec2)
> [Tue Mar 08 10:40:48 2005] [notice] Apache/2.0.49 (Linux/SuSE) 
> configured -- resuming normal operations
> [Tue Mar 08 10:41:19 2005] [notice] child pid 14808 exit signal 
> Segmentation fault (11)
> .. more like that ...
> [Tue Mar 08 11:03:30 2005] [notice] child pid 14967 exit signal 
> Segmentation fault (11)
> [Tue Mar 08 11:04:48 2005] [notice] caught SIGTERM, shutting down
> 
> Could give me a hint about SSLSessionCache please?

The hint is that it wants to be set - although not doing so is unlikely 
to cause this particular crash, especially as you dont seem to be using 
https.

For more info, see:
http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslsessioncache

It defaults to "none", if not specified;
My vanilla FreeBSD Apache2 installs have it set to:

SSLSessionCache         dbm:/var/run/ssl_scache

> 
> Thanks
> 
> Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Progress installing svn (Was: rusty razorblade)

Posted by Mike Dewhirst <mi...@dewhirst.com.au>.
Ben
At 11:26 am 8/03/2005, Ben Collins-Sussman wrote:
>On Mar 7, 2005, at 5:59 PM, Mike Dewhirst wrote:
>>  Could not read status line: connection was closed by server. 
>> (http://192.168.0.11)
>This message usually means that the httpd process crashed.  Look at the 
>apache errorlog for details.

Finally found the log. Should have thought of it before asking - but I'm 
none the wiser at the moment. Here are the last few lines ...

[Tue Mar 08 10:40:47 2005] [warn] Init: Session Cache is not configured 
[hint: SSLSessionCache]
[Tue Mar 08 10:40:47 2005] [notice] suEXEC mechanism enabled (wrapper: 
/usr/sbin/suexec2)
[Tue Mar 08 10:40:48 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured 
-- resuming normal operations
[Tue Mar 08 10:41:19 2005] [notice] child pid 14808 exit signal 
Segmentation fault (11)
.. more like that ...
[Tue Mar 08 11:03:30 2005] [notice] child pid 14967 exit signal 
Segmentation fault (11)
[Tue Mar 08 11:04:48 2005] [notice] caught SIGTERM, shutting down

Could give me a hint about SSLSessionCache please?

Thanks

Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Progress installing svn (Was: rusty razorblade)

Posted by Ben Collins-Sussman <su...@collab.net>.
On Mar 7, 2005, at 5:59 PM, Mike Dewhirst wrote:

>  Could not read status line: connection was closed by server. 
> (http://192.168.0.11)
>
>

This message usually means that the httpd process crashed.  Look at the 
apache errorlog for details.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org