<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey,<br>
    Tor from Raspbian Repo is not very updated... v0.2.5...<br>
    On a RPi, I usually build Tor Stable from source. No problem about
    using ports >1024 in my case.<br>
    <br>
    * Some dependencies required... (sorry, I don't remember which
    ones...)<br>
    <br>
    * Add source repo in your /etc/apt/sources.list<br>
    At the bottom of the file :<br>
    <blockquote>#TOR stable - pour building from source<br>
      deb-src <a class="moz-txt-link-freetext" href="http://deb.torproject.org/torproject.org">http://deb.torproject.org/torproject.org</a> jessie main<br>
    </blockquote>
    <br>
    * Compil Tor from source with a script, in my home folder (for
    example):<br>
    nano tor-compil.sh<br>
    I use "root" user.<br>
    ------------------------------<br>
    <blockquote>#!/bin/bash<br>
      # init<br>
      function pause(){<br>
         read -p "$*"<br>
      }<br>
      mkdir ~/debian-packages<br>
      cd ~/debian-packages<br>
      rm * -R<br>
      apt-get source tor<br>
      cd tor-*<br>
      debuild -rfakeroot -uc -us<br>
      cd ..<br>
      pause 'Press [Enter] key to continue... Installation TOR'<br>
      dpkg -i tor_*.deb tor-*.deb<br>
      <br>
      exit 0<br>
    </blockquote>
    ------------------------------<br>
    <br>
    Then chmod +x tor-compil.sh<br>
    <blockquote>./tor-compil.sh<br>
    </blockquote>
    Hope it will help!<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Le 06/01/2017 à 03:38, Kurt Besig a
      écrit :<br>
    </div>
    <blockquote
      cite="mid:77df3dd1-82f3-1f43-d708-68e786777f35@socal.rr.com"
      type="cite">
      <pre wrap="">I just installed tor on a Raspberry Pi 3 Model B and can't get a relay
to start unless I sudo. When I attempt to start tor as a non-privileged
user I get a permissions error: Opening Jan 05 18:33:35.929 [notice]
Opening OR listener on 0.0.0.0:443
Jan 05 18:33:35.930 [warn] Could not bind to 0.0.0.0:443: Permission denied
Jan 05 18:33:35.930 [notice] Opening Directory listener on 0.0.0.0:80
Jan 05 18:33:35.930 [warn] Could not bind to 0.0.0.0:80: Permission denied
 Ideas on best method to bind these ports to tor on startup as non-root?

Thanks
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Petrusko
C0BF 2184 4A77 4A18 90E9 F72C B3CA E665 EBE2 3AE5</pre>
  </body>
</html>