import the VidaliaPassword faq entry
Roger Dingledine

Roger Dingledine commited on 2010-08-03 19:41:03
Zeige 1 geänderte Dateien mit 33 Einfügungen und 0 Löschungen.

... ...
@@ -43,6 +43,7 @@ have a virus or spyware?</a></li>
43 43
 
44 44
 <p>Running a Tor client:</p>
45 45
 <ul>
46
+<li><a href="#VidaliaPassword">Tor/Vidalia prompts for a password at start</a></li>
46 47
 <li><a href="#ChooseEntryExit">Can I control which nodes (or country) are used for entry/exit?</a></li>
47 48
 </ul>
48 49
 
... ...
@@ -713,6 +714,38 @@ Please contact us if you know any others.
713 714
 
714 715
 <hr />
715 716
 
717
+<a id="VidaliaPassword"></a>
718
+<h3><a class="anchor" href="#VidaliaPassword">Tor/Vidalia prompts for
719
+a password at start</a></h3>
720
+
721
+<p>
722
+The Vidalia bundle tries to start Tor itself, while setting a random
723
+password for the control port of Tor. Vidalia is the GUI that you see in
724
+front of you with a network map, message log, and control panel amongst
725
+other things. This control port allows Vidalia to control Tor. The random
726
+password allows only your Vidalia to control your Tor. There are two
727
+common situations where Vidalia will prompt for a password:
728
+</p>
729
+
730
+<ul>
731
+<li>Vidalia crashes, but leaves Tor running. What happens here is that
732
+Tor continues running with the last known random password. You re-start
733
+Vidalia, which generates a new random password, but Vidalia can't talk
734
+to Tor, because the random passwords are different. One solution is to
735
+go into your process or task manager, and terminate the Tor process. You
736
+can then restart Vidalia again, and all will work.</li>
737
+<li>You set Tor to run as a service. When Tor is set to run as a service,
738
+it starts up when the system boots up. If you configured Tor to start as a
739
+service through Vidalia, a random password was set and saved in Tor. When
740
+you reboot, Tor starts up and uses the random password it saved. You
741
+login and start up Vidalia. Vidalia attempts to talk to the already
742
+running Tor. Vidalia generates a random password, but it is different
743
+than the saved password in the Tor service. You need to reconfigure Tor
744
+to not be a service. See Tor as a service for more info.</li>
745
+</ul>
746
+
747
+<hr />
748
+
716 749
 <a id="ChooseEntryExit"></a>
717 750
 <h3><a class="anchor" href="#ChooseEntryExit">Can I control which nodes (or country) are used for entry/exit?</a></h3>
718 751
 
719 752