「申し訳ありませんが、Tor を使用していません」というエラー メッセージが表示されるのはなぜですか?

「申し訳ありませんが、Tor を使用していません」というエラー メッセージが表示されるのはなぜですか?

Linuxデスクトップから、盲目的に以下の手順を実行しました。ステップ1: apt-getを使用してTorをインストールしました。ステップ2: FirefoxにTor拡張機能を追加しました。ステップ3: FFで、Torブラウザで開きます。ステップ4:「最後の一歩」 ステップ 5: 接続を確認すると、「ネイティブ クライアントは 0.6.7 です」と表示されます。ステップ 6:https://check.torproject.org/私はTORにいないと言う

ターミナルのオンラインアドバイスに基づくと (どう解釈したらよいかわかりませんが)、

$ sudo service tor stop
$ tor
Apr 13 21:22:29.494 [notice] Tor 0.2.9.14 running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.2g and Zlib 1.2.8.
Apr 13 21:22:29.494 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Apr 13 21:22:29.494 [notice] Read configuration file "/etc/tor/torrc".
Apr 13 21:22:29.497 [notice] Opening Socks listener on 127.0.0.1:9050
Apr 13 21:22:29.000 [notice] Bootstrapped 0%: Starting
Apr 13 21:22:30.000 [notice] Bootstrapped 5%: Connecting to directory server
Apr 13 21:22:30.000 [notice] Bootstrapped 10%: Finishing handshake with directory server
Apr 13 21:22:31.000 [notice] Bootstrapped 15%: Establishing an encrypted directory connection
Apr 13 21:22:31.000 [notice] Bootstrapped 20%: Asking for networkstatus consensus
Apr 13 21:22:31.000 [notice] Bootstrapped 25%: Loading networkstatus consensus
Apr 13 21:22:32.000 [notice] I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
^[[AApr 13 21:22:33.000 [notice] Bootstrapped 40%: Loading authority key certs
^[[AApr 13 21:22:33.000 [notice] Bootstrapped 45%: Asking for relay descriptors
Apr 13 21:22:33.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/6362, 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.)
Apr 13 21:22:33.000 [notice] Bootstrapped 50%: Loading relay descriptors
Apr 13 21:22:35.000 [notice] Bootstrapped 55%: Loading relay descriptors
Apr 13 21:22:35.000 [notice] Bootstrapped 61%: Loading relay descriptors
Apr 13 21:22:36.000 [notice] Bootstrapped 71%: Loading relay descriptors
Apr 13 21:22:36.000 [notice] Bootstrapped 80%: Connecting to the Tor network
Apr 13 21:22:36.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
Apr 13 21:22:37.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Apr 13 21:22:37.000 [notice] Bootstrapped 100%: Done
^CApr 13 21:28:58.000 [notice] Interrupt: exiting cleanly.

ここに画像の説明を入力してください

どのような手順を見逃しましたか? 問題を解決するために、さらにどのような手順を実行できますか?

答え1

Tor ブラウザ バンドルは Tor プロジェクトから直接入手した方がよいでしょう。ポータブルです。目的に合わせて最適化されています。メンテナンスも行き届いています。簡単で、失敗しにくいです。拡張機能を追加したり設定を変更したりすることもできますが、少なくとも健全な状態から始めることができます。ただし、変更には注意してください。tor のディストリビューションのリポジトリ バージョンが最新であるとは信じられませんし、ブラウザ拡張機能も信じられません。tor の開発者は自分のやっていることをわかっています。他の設定をいじるのは、本当に専門家の仕事です。

関連情報