Sebastian Hahn commited on 2016-03-30 09:33:21
              Zeige 3 geänderte Dateien mit 11 Einfügungen und 65 Löschungen.
            
- remove one FAQ entry - consistently say Linux, not GNU/Linux - remove references of FreeBSD in TB context
| ... | ... | 
                      @@ -155,8 +155,6 @@ be?</a></li>  | 
                  
| 155 | 155 | 
                        limiting bandwidth on my Tor relay?</a></li>  | 
                    
| 156 | 156 | 
                        <li><a href="#ExitPolicies">I'd run a relay, but I don't want to deal  | 
                    
| 157 | 157 | 
                        with abuse issues.</a></li>  | 
                    
| 158 | 
                        - <li><a href="#BestOSForRelay">Why doesn't my Windows (or other OS) Tor  | 
                    |
| 159 | 
                        - relay run well?</a></li>  | 
                    |
| 160 | 158 | 
                        <li><a href="#PackagedTor">Should I install Tor from my package manager,  | 
                    
| 161 | 159 | 
                        or build from source?</a></li>  | 
                    
| 162 | 160 | 
                        <li><a href="#WhatIsTheBadExitFlag">What is the BadExit flag?</a></li>  | 
                    
| ... | ... | 
                      @@ -1799,7 +1797,7 @@ for details.  | 
                  
| 1799 | 1797 | 
                        <li>  | 
                    
| 1800 | 1798 | 
                        If it's still vanishing mysteriously, perhaps something else is killing it?  | 
                    
| 1801 | 1799 | 
                        Do you have resource limits (ulimits) configured that kill off processes  | 
                    
| 1802 | 
                        -sometimes? (This is especially common on OpenBSD.) On Linux, try running  | 
                    |
| 1800 | 
                        +sometimes? On Linux, try running  | 
                    |
| 1803 | 1801 | 
                        "dmesg" to see if the out-of-memory killer removed your process. (Tor will  | 
                    
| 1804 | 1802 | 
                        exit cleanly if it notices that it's run out of memory, but in some cases  | 
                    
| 1805 | 1803 | 
                        it might not have time to notice.) In very rare circumstances, hardware  | 
                    
| ... | ... | 
                      @@ -2446,50 +2444,6 @@ users  | 
                  
| 2446 | 2444 | 
                         | 
                    
| 2447 | 2445 | 
                        <hr>  | 
                    
| 2448 | 2446 | 
                         | 
                    
| 2449 | 
                        - <a id="BestOSForRelay"></a>  | 
                    |
| 2450 | 
                        - <h3><a class="anchor" href="#BestOSForRelay">Why doesn't my Windows (or other OS) Tor relay run well?</h3></a>  | 
                    |
| 2451 | 
                        -  | 
                    |
| 2452 | 
                        - <p>  | 
                    |
| 2453 | 
                        - Tor relays work best on Linux, FreeBSD 5.x+, OS X Tiger or  | 
                    |
| 2454 | 
                        - later, and Windows Server 2003 or later.  | 
                    |
| 2455 | 
                        - </p>  | 
                    |
| 2456 | 
                        -  | 
                    |
| 2457 | 
                        - <p>You can probably get it working just fine on other operating  | 
                    |
| 2458 | 
                        - systems too, but note the following caveats:  | 
                    |
| 2459 | 
                        - </p>  | 
                    |
| 2460 | 
                        -  | 
                    |
| 2461 | 
                        - <ul>  | 
                    |
| 2462 | 
                        - <li>  | 
                    |
| 2463 | 
                        - Versions of Windows without the word "server" in their name  | 
                    |
| 2464 | 
                        - sometimes have problems. This is especially the case for Win98,  | 
                    |
| 2465 | 
                        - but it also happens in some cases for XP, especially if you don't  | 
                    |
| 2466 | 
                        - have much memory. The problem is that we don't use the networking  | 
                    |
| 2467 | 
                        - system calls in a very Windows-like way, so we run out of space in  | 
                    |
| 2468 | 
                        - a fixed-size memory space known as the non-page pool, and then  | 
                    |
| 2469 | 
                        - everything goes bad. The symptom is an assert error with the  | 
                    |
| 2470 | 
                        - message "No buffer space available [WSAENOBUFS ] [10055]". <a  | 
                    |
| 2471 | 
                        - href="https://trac.torproject.org/projects/tor/wiki/doc/WindowsBufferProblems">You  | 
                    |
| 2472 | 
                        - can read more here.</a>  | 
                    |
| 2473 | 
                        - </li>  | 
                    |
| 2474 | 
                        -  | 
                    |
| 2475 | 
                        - <li>  | 
                    |
| 2476 | 
                        - Most developers who contribute to Tor work with Unix-like operating  | 
                    |
| 2477 | 
                        - systems. It would be great if more people with Windows experience help  | 
                    |
| 2478 | 
                        - out, so we can improve Tor's usability and stability in  | 
                    |
| 2479 | 
                        - Windows.  | 
                    |
| 2480 | 
                        - </li>  | 
                    |
| 2481 | 
                        -  | 
                    |
| 2482 | 
                        - <li>  | 
                    |
| 2483 | 
                        - More esoteric or archaic operating systems, like SunOS 5.9 or  | 
                    |
| 2484 | 
                        - Irix64, may have problems with some libevent methods (devpoll,  | 
                    |
| 2485 | 
                        - etc), probably due to bugs in libevent. If you experience crashes,  | 
                    |
| 2486 | 
                        - try setting the EVENT_NODEVPOLL or equivalent environment  | 
                    |
| 2487 | 
                        - variable.  | 
                    |
| 2488 | 
                        - </li>  | 
                    |
| 2489 | 
                        - </ul>  | 
                    |
| 2490 | 
                        -  | 
                    |
| 2491 | 
                        - <hr>  | 
                    |
| 2492 | 
                        -  | 
                    |
| 2493 | 2447 | 
                        <a id="PackagedTor"></a>  | 
                    
| 2494 | 2448 | 
                        <h3><a class="anchor" href="#PackagedTor">Should I install Tor from my  | 
                    
| 2495 | 2449 | 
                        package manager, or build from source?</a></h3>  | 
                    
| ... | ... | 
                      @@ -2975,14 +2929,6 @@ connections  | 
                  
| 2975 | 2929 | 
                        use  | 
                    
| 2976 | 2930 | 
                        this feature.</li>  | 
                    
| 2977 | 2931 | 
                         | 
                    
| 2978 | 
                        -<!-- Nickm says he's not sure this is still accurate  | 
                    |
| 2979 | 
                        -  | 
                    |
| 2980 | 
                        - <li>If you're running on Solaris, OpenBSD, NetBSD, or  | 
                    |
| 2981 | 
                        - old FreeBSD, Tor is probably forking separate processes  | 
                    |
| 2982 | 
                        - rather than using threads. Consider switching to a <a  | 
                    |
| 2983 | 
                        - href="<wikifaq>#WhydoesntmyWindowsorotherOSTorrelayrunwell">better  | 
                    |
| 2984 | 
                        - operating system</a>.</li>  | 
                    |
| 2985 | 
                        --->  | 
                    |
| 2986 | 2932 | 
                        <li>If you still can't handle the memory load, consider reducing the  | 
                    
| 2987 | 2933 | 
                        amount of bandwidth your relay advertises. Advertising less  | 
                    
| 2988 | 2934 | 
                        bandwidth  | 
                    
| ... | ... | 
                      @@ -14,7 +14,7 @@  | 
                  
| 14 | 14 | 
                        <define-tag button-win-tbb64>Currently Unused</define-tag>  | 
                    
| 15 | 15 | 
                        <define-tag button-osx-tbb32>Tor Browser</define-tag>  | 
                    
| 16 | 16 | 
                        <define-tag button-lin-tbb32>Tor Browser</define-tag>  | 
                    
| 17 | 
                        -<define-tag button-lin-tbb64>GNU/Linux 64-bit</define-tag>  | 
                    |
| 17 | 
                        +<define-tag button-lin-tbb64>Linux 64-bit</define-tag>  | 
                    |
| 18 | 18 | 
                         | 
                    
| 19 | 19 | 
                        #include "dlhead.wmi" TITLE="Download Tor" CHARSET="UTF-8"  | 
                    
| 20 | 20 | 
                         | 
                    
| ... | ... | 
                      @@ -52,7 +52,7 @@  | 
                  
| 52 | 52 | 
                        (<a class="win-tbb-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/torbrowser-install-<version-torbrowserbundle>_<lang>.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>  | 
                    
| 53 | 53 | 
                        </div>  | 
                    
| 54 | 54 | 
                        </form>  | 
                    
| 55 | 
                        - <p class="alt-dl">Not Using Windows?<br />Download for <a href="#mac">Mac</a> or <a href="#linux">GNU/Linux</a></p>  | 
                    |
| 55 | 
                        + <p class="alt-dl">Not Using Windows?<br />Download for <a href="#mac">Mac</a> or <a href="#linux">Linux</a></p>  | 
                    |
| 56 | 56 | 
                        </div>  | 
                    
| 57 | 57 | 
                        </div>  | 
                    
| 58 | 58 | 
                        <!-- START MAC -->  | 
                    
| ... | ... | 
                      @@ -73,7 +73,7 @@  | 
                  
| 73 | 73 | 
                        (<a class="osx-tbb-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/TorBrowser-<version-torbrowserbundleosx64>-osx64_<lang>.dmg.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>  | 
                    
| 74 | 74 | 
                        </div>  | 
                    
| 75 | 75 | 
                        </form>  | 
                    
| 76 | 
                        - <p class="alt-dl">Not Using Mac? Download for <a href="#windows">Windows</a> or <a href="#linux">GNU/Linux</a></p>  | 
                    |
| 76 | 
                        + <p class="alt-dl">Not Using Mac? Download for <a href="#windows">Windows</a> or <a href="#linux">Linux</a></p>  | 
                    |
| 77 | 77 | 
                        </div>  | 
                    
| 78 | 78 | 
                        <!-- To update these screenshots: Press Command-Shift-4 and then Spacebar, then click on the window. See #14838. -->  | 
                    
| 79 | 79 | 
                        <table class="howto">  | 
                    
| ... | ... | 
                      @@ -98,8 +98,8 @@  | 
                  
| 98 | 98 | 
                        <div id="linux" class="easy linux">  | 
                    
| 99 | 99 | 
                        <div class="package" style="padding-top: 13px; border-top: 0px;">  | 
                    
| 100 | 100 | 
                        <div class="desc">  | 
                    
| 101 | 
                        - <h2>Tor Browser for GNU/Linux</h2>  | 
                    |
| 102 | 
                        - <em>Version <version-torbrowserbundlelinux32> - Linux, FreeBSD (32-Bit)</em> <a href="https://blog.torproject.org/category/tags/tbb">Read the release announcements!</a>  | 
                    |
| 101 | 
                        + <h2>Tor Browser for Linux</h2>  | 
                    |
| 102 | 
                        + <em>Version <version-torbrowserbundlelinux32> - Linux (32-Bit)</em> <a href="https://blog.torproject.org/category/tags/tbb">Read the release announcements!</a>  | 
                    |
| 103 | 103 | 
                        <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run.<br />  | 
                    
| 104 | 104 | 
                        <a href="<page projects/torbrowser>">Learn more »</a></p>  | 
                    
| 105 | 105 | 
                        </div>  | 
                    
| ... | ... | 
                      @@ -113,14 +113,14 @@  | 
                  
| 113 | 113 | 
                        (<a class="lin-tbb32-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-linux32-<version-torbrowserbundlelinux32>_<lang>.tar.xz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>  | 
                    
| 114 | 114 | 
                        </div>  | 
                    
| 115 | 115 | 
                        </form>  | 
                    
| 116 | 
                        - <p class="alt-dl">Not Using GNU/Linux? Download for <a href="#mac">Mac</a> or <a href="#windows">Windows</a></p>  | 
                    |
| 116 | 
                        + <p class="alt-dl">Not Using Linux? Download for <a href="#mac">Mac</a> or <a href="#windows">Windows</a></p>  | 
                    |
| 117 | 117 | 
                        </div>  | 
                    
| 118 | 118 | 
                        </div>  | 
                    
| 119 | 119 | 
                        <!-- START LINUX 64-Bit -->  | 
                    
| 120 | 120 | 
                        <div class="easy linux">  | 
                    
| 121 | 121 | 
                        <div class="package" style="padding-top: 13px; border-top: 0px;">  | 
                    
| 122 | 122 | 
                        <div class="desc">  | 
                    
| 123 | 
                        - <h2>Tor Browser for 64-Bit GNU/Linux</h2>  | 
                    |
| 123 | 
                        + <h2>Tor Browser for 64-Bit Linux</h2>  | 
                    |
| 124 | 124 | 
                        <em>Version <version-torbrowserbundlelinux64> - Linux (64-Bit)</em> <a href="https://blog.torproject.org/category/tags/tbb">Read the release announcements!</a>  | 
                    
| 125 | 125 | 
                        <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run.<br /><a href="<page projects/torbrowser>">Learn more »</a></p>  | 
                    
| 126 | 126 | 
                        </div>  | 
                    
| ... | ... | 
                      @@ -134,7 +134,7 @@  | 
                  
| 134 | 134 | 
                        (<a class="lin-tbb64-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-linux64-<version-torbrowserbundlelinux64>_<lang>.tar.xz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>  | 
                    
| 135 | 135 | 
                        </div>  | 
                    
| 136 | 136 | 
                        </form>  | 
                    
| 137 | 
                        - <p class="alt-dl">Not Using GNU/Linux? Download for <a href="#mac">Mac</a> or <a href="#windows">Windows</a></p>  | 
                    |
| 137 | 
                        + <p class="alt-dl">Not Using Linux? Download for <a href="#mac">Mac</a> or <a href="#windows">Windows</a></p>  | 
                    |
| 138 | 138 | 
                        </div>  | 
                    
| 139 | 139 | 
                        </div>  | 
                    
| 140 | 140 | 
                        <!-- START Orbot -->  | 
                    
| ... | ... | 
                      @@ -339,7 +339,7 @@ are blocked.</p>  | 
                  
| 339 | 339 | 
                        <ul>  | 
                    
| 340 | 340 | 
                        <li class="dropdown"><a href="#windows">Microsoft Windows</a></li>  | 
                    
| 341 | 341 | 
                        <li class="dropdown"><a href="#mac">Apple OS X</a></li>  | 
                    
| 342 | 
                        -<li class="dropdown"><a href="#linux">Linux/FreeBSD</a></li>  | 
                    |
| 342 | 
                        +<li class="dropdown"><a href="#linux">Linux</a></li>  | 
                    |
| 343 | 343 | 
                        <li class="dropdown"><a href="#android">Android</a></li>  | 
                    
| 344 | 344 | 
                        <li class="dropdown"><a href="<page download/download>">All Downloads</a></li>  | 
                    
| 345 | 345 | 
                        </ul>  | 
                    
| ... | ... | 
                      @@ -114,7 +114,7 @@ you are used to. Please read the <a href="#warning">full list of warnings</a> fo  | 
                  
| 114 | 114 | 
                        <!-- END OS X -->  | 
                    
| 115 | 115 | 
                        <!-- START UNIX -->  | 
                    
| 116 | 116 | 
                        <div id="linux" class="accordionButton on">  | 
                    
| 117 | 
                        - <span class="linux24">GNU/Linux, BSD, and Unix</span></div>  | 
                    |
| 117 | 
                        + <span class="linux24">Linux</span></div>  | 
                    |
| 118 | 118 | 
                        <div class="accordionContent">  | 
                    
| 119 | 119 | 
                        <div class="fauxhead"></div>  | 
                    
| 120 | 120 | 
                        <!-- TOR BROWSER BUNDLE -->  | 
                    
| 121 | 121 |