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

Re: Commit & import hang (svnserve, fsfs)

From: Darren Croft <croftd.arb_at_gmail.com>
Date: Fri, 11 Sep 2009 17:42:21 -0600

I found the problem in some bug reports. My server had run out of entropy
and so svnserve was blocking on a call to /dev/random.

On that red hat release, entropy stops getting collected. One solution is
rebooting.

The solution I found was:

rm /dev/random
 mknod -m 644 /dev/random c 1 9
 chown root:root /dev/random

On Wed, Sep 9, 2009 at 2:49 AM, Bolstridge, Andrew <
andy.bolstridge_at_intergraph.com> wrote:

> 1. Check you are getting to the svnserve daemon, if not you have
> firewall or networking problems.
>
> 2. Check your hooks, typically I find my clients take a little while
> to return if they have a longer-running hook script.
>
>
>
>
>
> *From:* Darren Croft [mailto:croftd.arb_at_gmail.com]
> *Sent:* Tuesday, September 08, 2009 7:06 PM
> *To:* users_at_subversion.tigris.org
> *Subject:* Commit & import hang (svnserve, fsfs)
>
>
>
> We have a subversion repository with an FSFS back end. We use svnserve
> 1.4.6 running on Redhat ES 3. We normally use netbeans as the client.
>
> Unfortunately, the repository has stopped working and I'm having trouble
> tracking down the problem. Commits and imports from Netbeans hang (no error
> message, process must be killed). Running svn commit on the command line is
> the same. I have tried running svnserve -d --foreground and don't see any
> error messages on the console. I haven't found any subversion errors in the
> system log. Is there a subversion specific error log? I have run svnadmin
> recover on the server, and svn cleanup on the client but with no success.
>
> Anyone know what could be going on? Any suggestions of where to look for
> more information or error messages, or other things I can try?
>
> Thanks,
> Darren
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2393752

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-12 01:43:20 CEST

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.