RE: svn update stuck in read() - matching svnserve process also in read()
From: Moritz Möller <m.moeller_at_bigpoint.net>
Date: Wed, 1 Apr 2009 21:50:01 +0200
Hi,
rngd is running on the machine and /proc/sys/kernel/random/entropy_avail is monitored. And if I'm not completely wrong the svn client is single threaded and the blocking call is on the network connection, and the server is multithreaded but in case of missing random entropy it should either wait in a futex or wait on a read() on /dev/*random.
To me it looks more like a protocol error. I will try to see if it also happens with svn+ssh or http protocols.
Best,
Moritz
-----Original Message-----
On Wed, Apr 1, 2009 at 6:38 PM, Moritz Möller <m.moeller_at_bigpoint.net> wrote:
Is the server headless? If so, it could be that it's reading from
HTH,
Erik.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.