-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 More info: The imap conversation (taken from transferer side during rapid forking failure mode) looks like this: <1171989275<PROXY0 GETANNOTATION "user/bob" ("*") ("value.shared") >1171989275>* ANNOTATION "user/bob" "/vendor/cmu/cyrus-imapd/server" ("value.shared" "master.<remaining domain removed>") PROXY0 OK Completed This is repeated many times per second, only the time stamp is different. "PROXYO OK Completed" Seems like a positive response, but perhaps the transferer expects a different response and tries again? I'm currently trying to match this up the code. Trace quoted below for reference, Any clues would be great, thanks, Shawn > > (Quickly spawning children... none exit fast enough to keep them from > killing the system. The trace after here is pretty boring can't open the > db because all fd's are allocated to bunny-esque children spawning, etc.) > > *The children seem to be doing (looks like the login is successful... > here's the last portion)*: > > munmap(0xb7ee2000, 4096) = 0 > open("/usr/local/lib/sasl2/liblogin.la", O_RDONLY) = 7 > close(7) = 0 > getdents64(6, /* 0 entries */, 4096) = 0 > close(6) = 0 > open("/cyrus_config/mailboxes.db", O_RDWR) = 6 > fcntl64(6, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 > fstat64(6, {st_mode=S_IFREG|0600, st_size=744, ...}) = 0 > stat64("/cyrus_config/mailboxes.db", {st_mode=S_IFREG|0600, st_size=744, > ...}) = 0 > mmap2(NULL, 16384, PROT_READ, MAP_SHARED, 6, 0) = 0xb64a0000 > fcntl64(6, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 > stat64("/cyrus_config", {st_mode=S_IFDIR|0755, st_size=512, ...}) = 0 > socket(PF_FILE, SOCK_DGRAM, 0) = 7 > stat64("/cyrus_config/socket/idle", 0xbf98e66c) = -1 ENOENT (No such > file or directory) > close(7) = 0 > open("/cyrus_config/annotations.db", O_RDWR) = 7 > fcntl64(7, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 > fstat64(7, {st_mode=S_IFREG|0600, st_size=144, ...}) = 0 > stat64("/cyrus_config/annotations.db", {st_mode=S_IFREG|0600, > st_size=144, ...}) = 0 > mmap2(NULL, 16384, PROT_READ, MAP_SHARED, 7, 0) = 0xb649c000 > fcntl64(7, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 > stat64("/usr/local/depot/cyrus-imapd-2.3.8/bin/imapd", > {st_mode=S_IFREG|0755, st_size=2173215, ...} > ) = 0 > open("/cyrus_config/socket/imaps-0.lock", O_RDWR|O_CREAT, 0600) = 8 > rt_sigaction(SIGALRM, {0x808b970, [], SA_ONESHOT}, NULL, 8) = 0 > rt_sigaction(SIGHUP, {0x808b970, [], SA_RESTART|SA_ONESHOT}, NULL, 8) = 0 > rt_sigaction(SIGINT, {0x808b970, [], SA_RESTART|SA_ONESHOT}, NULL, 8) = 0 > rt_sigaction(SIGQUIT, {0x808b970, [], SA_RESTART|SA_ONESHOT}, NULL, 8) = 0 > fcntl64(8, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0 > stat64("/usr/local/depot/cyrus-imapd-2.3.8/bin/imapd", > {st_mode=S_IFREG|0755, st_size=2173215, ...} > ) = 0 > accept(4, 0, NULL) = ? ERESTARTSYS (To be restarted) > --- SIGINT (Interrupt) @ 0 (0) --- > --- SIGTERM (Terminated) @ 0 (0) --- > > Thanks, > Shawn > - ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html - -- Shawn Nock (OpenPGP: 0xB64200E1) Unix Systems Group; CCIT University of Arizona nock at email.arizona.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFF2x3+bbRzLz6id34RAlmrAJkBo7DVVDgHQtYwalrs8PMhGi1xFwCfZJt+ omtAgP3SJ7p2UP7CJCz0v3o= =rNl/ -----END PGP SIGNATURE----- ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html