[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2837: create-node --listen=tor hangs with tor-0.2.8.8

Tahoe-LAFS trac at tahoe-lafs.org
Sun Oct 9 17:17:31 UTC 2016


#2837: create-node --listen=tor hangs with tor-0.2.8.8
------------------------------+---------------------------
     Reporter:  warner        |      Owner:
         Type:  defect        |     Status:  new
     Priority:  normal        |  Milestone:  undecided
    Component:  code-network  |    Version:  1.11.0
   Resolution:                |   Keywords:  anonymity tor
Launchpad Bug:                |
------------------------------+---------------------------

Comment (by meejah):

 All the "600"-level responses are async notifications (i.e. all the
 circuit_* etc stuff) -- so it sort of seems like Tor "isn't doing stuff"
 in the hanging case (or at least: not creating new circuits).

 You can try also something like:

 {{{
 def log_msg(msg):
     print("Tor: {}".format(msg))
 control_proto.add_event_listener("INFO", log_msg)
 control_proto.add_event_listener("DEBUG", log_msg)
 }}}

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2837#comment:1>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list