[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: chroot_server_problem!
Hi Oliver,
the - the following output is shown in the notice.log:
Aug 03 01:49:45.354 [warn] crypto_seed_rng(): Cannot seed RNG -- no
entropy source found.
/home/chrooted/tor/dev/random: File exists
/home/chrooted/tor/dev/urandom: File exists
I just looked in the source, the crypto_seed_rng() function tries to
open /dev/srandom, /dev/urandom, and /dev/random, in that order.
Try making sure anybody can read from them by chmod-ing them to 644...
Which OS are you running?
Marco