Ian Holsman <[EMAIL PROTECTED]> writes:

> I have a issue with a linux box not having enough entropy and hanging
> on a call to apr_uuid_get (as it calls /dev/random)
> 
> I was wondering why we don't just use /proc/sys/kernel/random/uuid
> and use that for our uuid?

If you are building APR yourself, I believe you can pass
--with-devrandom=/dev/urandom to its configure script to solve this
problem.

Reply via email to