[tor-bugs] #30284 [Applications/Tor Browser]: start fails with "Control port file not created"

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue May 7 10:41:48 UTC 2019


#30284: start fails with "Control port file not created"
------------------------------------------------+--------------------------
 Reporter:  belm0                               |          Owner:  tbb-team
     Type:  defect                              |         Status:
                                                |  needs_information
 Priority:  High                                |      Milestone:
Component:  Applications/Tor Browser            |        Version:
 Severity:  Normal                              |     Resolution:
 Keywords:  tbb-8.5-must, TorBrowserTeam201904  |  Actual Points:
Parent ID:                                      |         Points:
 Reviewer:                                      |        Sponsor:
------------------------------------------------+--------------------------

Comment (by gk):

 Hm, we could use more log output I guess. We fail somewhere here
 {{{
             LOG.info("Waiting for control port");
             boolean isCreated = controlPortFile.exists() ||
 controlPortFile.createNewFile();
             WriteObserver controlPortFileObserver =
 onionProxyContext.createControlPortFileObserver();
             if (!isCreated || (controlPortFile.length() == 0 &&
 !controlPortFileObserver.poll(config.getFileCreationTimeout(), SECONDS)))
 {
                 LOG.warn("Control port file not created");
 }}}
 sisbell: any ideas apart from creating a debug build with more logging
 enabled? (if not, could you create that build and make it available for
 echaskaris?)

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


More information about the tor-bugs mailing list