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

Re: svn ci problem (hangs w/o error)

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-08-18 21:35:26 CEST

On 2004-08-18 11:48-0500, kfogel@collab.net wrote:
> "C. Michael Pilato" <cmpilato@collab.net> writes:
> > Markus Tacker <mtacker@itfuture.de> writes:
> > > Hoi Karl,
> > >
> > > how do I 'free up' /dev/random ?!
> >
> > By shutting down other applications that use it.
> >
> > Though, if your machine has a /dev/urandom, I recommend compiling
> > Apache/APR against that instead (using the
> > --with-devrandom=/dev/urandom configure flag).
>
> Or, try moving your mouse a *lot* when you commit, to generate more
> random data.

Or, depending your hardware and operating system, by installing
a harware random generator:

Linux Kernel:

Character devices -> Intel/AMD/VIA HW Random Number Generator support

CONFIG_HW_RANDOM:

   This driver provides kernel-side support for the Random Number
   Generator hardware found on Intel i8xx-based motherboards, AMD
   76x-based motherboards, and Via Nehemiah CPUs.

After that you will have a /dev/hw_random file, and you could use
'rngd' daemon to feed your /dev/random from /dev/hw_random.

Works like a charm here!

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 21:36:03 2004

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.