On Sunday 22 May 2005 05:34, Peter Stuge wrote:
> Unfortunately this strace output isn't useful. This is the strace of
> either tcpserver or bincimap-up and we need the strace from
> bincimapd.
Sorry; here's one from bincimapd (snippets):
,---
| read(0, "73 NOOP\r\n", 1024) = 9
| stat64("./new/", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
| stat64("./cur/", {st_mode=S_IFDIR|0700, st_size=49152, ...}) = 0
| (...)
| write(1, "73 OK NOOP completed\r\n", 22) = 22
`---
,---
| read(0, "85 NOOP\r\n", 1024) = 9
| stat64("./new/", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
| stat64("./cur/", {st_mode=S_IFDIR|0700, st_size=49152, ...}) = 0
| alarm(1200) = 0
| write(1, "85 OK NOOP completed\r\n", 22) = 22
`---
and then later:
,---
| read(0, "131 NOOP\r\n", 1024) = 10
| stat64("/new/", 0x5c081aac) = -1 ENOENT (No such file or
| directory)
| alarm(1200) = 0
`---
> (...) if we could reproduce it or get more info, I've been banging my
> 1.2.12final with NOOPs for a while now and still no problem. :\
I don't have to wait for a long time (also using 1.2.12final), it happens a
few minutes after starting up the MUA.
HTH,
Juergen