[warn] Error binding network socket: Address already in use

D-503 d-503 at awxcnx.de
Mon Nov 9 21:56:03 UTC 2009


This is interesting. The message itself is saying that some other
application is already using this port, thus tor cannot bind to it.
In most cases you are trying to start tor but it's already running. You
can verify this with:
 $ pgrep tor
or
 # netstat -tulpen|grep tor
or
 # lsof -i :9050

But what I'm asking myself now: why is this just a warning- and no
error-message? This should make tor not to start which should be an
error and no warning or shouldn't it?

greetings
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.torproject.org/pipermail/tor-talk/attachments/20091109/2a73af35/attachment.pgp>


More information about the tor-talk mailing list