<div dir="auto">It's obvious whats happening, in the first example Tor can't bind to the reserved port range, running it as root it can bin of course, but the data directory is owned by the package-supplied tor user so it refuses to start.<div dir="auto"><br></div><div dir="auto">Please read more carefully next time, this is pretty basic linux sysadmin knowledge and the logs tell you exactly whats wrong - now it is up to you to find a solution by using the search engine of your choice.</div><div dir="auto"><br></div><div dir="auto">Hint: running it as root is the worst solution to this problem..</div><div dir="auto"><br></div><div dir="auto">William</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"> <<a href="mailto:Kencf0618@riseup.net">Kencf0618@riseup.net</a>> schrieb am Mo., 21. Sep. 2020, 05:58:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Whatever the torrc, with "Tor" I get <br>
<br>
Sep 18 08:02:12.538 [notice] Tor 0.3.2.10 (git-0edaa32732ec8930) running<br>
on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.1, Zlib 1.2.11, Liblzma<br>
5.2.2, and Libzstd 1.3.3.<br>
Sep 18 08:02:12.538 [notice] Tor can't help you if you use it wrong!<br>
Learn how to be safe at<br>
<a href="https://www.torproject.org/download/download#warning" rel="noreferrer noreferrer" target="_blank">https://www.torproject.org/download/download#warning</a><br>
Sep 18 08:02:12.538 [notice] Read configuration file "/etc/tor/torrc".<br>
Sep 18 08:02:12.542 [notice] Based on detected system memory,<br>
MaxMemInQueues is set to 8192 MB. You can override this by setting<br>
MaxMemInQueues by hand.<br>
Sep 18 08:02:12.542 [notice] Scheduler type KIST has been enabled.<br>
Sep 18 08:02:12.542 [notice] Opening OR listener on <a href="http://0.0.0.0:443" rel="noreferrer noreferrer" target="_blank">0.0.0.0:443</a><br>
Sep 18 08:02:12.542 [warn] Could not bind to <a href="http://0.0.0.0:443" rel="noreferrer noreferrer" target="_blank">0.0.0.0:443</a>: Permission<br>
denied<br>
Sep 18 08:02:12.542 [warn] Failed to parse/validate config: Failed to<br>
bind one of the listener ports.<br>
Sep 18 08:02:12.542 [err] Reading config failed--see warnings above.<br>
<br>
whereas with "sudo Tor" (yeah, yeah, I know, I know -"bad form") I get <br>
<br>
ep 18 08:04:12.236 [notice] Tor 0.3.2.10 (git-0edaa32732ec8930) running<br>
on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.1, Zlib 1.2.11, Liblzma<br>
5.2.2, and Libzstd 1.3.3.<br>
Sep 18 08:04:12.236 [notice] Tor can't help you if you use it wrong!<br>
Learn how to be safe at<br>
<a href="https://www.torproject.org/download/download#warning" rel="noreferrer noreferrer" target="_blank">https://www.torproject.org/download/download#warning</a><br>
Sep 18 08:04:12.237 [notice] Read configuration file "/etc/tor/torrc".<br>
Sep 18 08:04:12.240 [notice] Based on detected system memory,<br>
MaxMemInQueues is set to 8192 MB. You can override this by setting<br>
MaxMemInQueues by hand.<br>
Sep 18 08:04:12.240 [notice] Scheduler type KIST has been enabled.<br>
Sep 18 08:04:12.240 [notice] Opening OR listener on <a href="http://0.0.0.0:443" rel="noreferrer noreferrer" target="_blank">0.0.0.0:443</a><br>
Sep 18 08:04:12.241 [warn] /home/kenneth/.tor is not owned by this user<br>
(root, 0) but by kenneth (1000). Perhaps you are running Tor as the<br>
wrong user?<br>
Sep 18 08:04:12.241 [warn] Failed to parse/validate config: Couldn't<br>
access/create private data directory "/home/kenneth/.tor"<br>
Sep 18 08:04:12.241 [err] Reading config failed--see warnings above.<br>
<br>
What is happening?<br>
<br>
_______________________________________________<br>
tor-relays mailing list<br>
<a href="mailto:tor-relays@lists.torproject.org" target="_blank" rel="noreferrer">tor-relays@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays" rel="noreferrer noreferrer" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a><br>
</blockquote></div>