Hi John, No firewall rules applied on the box. I run apache and other listeners
applications from the b0x.
its loop the "info" message like this:
=============================
Mar 13 20:24:30.509 [info] update_router_descriptor_client_downloads(): Not
enough networkstatus documents to launch requests
.
Mar 13 20:24:41.519 [info] update_router_descriptor_client_downloads(): Not
enough networkstatus documents to launch requests
.
Mar 13 20:24:45.531 [debug] conn_read_callback(): socket 4 wants to read.
Mar 13 20:24:45.531 [debug] conn_close_if_marked(): Cleaning up connection (fd
-1).
Mar 13 20:24:45.531 [info] connection_dir_request_failed(): Giving up on
directory server at '18.244.0.114'; retrying
Mar 13 20:24:45.531 [debug] connection_remove(): removing socket -1 (type
Directory), nfds now 2
Mar 13 20:24:46.523 [info] update_router_have_minimum_dir_info(): We have 0 of
5 network statuses, and we want more than 2.
Mar 13 20:24:52.528 [info] update_router_descriptor_client_downloads(): Not
enough networkstatus documents to launch requests
.
Mar 13 20:25:03.537 [info] update_router_descriptor_client_downloads(): Not
enough networkstatus documents to launch requests
.
Mar 13 20:25:12.548 [info] update_networkstatus_client_downloads(): For 5/5
running directory servers, we have 0 live network
-status documents. Downloading 5.
Mar 13 20:25:12.548 [info] router_pick_directory_server(): No reachable router
entries for dirservers. Trying them all again.
Mar 13 20:25:12.548 [info] router_pick_directory_server(): Still no reachable
router entries. Reloading and trying again.
Mar 13 20:25:12.548 [info] read_file_to_str(): Could not stat
"/root/.tor/cached-routers".
Mar 13 20:25:12.549 [info] read_file_to_str(): Could not stat
"/root/.tor/cached-routers.new".
It looks like you are running tor as root; I don't think this is
recommended. In any case, as root, try this:
wget http://18.244.0.188:9031/tor/status/authority
If this command successfully pulls down a network status document, then
tor should be able to do the same.
If you still aren't able to diagnose the problem, try downloading and
building the latest tor from source; however, this time make sure you
do it as a normal user.
-James