* [Michael Tinsay] > I think the problem is with retrieving random numbers > from /dev/random. Doing a cat /dev/random hangs. > Doing cat /dev/random on a TSL 2.2 box is ok. > > Should I put this in bugzilla?
If "cat /dev/random" _doesn't_ block or get very slow after a while (when the kernel runs out of entropy) you should definitely put it in bugzilla. For non-blocking (pseudo-)random generation that just goes on and on, use /dev/urandom. Øystein -- When in doubt: Recompile. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
