[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Address already in use (logfile messages ?)



 This is a bind problem may be caused by identical (duplicate) lines (process) of inetds in your /etc/inetd.conf or simply two process using same port number.  The error message "Address already in use" means port i.e "port already in use".

SSH to your server then:

su -

then type the following command to list all open files in use on the system:

lsof -i tcp:imap

you can try the above command for other services that showing same port use in the log.

aljuhani@xxxxxxxxx


----- Original Message ----- 
From: "Herby K" <mad1.z@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, October 08, 2002 10:10
Subject: [cobalt-users] Address already in use (logfile messages ?)


> Hi there,
> 
> as I have installed logcheck and get these reports by mail, I didnt check
> logfiles manually that often - but today morning, what is this crap all in
> my messages logfile? Is this due to a patch? My complete logfile is full of
> these messages, hour by hour minute by minute.
> 
> Oct  8 08:46:52 cr02 inetd[28654]: imap/tcp: bind: Address already in use
> Oct  8 08:46:52 cr02 inetd[28654]: pop-3/tcp: bind: Address already in use
> Oct  8 08:46:52 cr02 inetd[28654]: ftp/tcp: bind: Address already in use
> Oct  8 08:49:36 cr02 inetd[28110]: imap/tcp: bind: Address already in use
> Oct  8 08:49:36 cr02 inetd[28110]: pop-3/tcp: bind: Address already in use
> Oct  8 08:49:36 cr02 inetd[28110]: ftp/tcp: bind: Address already in use
> Oct  8 08:56:52 cr02 inetd[28654]: imap/tcp: bind: Address already in use
> Oct  8 08:56:52 cr02 inetd[28654]: pop-3/tcp: bind: Address already in use
> Oct  8 08:56:52 cr02 inetd[28654]: ftp/tcp: bind: Address already in use
> Oct  8 08:59:36 cr02 inetd[28110]: imap/tcp: bind: Address already in use
> Oct  8 08:59:36 cr02 inetd[28110]: pop-3/tcp: bind: Address already in use
> Oct  8 08:59:36 cr02 inetd[28110]: ftp/tcp: bind: Address already in use
> 
> Any advice ?
> 
> rgds,
> Herby