Mail Archives: cygwin-developers/2003/02/28/17:00:06
On Fri, Feb 21, 2003 at 10:37:41AM -0500, Christopher Faylor wrote:
> Is there anything wonderful waiting in the wings?
Sorry for YA, um, maybe...
I'm seeing stat related problems with sockets in the latest snapshot,
2003-Feb-25:
1. exim is reporting the following:
2003-02-28 16:05:34 daemon: fclose(smtp_in) failed: Socket operation on non-socket
2. vsftpd is not starting up because the following code snippet:
vsf_sysutil_fstat(VSFTP_COMMAND_FD, &p_statbuf);
if (!vsf_sysutil_statbuf_is_socket(p_statbuf))
{
die("vsftpd: does not run standalone, must be started from inetd");
}
...
int
vsf_sysutil_statbuf_is_socket(const struct vsf_sysutil_statbuf* p_stat)
{
const struct stat* p_realstat = (const struct stat*) p_stat;
return S_ISSOCK(p_realstat->st_mode);
}
Note that CVS from 2003-02-20 does not exhibit the above problems.
This is just a heads up post -- I will dig (much) deeper, but most
likely not until Monday.
Thanks,
Jason
--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
- Raw text -