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

Re: FYI: Using subversion under FreeBSD 4.9-STABLE

From: Gareth McCaughan <gareth.mccaughan_at_pobox.com>
Date: 2003-11-28 22:19:09 CET

On Wednesday 26 November 2003 11:05 pm, Barry Pederson wrote:

> Maybe you should try using the FreeBSD "rndcontrol" program to help
> /dev/random come up with data more quickly.
>
> In my case, I looked at dmesg to find that my Ethernet card used IRQ 10,
> and then created this script as /etc/rc.local:
>
> ---------
> #!/bin/sh
>
> #
> # Give /dev/random something to chew on, otherwise subversion chokes
> # when trying to commit
> #
> rndcontrol -s 10
> ---------

Better (at least on recent versions of FreeBSD; I don't know whether
this has always been there) is to add

    rnd_irqs="10"

to /etc/rc.conf .

-- 
Gareth McCaughan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 28 22:17:59 2003

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.