On Mon, 29 Nov 2004, Grzegorz Janoszka wrote:

> The webmail system is temporarily unavailable. An error occured in
> function write: Transport endpoint is not connected

I have found one difference in strace /usr/lib/cgi-bin/sqwebmail:

Box with correct sqwebmail:
connect(3, {sin_family=AF_UNIX, path="/var/run/courier/sqwebmail.sock"},
110)
Box with broken sqwebmail:
connect(3, {sa_family=AF_FILE, path="/var/run/courier/sqwebmail.sock"},
110)

The difference is that right sqwebmail opens socket as a unix and the
broken as file, but I thougt AF_UNIX is just an alias to AF_FILE.

The right box has libc 2.2.5 and the broken has libc 2.3.2. Apache and
Courier versions are the same. Can libc break sqwebmail?

-- 
Grzegorz Janoszka


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to