On Mon, 23 Jun 2003, Charlie Brady wrote:
I'm just building 0.99.10-rc2 now.
No joy here:
bash-2.05a$ /usr/libexec/dovecot/imap imap(admin): Error: imap_in: net_transmit() failed: Socket operation on non-socket bash-2.05a$ strace /usr/libexec/dovecot/imap ... open("/home/e-smith/rawlog/20030525-223421-10484.in", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 3 getpid() = 10484 open("/home/e-smith/rawlog/20030525-223421-10484.out", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 4 socketpair(PF_UNIX, SOCK_STREAM, 0, [5, 6]) = 0 getpid() = 10484 fork() = 10485 close(3) = 0 close(4) = 0 close(0) = 0 close(1) = 0 close(5) = 0 access("/cur", R_OK|W_OK|X_OK) = -1 ENOENT (No such file or directory) access("/home/e-smith/Maildir", R_OK|W_OK|X_OK) = 0 brk(0x809c000) = 0x809c000 fstat64(6, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 _llseek(6, 0, 0xbfffdda0, SEEK_CUR) = -1 ESPIPE (Illegal seek) getsockname(6, {sin_family=AF_UNIX, path=@}, [2]) = 0 fcntl64(6, F_SETFL, O_RDONLY) = 0 rt_sigaction(SIGALRM, {0x8086770, [], SA_RESTORER, 0x40042ef8}, NULL, 8) = 0 alarm(30) = 0 fcntl64(6, F_SETFL, O_RDONLY) = 0 brk(0x80a1000) = 0x80a1000 setsockopt(6, SOL_TCP, TCP_CORK, [1], 4) = -1 EOPNOTSUPP (Operation not supported) write(6, "* PREAUTH [CAPABILITY IMAP4rev1 "..., 144imap(admin): Error: imap_in: net_transmit() failed: Socket operation on non-socket ) = 144 --- SIGCHLD (Child exited) --- gettimeofday({1053916461, 431884}, NULL) = 0 poll([{fd=6, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL, revents=POLLIN|POLLHUP}], 1, 9921) = 1 gettimeofday({1053916461, 433666}, {240, 0}) = 0 brk(0x80a3000) = 0x80a3000 time(NULL) = 1053916461 read(6, "", 4096) = 0 alarm(0) = 30 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 _exit(0) = ? bash-2.05a$
-- Charlie