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.