attempt to address ticket 4219.
Andrew Lewman

Andrew Lewman commited on 2011-10-25 20:14:53
Zeige 1 geänderte Dateien mit 10 Einfügungen und 58 Löschungen.

... ...
@@ -78,8 +78,8 @@
78 78
     that mean?</a></li>
79 79
     <li><a href="#Logs">How do I set up logging, or see Tor's
80 80
     logs?</a></li>
81
-    <li><a href="#DoesntWork">I installed Tor and Polipo but it's not
82
-    working.</a></li>
81
+    <li><a href="#DoesntWork">Tor is running, but it's not working
82
+    correctly.</a></li>
83 83
     <li><a href="#VidaliaPassword">Tor/Vidalia prompts for a password at
84 84
     start.</a></li>
85 85
     <li><a href="#ChooseEntryExit">Can I control which nodes (or country)
... ...
@@ -1085,12 +1085,11 @@ and filename for your Tor log.
1085 1085
 <hr>
1086 1086
 
1087 1087
 <a id="DoesntWork"></a>
1088
-<h3><a class="anchor" href="#DoesntWork">I installed Tor and Polipo but it's not working.</a></h3>
1088
+<h3><a class="anchor" href="#DoesntWork">I installed Tor but it's not working.</a></h3>
1089 1089
 
1090 1090
 <p>
1091
-Once you've installed the Tor bundle, there are two questions to ask:
1092
-first, is your Tor able to establish a circuit? Second, is your
1093
-Firefox correctly configured to send its traffic through Tor?
1091
+Once you've got the Tor bundle up and running, the first questions to ask is if 
1092
+your Tor is able to establish a circuit? 
1094 1093
 </p>
1095 1094
 
1096 1095
 <p>If Tor can establish a circuit, the onion icon in
... ...
@@ -1110,12 +1109,11 @@ If Tor can't establish a circuit, here are some hints:
1110 1109
 <li>Are you sure Tor is running? If you're using Vidalia, you may have
1111 1110
 to click on the onion and select "Start" to launch Tor.</li>
1112 1111
 <li>Check your system clock. If it's more than a few hours off, Tor will
1113
-refuse to build circuits. For XP users, synchronize your clock under
1114
-the clock -&gt; Internet time tab. In addition, correct the day and date
1115
-under the 'Date &amp; Time' Tab.</li>
1116
-<li>Is your Internet connection <a
1117
-href="#FirewallPorts">firewalled by port</a>,
1118
-or do you normally need to use a <a
1112
+refuse to build circuits. For Microsoft Windows users, synchronize your
1113
+clock under the clock -&gt; Internet time tab. In addition, correct the
1114
+day and date under the 'Date &amp; Time' Tab.</li>
1115
+<li>Is your Internet connection <a href="#FirewallPorts">firewalled
1116
+by port</a>, or do you normally need to use a <a
1119 1117
 href="<wikifaq>#MyInternetconnectionrequiresanHTTPorSOCKSproxy.">proxy</a>?
1120 1118
 </li>
1121 1119
 <li>Are you running programs like Norton Internet Security or SELinux that
... ...
@@ -1128,52 +1126,6 @@ href="<page docs/bridges>">Tor bridges</a>.</li>
1128 1126
 about what's going wrong?</li>
1129 1127
 </ol>
1130 1128
 
1131
-<p>
1132
-Step two is to confirm that Firefox is correctly configured to send its
1133
-traffic through Tor. Try the <a href="https://check.torproject.org/">Tor
1134
-Check</a> site and see whether it thinks you are using Tor. See <a
1135
-href="<wikifaq>#HowcanItellifTorisworkingandthatmyconnectionsreallyareanonymizedArethereexternalserversthatwilltestmyconnection">the
1136
-Tor Check FAQ entry</a> for details.
1137
-</p>
1138
-
1139
-<p>
1140
-If it thinks you're not using Tor, here are some hints:
1141
-</p>
1142
-
1143
-<ol>
1144
-<li>Did you install the Torbutton extension for Firefox? The installation
1145
-bundles include it, but sometimes people forget to install it. Make sure
1146
-it says "Tor enabled" at the bottom right of your Firefox window. (For
1147
-expert users, make sure your http proxy is set to localhost port
1148
-8118.)</li>
1149
-<li>Do you have incompatible Firefox extensions like FoxyProxy
1150
-installed? If so, uninstall them. (Note that using FoxyProxy is NOT
1151
-a sufficient substitute for Torbutton. There are many known attacks
1152
-against a browser setup that does not include Torbutton. Read more
1153
-in the <a href="<page torbutton/torbutton-faq>">Torbutton FAQ</a> and the <a
1154
-href="https://www.torproject.org/torbutton/design/">Torbutton design</a>
1155
-specification.)</li>
1156
-<li>If your browser says "The proxy server is refusing connections.",
1157
-check that Polipo (the http proxy that passes traffic between Firefox
1158
-and Tor) is running. On Windows, look in the task manager and check for
1159
-a polipo.exe. On OS X, open the utilities folder in your applications
1160
-folder, and open Terminal.app. Then run "ps aux|grep polipo".</li>
1161
-<li>If you're upgrading from OS X, some of the earlier OS X installers
1162
-were broken in really unfortunate ways. You may find that <a href="<page
1163
-docs/tor-doc-osx>#uninstall">uninstalling everything</a> and then
1164
-installing a fresh bundle helps. Alas, the current uninstall instructions
1165
-may not apply anymore to your old bundle. Sorry.</li>
1166
-<li>If you're on Linux, make sure Privoxy isn't running, since it will
1167
-conflict with the port that our Polipo configuration file picks.</li>
1168
-<li>If you installed Polipo yourself (not from a bundle), did you edit the
1169
-config file as described? Did you restart Polipo after this change? Are
1170
-you sure?</li>
1171
-<li>For Red Hat Linux and related systems, do you have SELinux enabled? If
1172
-so, it might be preventing Polipo from talking to Tor. We also run across
1173
-BSD users periodically who have local firewall rules that prevent some
1174
-connections to localhost.</li>
1175
-</ol>
1176
-
1177 1129
 <hr />
1178 1130
 
1179 1131
 <a id="VidaliaPassword"></a>
1180 1132