2003-01-15 12:35:06

by Helge Hafting

[permalink] [raw]
Subject: Re: Repeatable scheduling oddity in 2.5.5x? SOLVED

Oliver Neukum wrote:
>
> > Is there anything more I could do to try tracking this down?
> > I have no problems repeating it.
>
> Could it be that your tasks are blocking on /dev/random ?

Yuck, that was the problem. I moved /dev/random
out of the way and created a link to urandom, and no more stalls.

Wonder what a conversion utility needs random numbers for at all,
and they surely don't need cryptographically secure ones.

Helge Hafting