TBB 3.0 currently has a button to copy Tor logs to the clipboard. It's good enough to enable support by knowledgeable people, but it is also good to enable at least a minimal level of self-support.
One misconfiguration that can prevent Tor from working is clock-skew. Vidalia made a bright red message out of it. Having some feedback mechanism in TBB 3.0 for similar critical issues would be good.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
Just tried on TBB 3.0a3, setting time to more than 24h in the past. The message appear on the terminal, categorized as “warn”, but Tor Launcher gets stuck saying “Loading authority key certs”.
I still think showing the log in the browser (or an add-on window) is something nice to have. (#9516 (moved))
(I did not know that one can copy the log to the clipboard)
The second part of #9516 (moved) (which was an alternative) is most likely what this ticket is heading towards to.
We modified Tor Launcher to highlight the fact that tor generated a warning or error message. A caution / warning icon is added to the "Open Settings" button within the progress dialog. The same icon is also added to the "Copy Tor Log To Clipboard" button within the Network Settings dialog / wizard.
However, the solution is not perfect because the warning about clock skew is sometimes output by tor before Tor Launcher has opened a control port connection (which is how Tor Launcher receives the log messages from tor). I think we will need some advice from the tor developers to find a way to capture all of the log messages.
During the weekly Tor Browser dev meeting on IRC today, it was suggested that Tor Launcher might be able to detect clock skew by listening for CLOCK_SKEW events.
I would say this is the #1 usability problem in terms of user support mails that arrive to execdir@.
I guess that is not too surprising.
Kathy and I looked at adding support for CLOCK_SKEW events a couple of months ago but then got interrupted with other work. But if I remember correctly, we found that Tor Launcher misses the CLOCK_SKEW event that happens early during tor startup for the same reason Tor Launcher misses other things: it is not connected to the control port yet. That means our best hope at the moment for fixing this problem is #21542 (moved) (which would allow Tor Launcher to capture log messages via stderr).
In the user support mails, they are sending us the output of "copy logs to clipboard". Those logs come from events, right?
I think for many of the users, Tor is stuck in a loop where it tries to fetch a directory object, gets upset about its clock and aborts that try, and then does it again a little while later. So even if Tor Launcher misses the first few iterations of that loop, there are plenty more iterations after that.