On Fri, 07 Sep 2001 09:40:55 +0700, Erry Rahmawan <[log in to unmask]>  said:
> I've got an error message when try to use Listserv web interface. I've
> already check my lcmdx via console and everything is OK. Is there any
> comment .....
>
> Error - unable to initiate communication with LISTSERV (errno=61). The
> server is probably not started.

At least under Unix, this usually means that the 'lsv' process doesn't
have a hot listen() on port 2306.  A common cause of this is 'lsv'
crashing with the socket open (and thus failing to close() it itself)
and when restarted, not getting it open again because it doesn't use
SO_REUSADDR.

Unfortunately, the 1.8d version seems to only try to open it when
initially starting up - the only real fix is to re-start lsv again.
>
                                Valdis Kletnieks
                                Operating Systems Analyst
                                Virginia Tech