[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Re: svnserve hangs during password check

From: <y.karal_at_eos-it-services.com>
Date: 2005-08-23 11:49:50 CEST

Hello Roman,
hello Dave,

> Check out (not SVN speaking :) )
> http://subversion.tigris.org/servlets/SearchList?list=users&searchText
=%2Fdev%2Frandom&defaultField=subject&Search=Search
>
> It may solve your problem, else, post back on the list.

Yes, thats it!

I found it myself (I'm very pround right now :-) ) about 20 Minutes ago!
I will compile APR with /dev/urandom and not /dev/random!
"mv /dev/random /dev/random.bak" and "ln -s /dev/urandom /dev/random"
works, too,
but I'm not shure if other programms will crash (don't know the difference
between /dev/randowm /dev/urandom)!

Maybe this is the reason why Apache hang (about six months ago) and I
decided to use svnserver
instead of mod_dav_svn!? I will test that, too!

!! Thanks for your help !!

Yildirim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 23 12:22:15 2005

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.