Guest User

Tor Log

a guest
Aug 21st, 2020
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. ### Start tor without the bridge
  2.  
  3. $ tor
  4. Aug 22 10:44:35.379 [notice] Tor 0.3.2.10 (git-0edaa32732ec8930) running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.1, Zlib 1.2.11, Liblzma 5.2.2, and Libzstd 1.3.3.
  5. Aug 22 10:44:35.379 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
  6. Aug 22 10:44:35.379 [notice] Read configuration file "/etc/tor/torrc".
  7. Aug 22 10:44:35.381 [notice] Scheduler type KIST has been enabled.
  8. Aug 22 10:44:35.381 [notice] Opening Socks listener on 127.0.0.1:9050
  9. Aug 22 10:44:35.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
  10. Aug 22 10:44:35.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
  11. Aug 22 10:44:35.000 [notice] Bootstrapped 0%: Starting
  12. Aug 22 10:44:35.000 [notice] Starting with guard context "default"
  13. Aug 22 10:44:36.000 [notice] Bootstrapped 5%: Connecting to directory server
  14. Aug 22 10:44:37.000 [notice] Bootstrapped 10%: Finishing handshake with directory server
  15. ^C
  16. Aug 22 10:45:26.000 [notice] Interrupt: exiting cleanly.
  17.  
  18. ### Enable the bridge in /etc/tor/torrc and start tor again
  19.  
  20. $ tor
  21. Aug 22 10:47:03.860 [notice] Tor 0.3.2.10 (git-0edaa32732ec8930) running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.1, Zlib 1.2.11, Liblzma 5.2.2, and Libzstd 1.3.3.
  22. Aug 22 10:47:03.860 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
  23. Aug 22 10:47:03.860 [notice] Read configuration file "/etc/tor/torrc".
  24. Aug 22 10:47:03.863 [notice] Scheduler type KIST has been enabled.
  25. Aug 22 10:47:03.863 [notice] Opening Socks listener on 127.0.0.1:9050
  26. Aug 22 10:47:03.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
  27. Aug 22 10:47:03.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
  28. Aug 22 10:47:04.000 [notice] Bootstrapped 0%: Starting
  29. Aug 22 10:47:04.000 [notice] Starting with guard context "bridges"
  30. Aug 22 10:47:04.000 [notice] Delaying directory fetches: No running bridges
  31. Aug 22 10:47:06.000 [notice] Bootstrapped 5%: Connecting to directory server
  32. Aug 22 10:47:06.000 [notice] Bootstrapped 10%: Finishing handshake with directory server
  33. Aug 22 10:47:06.000 [notice] Bootstrapped 15%: Establishing an encrypted directory connection
  34. Aug 22 10:47:06.000 [notice] Bootstrapped 20%: Asking for networkstatus consensus
  35. Aug 22 10:47:06.000 [notice] new bridge descriptor 'mybridge' (fresh): $bridgeId~mybridge at bridgeIp
  36. Aug 22 10:47:07.000 [notice] Bootstrapped 25%: Loading networkstatus consensus
  37. Aug 22 10:47:07.000 [notice] I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
  38. Aug 22 10:47:08.000 [notice] Bootstrapped 40%: Loading authority key certs
  39. Aug 22 10:47:08.000 [notice] Bootstrapped 45%: Asking for relay descriptors
  40. Aug 22 10:47:08.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/6601, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of exit bw = 0% of path bw.)
  41. Aug 22 10:47:08.000 [notice] Bootstrapped 50%: Loading relay descriptors
  42. Aug 22 10:47:12.000 [notice] Bootstrapped 57%: Loading relay descriptors
  43. Aug 22 10:47:12.000 [notice] Bootstrapped 66%: Loading relay descriptors
  44. Aug 22 10:47:12.000 [notice] Bootstrapped 72%: Loading relay descriptors
  45. Aug 22 10:47:12.000 [notice] Bootstrapped 80%: Connecting to the Tor network
  46. Aug 22 10:47:13.000 [notice] Bootstrapped 85%: Finishing handshake with first hop
  47. Aug 22 10:47:13.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
  48. Aug 22 10:47:15.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
  49. Aug 22 10:47:15.000 [notice] Bootstrapped 100%: Done
  50.  
  51. ### Remove the bridge and start tor again
  52.  
  53. $ tor
  54. Aug 22 10:47:36.662 [notice] Tor 0.3.2.10 (git-0edaa32732ec8930) running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.1, Zlib 1.2.11, Liblzma 5.2.2, and Libzstd 1.3.3.
  55. Aug 22 10:47:36.662 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
  56. Aug 22 10:47:36.662 [notice] Read configuration file "/etc/tor/torrc".
  57. Aug 22 10:47:36.664 [notice] Scheduler type KIST has been enabled.
  58. Aug 22 10:47:36.664 [notice] Opening Socks listener on 127.0.0.1:9050
  59. Aug 22 10:47:36.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
  60. Aug 22 10:47:36.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
  61. Aug 22 10:47:36.000 [notice] Bootstrapped 0%: Starting
  62. Aug 22 10:47:37.000 [notice] Starting with guard context "default"
  63. Aug 22 10:47:37.000 [notice] Bootstrapped 80%: Connecting to the Tor network
  64. ^C
  65. Aug 22 10:49:44.000 [notice] Interrupt: exiting cleanly.
  66.  
  67.  
Add Comment
Please, Sign In to add comment