Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I set [Limit exit countries] to [Japan] and press the [start] button, it stops at [connecting 50%] and I can't connect. #97

Open
Tripoli854 opened this issue Nov 24, 2024 · 0 comments

Comments

@Tripoli854
Copy link

I'm having trouble with the problem in the title. Please tell me why I can't connect.

Version

iPad 8th generation
iPadOS 18.1.1 (22B91)
Orbot 1.7.2, build 50

Procedure and phenomenon

  1. Set [Limit exit countries] to [Japan] in Orbot.
  2. Press the [start] button.
  3. It stops at [connecting 50%] and I can't connect. The tor log at this time is as follows.

Nov 23 13:23:29.000 [notice] Tor 0.4.8.12 opening new log file.
Nov 23 13:23:29.711 [notice] We compiled with OpenSSL 30300020: OpenSSL 3.3.2 3 Sep 2024 and we are running with OpenSSL 30300020: 3.3.2. These two versions should be binary compatible.
Nov 23 13:23:29.760 [notice] Tor 0.4.8.12 running on Darwin with Libevent 2.1.12-stable, OpenSSL 3.3.2, Zlib 1.2.12, Liblzma N/A, Libzstd N/A and Unknown N/A as libc.
Nov 23 13:23:29.760 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Nov 23 13:23:29.761 [notice] Configuration file "/private/var/mobile/Containers/Data/PluginKitPlugin/4CF7AF1E-AD15-4F42-AB83-33E26D276E0E/.torrc" not present, using reasonable defaults.
Nov 23 13:23:29.763 [warn] MaxMemInQueues is set to a low value; if your client doesn't work, this may be the reason why.
Nov 23 13:23:29.767 [notice] Opening Socks listener on 127.0.0.1:0
Nov 23 13:23:29.767 [notice] Socks listener listening on port 49154.
Nov 23 13:23:29.767 [notice] Opened Socks listener connection (ready) on 127.0.0.1:49154
Nov 23 13:23:29.767 [notice] Opening DNS listener on 127.0.0.1:0
Nov 23 13:23:29.767 [notice] DNS listener listening on port 54562.
Nov 23 13:23:29.767 [notice] Opened DNS listener connection (ready) on 127.0.0.1:54562
Nov 23 13:23:29.767 [notice] Opening Control listener on 127.0.0.1:0
Nov 23 13:23:29.767 [notice] Control listener listening on port 49155.
Nov 23 13:23:29.767 [notice] Opened Control listener connection (ready) on 127.0.0.1:49155
Nov 23 13:23:29.000 [warn] {GENERAL} Failed to open GEOIP file /Users/berhart/Library/Developer/Xcode/DerivedData/Orbot-bjvnioxedbdotifemsawwifvwsqz/Build/Intermediates.noindex/ArchiveIntermediates/Orbot/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/tor-arm64/share/tor/geoip.
Nov 23 13:23:29.000 [warn] {GENERAL} We've been configured to use (or avoid) nodes in certain countries, and we need GEOIP information to figure out which ones they are.
Nov 23 13:23:29.000 [warn] {GENERAL} Failed to open GEOIP file /Users/berhart/Library/Developer/Xcode/DerivedData/Orbot-bjvnioxedbdotifemsawwifvwsqz/Build/Intermediates.noindex/ArchiveIntermediates/Orbot/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/tor-arm64/share/tor/geoip6.
Nov 23 13:23:29.000 [warn] {GENERAL} We've been configured to use (or avoid) nodes in certain countries, and we need GEOIP information to figure out which ones they are.
Nov 23 13:23:29.000 [notice] {CONTROL} Bootstrapped 0% (starting): Starting
Nov 23 13:23:29.000 [notice] {GUARD} Starting with guard context "default"
Nov 23 13:23:30.000 [notice] {CONTROL} New control connection opened from 127.0.0.1.
Nov 23 13:23:30.000 [notice] {CONTROL} Bootstrapped 5% (conn): Connecting to a relay
Nov 23 13:23:31.000 [notice] {CONTROL} Bootstrapped 10% (conn_done): Connected to a relay
Nov 23 13:23:31.000 [notice] {CONTROL} Bootstrapped 14% (handshake): Handshaking with a relay
Nov 23 13:23:32.000 [notice] {CONTROL} Bootstrapped 15% (handshake_done): Handshake with a relay done
Nov 23 13:23:32.000 [notice] {CONTROL} Bootstrapped 20% (onehop_create): Establishing an encrypted directory connection
Nov 23 13:23:32.000 [notice] {CONTROL} Bootstrapped 25% (requesting_status): Asking for networkstatus consensus
Nov 23 13:23:33.000 [notice] {CONTROL} Bootstrapped 30% (loading_status): Loading networkstatus consensus
Nov 23 13:23:38.000 [notice] {DIR} I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
Nov 23 13:23:39.000 [notice] {CONTROL} Bootstrapped 40% (loading_keys): Loading authority key certs
Nov 23 13:23:40.000 [notice] {NET} The current consensus has no exit nodes. Tor can only build internal paths, such as paths to onion services.
Nov 23 13:23:40.000 [notice] {CONTROL} Bootstrapped 45% (requesting_descriptors): Asking for relay descriptors
Nov 23 13:23:40.000 [notice] {DIR} I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/7870, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of end bw (no exits in consensus, using mid) = 0% of path bw.)
Nov 23 13:23:41.000 [notice] {CONTROL} Bootstrapped 50% (loading_descriptors): Loading relay descriptors
Nov 23 13:23:45.000 [notice] {GENERAL} We're low on memory (cell queues total alloc: 528 buffer total alloc: 10493952, tor compress total alloc: 0 (zlib: 0, zstd: 0, lzma: 0), rendezvous cache total alloc: 0). Killing circuits withover-long queues. (This behavior is controlled by MaxMemInQueues.)
Nov 23 13:23:45.000 [notice] {GENERAL} Removed 6775312 bytes by killing 1 circuits; 3 circuits remain alive. Also killed 0 non-linked directory connections. Killed 0 edge connections
Nov 23 13:23:46.000 [notice] {NET} The current consensus contains exit nodes. Tor can build exit and internal paths.
Nov 23 13:37:10.000 [notice] {GENERAL} Your system clock just jumped 334 seconds forward; assuming established circuits no longer work.

By the way, if I do the same thing again after this, it stops at [connecting 50%] and I can't connect, but the log contents have changed to the following.

Nov 23 13:37:54.000 [notice] Tor 0.4.8.12 opening new log file.
Nov 23 13:37:54.348 [notice] We compiled with OpenSSL 30300020: OpenSSL 3.3.2 3 Sep 2024 and we are running with OpenSSL 30300020: 3.3.2. These two versions should be binary compatible.
Nov 23 13:37:54.367 [notice] Tor 0.4.8.12 running on Darwin with Libevent 2.1.12-stable, OpenSSL 3.3.2, Zlib 1.2.12, Liblzma N/A, Libzstd N/A and Unknown N/A as libc.
Nov 23 13:37:54.367 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Nov 23 13:37:54.367 [notice] Configuration file "/private/var/mobile/Containers/Data/PluginKitPlugin/4CF7AF1E-AD15-4F42-AB83-33E26D276E0E/.torrc" not present, using reasonable defaults.
Nov 23 13:37:54.371 [warn] MaxMemInQueues is set to a low value; if your client doesn't work, this may be the reason why.
Nov 23 13:37:54.376 [notice] Opening Socks listener on 127.0.0.1:0
Nov 23 13:37:54.376 [notice] Socks listener listening on port 49162.
Nov 23 13:37:54.376 [notice] Opened Socks listener connection (ready) on 127.0.0.1:49162
Nov 23 13:37:54.377 [notice] Opening DNS listener on 127.0.0.1:0
Nov 23 13:37:54.377 [notice] DNS listener listening on port 52668.
Nov 23 13:37:54.377 [notice] Opened DNS listener connection (ready) on 127.0.0.1:52668
Nov 23 13:37:54.377 [notice] Opening Control listener on 127.0.0.1:0
Nov 23 13:37:54.377 [notice] Control listener listening on port 49163.
Nov 23 13:37:54.377 [notice] Opened Control listener connection (ready) on 127.0.0.1:49163
Nov 23 13:37:54.000 [warn] {GENERAL} Failed to open GEOIP file /Users/berhart/Library/Developer/Xcode/DerivedData/Orbot-bjvnioxedbdotifemsawwifvwsqz/Build/Intermediates.noindex/ArchiveIntermediates/Orbot/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/tor-arm64/share/tor/geoip.
Nov 23 13:37:54.000 [warn] {GENERAL} We've been configured to use (or avoid) nodes in certain countries, and we need GEOIP information to figure out which ones they are.
Nov 23 13:37:54.000 [warn] {GENERAL} Failed to open GEOIP file /Users/berhart/Library/Developer/Xcode/DerivedData/Orbot-bjvnioxedbdotifemsawwifvwsqz/Build/Intermediates.noindex/ArchiveIntermediates/Orbot/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/tor-arm64/share/tor/geoip6.
Nov 23 13:37:54.000 [warn] {GENERAL} We've been configured to use (or avoid) nodes in certain countries, and we need GEOIP information to figure out which ones they are.
Nov 23 13:37:54.000 [notice] {CONTROL} Bootstrapped 0% (starting): Starting
Nov 23 13:37:54.000 [notice] {GUARD} Starting with guard context "default"
Nov 23 13:37:55.000 [notice] {CONTROL} New control connection opened from 127.0.0.1.
Nov 23 13:37:55.000 [notice] {CONTROL} Bootstrapped 5% (conn): Connecting to a relay
Nov 23 13:37:55.000 [notice] {CONTROL} Bootstrapped 10% (conn_done): Connected to a relay
Nov 23 13:37:56.000 [notice] {CONTROL} Bootstrapped 14% (handshake): Handshaking with a relay
Nov 23 13:37:57.000 [notice] {CONTROL} Bootstrapped 15% (handshake_done): Handshake with a relay done
Nov 23 13:37:57.000 [notice] {CONTROL} Bootstrapped 20% (onehop_create): Establishing an encrypted directory connection
Nov 23 13:37:57.000 [notice] {CONTROL} Bootstrapped 25% (requesting_status): Asking for networkstatus consensus
Nov 23 13:37:57.000 [notice] {CONTROL} Bootstrapped 30% (loading_status): Loading networkstatus consensus
Nov 23 13:38:01.000 [notice] {DIR} I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
Nov 23 13:38:01.000 [notice] {CONTROL} Bootstrapped 40% (loading_keys): Loading authority key certs
Nov 23 13:38:02.000 [notice] {NET} The current consensus has no exit nodes. Tor can only build internal paths, such as paths to onion services.
Nov 23 13:38:02.000 [notice] {CONTROL} Bootstrapped 45% (requesting_descriptors): Asking for relay descriptors
Nov 23 13:38:02.000 [notice] {DIR} I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/7870, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of end bw (no exits in consensus, using mid) = 0% of path bw.)
Nov 23 13:38:04.000 [notice] {CONTROL} Bootstrapped 50% (loading_descriptors): Loading relay descriptors
Nov 23 13:38:17.000 [notice] {GENERAL} We're low on memory (cell queues total alloc: 1056 buffer total alloc: 10526720, tor compress total alloc: 0 (zlib: 0, zstd: 0, lzma: 0), rendezvous cache total alloc: 0). Killing circuits withover-long queues. (This behavior is controlled by MaxMemInQueues.)
Nov 23 13:38:17.000 [notice] {GENERAL} Removed 6443008 bytes by killing 1 circuits; 4 circuits remain alive. Also killed 0 non-linked directory connections. Killed 1 edge connections
Nov 23 13:38:17.000 [warn] {BUG} connection_edge_about_to_close: Bug: (Harmless.) Edge connection (marked at src/core/or/circuitlist.c:2747) hasn't sent end yet? (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} tor_bug_occurred_: Bug: src/core/or/connection_edge.c:1086: connection_edge_about_to_close: This line should not have been reached. (Future instances of this warning will be silenced.) (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: Tor 0.4.8.12: Line unexpectedly reached at connection_edge_about_to_close at src/core/or/connection_edge.c:1086. Stack trace: (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 0 Tor 0x000000010363a9b4 log_backtrace_impl + 104 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 1 Tor 0x0000000103648090 tor_bug_occurred_ + 324 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 2 Tor 0x000000010355e2ac connection_ap_about_to_close + 140 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 3 Tor 0x00000001035bc550 connection_unlink + 40 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 4 Tor 0x00000001035bc160 close_closeable_connections + 104 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 5 Tor 0x00000001034224d0 event_persist_closure + 884 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 6 Tor 0x000000010342191c event_process_active_single_queue + 696 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 7 Tor 0x000000010341aab8 event_process_active + 388 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 8 Tor 0x0000000103419388 event_base_loop + 820 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 9 Tor 0x00000001035bbd78 do_main_loop + 328 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 10 Tor 0x00000001035b8020 tor_run_main + 312 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 11 Tor 0x00000001031f2750 -[TORThread main] + 228 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 12 Foundation 0x00000001954616c8 6D0212CC-3B9E-32C9-BE20-72989CE3ACB8 + 820936 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 13 libsystem_pthread.dylib 0x000000021ebd537c _pthread_start + 136 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} Bug: 14 libsystem_pthread.dylib 0x000000021ebd0494 thread_start + 8 (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} connection_ap_about_to_close: Bug: Closing stream (marked at src/core/or/circuitlist.c:2747) without sending back a socks reply. (on Tor 0.4.8.12 )
Nov 23 13:38:17.000 [warn] {BUG} connection_ap_about_to_close: Bug: Closing stream (marked at src/core/or/circuitlist.c:2747) without having set end_reason. (on Tor 0.4.8.12 )
Nov 23 13:38:18.000 [notice] {NET} The current consensus contains exit nodes. Tor can build exit and internal paths.
Nov 23 14:17:56.000 [notice] {GENERAL} Your system clock just jumped 900 seconds forward; assuming established circuits no longer work.
Nov 23 14:38:08.000 [notice] {GENERAL} Your system clock just jumped 1119 seconds forward; assuming established circuits no longer work.
Nov 23 15:03:11.000 [notice] {GENERAL} Your system clock just jumped 1410 seconds forward; assuming established circuits no longer work.
Nov 23 15:03:15.000 [notice] {DIR} I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 7838/7862, and can only build 0% of likely paths. (We have 99% of guards bw, 99% of midpoint bw, and 0% of exit bw = 0% of path bw.)
Nov 23 15:07:26.000 [notice] {GENERAL} Your system clock just jumped 162 seconds forward; assuming established circuits no longer work.

The exact procedure above is as follows.

  1. Press the [stop] button.
  2. Press the [start] button.

If you need any other information, please let me know.
Thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant