On 4/5/19 5:31 PM, 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.
I ran "ss -lptun" and it does not show any ports used twice.
thanks yl