On 2019-04-05 11:31, lists@for-privacy.net wrote:
Am 05.04.2019 10:58, schrieb ylms:
can someone point me at some information about this warning?
"[WARN] Error binding network socket: Address already in use [991 duplicates hidden]"
Log message is clear: You have assigned a port number twice. Either two Tor-instances run on the same (TCP) port numbers or you have given Tor a port number, which already has another system process.
'netstat -lptu' or successor 'ss -lptu' gives you an overview.
One thing that could happen (but may not apply to you) is your SOCKSPort. Set it to 0 to not listen, or to a random number if you have to listen for SOCKS connections.
-Neel
===