On Mon, Sep 11, 2000 at 05:14:39PM -0700, Al Sparks wrote:
> The errors I get are:
> tcpserver: fatal: unable to bind: address already used
> tcpserver: fatal: unable to bind: address already used
> tcpserver: fatal: unable to bind: address already used
> tcpserver: fatal: unable to bind: address already used
> [until killed]
It's telling you the truth. Some other process is already using
that address/port combination.
What output do you get if you go:
telnet localhost 25
That will probably give you a clue as to what has that port.
Regards.