<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>On a Pi 3 the official packages seem to work, so you can simply follow the instructions on the Tor website:<br />https://www.torproject.org/docs/debian.html.en<br /><br />Use "Option two" and ignore the "Raspbian is not Debian" paragraph.<br /><br />Best regards,<br />Alexander</p>
<div>---<br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">PGP Key: <a href="https://dietrich.cx/pgp" target="_blank" rel="noreferrer">https://dietrich.cx/pgp</a> | 0x52FA4EE1722D54EB</div>
</div>
<p><br /></p>
<p>On 2017-01-06 06:37, Petrusko wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --> <!-- head ignored --><!-- meta ignored --> 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 type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">#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</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 type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">#!/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</blockquote>
------------------------------<br /> <br /> Then chmod +x tor-compil.sh<br />
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">./tor-compil.sh</blockquote>
Hope it will help!<br /> <br /> <br />
<div class="moz-cite-prefix">Le 06/01/2017 à 03:38, Kurt Besig a écrit :</div>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<pre>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">-- 
Petrusko
C0BF 2184 4A77 4A18 90E9 F72C B3CA E665 EBE2 3AE5</pre>
<!-- html ignored --><br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br /> tor-relays mailing list<br /> <a href="mailto:tor-relays@lists.torproject.org">tor-relays@lists.torproject.org</a><br /> <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a></div>
</blockquote>
</body></html>