On Sat, 9 Feb 2002, Bryan Pershall wrote:

> I am trying to start imap and I am doing 
> /usr/lib/courier-imap/libexec/imapd.rc start 
> and I get an error of 
> bind:Address already in use
> ll_daemon_start: Resource temporarily unavailable
> Can some on please help me

It means another program is already listening on that port.  My guess is 
that courier-imap is already running and you are trying to start a second 
instance, or uw-imap is already running.

To see what programs are listening on what ports, run (as root):
netstat -l -p

-l means show listening ports only
-p means show the PID or program name listening on that port.


-------------------------------------------------------------------
DDDD   David Kramer                           http://thekramers.net
DK KD  "That venture capitalists are willing to take any level of
DKK D  risk, even a modest one, after all that has happened in the
DK KD  ecommerce sector, is inspiring.  They might almost be
DDDD   capable of becoming Red Sox fans"               -Keith Regan




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to