[tor-bugs] #28717 [Core Tor/Tor]: Tor stuck in 25% Loading networkstatus consensus

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Dec 5 14:22:26 UTC 2018


#28717: Tor stuck in 25% Loading networkstatus consensus
--------------------------+----------------------------------
 Reporter:  loskiq        |          Owner:  (none)
     Type:  defect        |         Status:  new
 Priority:  Medium        |      Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |        Version:  Tor: 0.3.4.9
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+----------------------------------

Comment (by teor):

 It looks like your obfs4 is only listening on IPv6:
 {{{
 Dec 04 08:12:04.000 [notice] Registered server transport 'obfs4' at
 '[::]:40635'
 }}}

 But your client is configured to connect via IPv4:
 {{{
 Bridge obfs4 79.103.124.21:40635 3E0CFCEE7183970DCC70ABC2D10518BC288BF0DE
 cert=ZzN5WrKqUZCkHYlb8gh0Ew1B5tMgO+oP60jxfar1r3A8yMH/syZ0T3td4x13VbEj1+G4EQ
 iat-mode=0
 }}}

 Unless you changed the IPv4 address to an IPv6 address when you redacted
 it.
 (Please don't change logs without telling us what you changed, it makes
 debugging much harder.)

 Can you check if port 40635 is open on IPv4, IPv6, or both?
 If it's open on IPv4, tor has a logging bug.

 If it's not, you can use ServerTransportListenAddress to set the correct
 address.
 And tor has a default IP version bug.

 Also, you probably don't need this torrc option, it doesn't do anything on
 most systems:
 HardwareAccel 1

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28717#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list