Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: omed on March 17, 2010, 10:29:57 PM
-
Exception: bind failed: Address already in use at port 2158
This is normally caused by another application currently using this port.
Close that application and restart MLDonkey, exiting
how can i find out (i think no other appl is running
-
To find out which process is using a certain port (e.g. 2158), I'd try: sudo netstat -anp | grep 2158