[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

chroot_server_problem!



Hi!

I´ am trying to get my tor-server up and running and i used the howto described here:

http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor

That worked for me as long as i didn´t reboot the machine :-/
After the reboot i created manually the devfs and /dev/null as described there.


But when i try to start tor with the command:
chroot -u _tor -g _tor /home/chrooted/tor /bin/tor -f /etc/tor/torrc

the - the following output is shown in the notice.log:



Aug 03 01:49:45.325 [notice] Tor 0.1.0.12 opening log file.
Aug 03 01:49:45.326 [notice] Initialized libevent version 1.1a using method kqueue
Aug 03 01:49:45.354 [warn] crypto_seed_rng(): Cannot seed RNG -- no entropy source found.
Aug 03 01:49:45.370 [err] tor_init(): Unable to seed random number generator. Exiting.





And in the debug.log there is this information:




Aug 03 10:56:37.075 [notice] Tor v0.1.0.12. This is experimental software. Do not rely on it for strong anonymity.
Aug 03 10:56:41.233 [notice] Initialized libevent version 1.1a using method kqueue
Aug 03 10:56:41.250 [info] set_max_file_descriptors(): Raising max file descriptors from 128 to 1024.
Aug 03 10:56:41.252 [info] connection_add(): new conn type OR listener, socket 5, nfds 1.
Aug 03 10:56:41.253 [debug] connection_create_listener(): OR listener listening on port 9001.
Aug 03 10:56:41.253 [info] connection_add(): new conn type App listener, socket 6, nfds 2.
Aug 03 10:56:41.254 [debug] connection_create_listener(): App listener listening on port 9050.
Aug 03 10:56:41.255 [debug] spawn_dnsworker(): just spawned a worker.
Aug 03 10:56:41.257 [info] _connection_free(): closing fd 5.
Aug 03 10:56:41.259 [info] connection_add(): new conn type DNS worker, socket 7, nfds 3.
Aug 03 10:56:41.259 [info] _connection_free(): closing fd 6.
Aug 03 10:56:41.261 [debug] spawn_dnsworker(): just spawned a worker.
Aug 03 10:56:41.263 [info] _connection_free(): closing fd 5.
Aug 03 10:56:41.265 [info] connection_add(): new conn type DNS worker, socket 8, nfds 4.
Aug 03 10:56:41.266 [info] _connection_free(): closing fd 6.
Aug 03 10:56:41.267 [debug] spawn_dnsworker(): just spawned a worker.
Aug 03 10:56:41.268 [info] _connection_free(): closing fd 7.
Aug 03 10:56:41.270 [info] _connection_free(): closing fd 5.
Aug 03 10:56:41.271 [info] connection_add(): new conn type DNS worker, socket 9, nfds 5.
Aug 03 10:56:41.273 [info] _connection_free(): closing fd 6.
Aug 03 10:56:41.292 [warn] crypto_seed_rng(): Cannot seed RNG -- no entropy source found.
Aug 03 10:56:41.293 [info] _connection_free(): closing fd 7.
Aug 03 10:56:41.294 [info] _connection_free(): closing fd 8.
Aug 03 10:56:41.310 [err] tor_init(): Unable to seed random number generator. Exiting.
Aug 03 10:56:41.331 [info] dnsworker_main(): DNS worker exiting because Tor process closed connection (either pruned idle dnsworker or died).
Aug 03 10:56:41.332 [info] dnsworker_main(): DNS worker exiting because Tor process closed connection (either pruned idle dnsworker or died).
Aug 03 10:56:41.332 [info] dnsworker_main(): DNS worker exiting because Tor process closed connection (either pruned idle dnsworker or died).


Please can someone help me to fix this problem! I want to be an Exit ;-)

Thanks a lot,

Oliver