Hi Joeffrey,

On Mon, 28 Oct 2002 11:21:53 +0800
"Joeffrey Betita" <[EMAIL PROTECTED]> wrote:

> Oct 26 16:35:39 gw inetd[1692]: pop3/tcp: bind: Address already in use

Go, figure out which process is already bind to that port:

netstat -anpl --ip |grep :110

If it is a 'tcpserver' process forget the 'inetd' line and go ahead for
the tcpserver process; check it's command line to match the scheme given
in #12 of INSTALL (env - ...)

If not: try to kill that process that blocks this port and restart
inetd.
-- 
Pit

Reply via email to