From: Stéphane L. <ste...@lu...> - 2006-01-03 17:19:32
|
Am 03.01.2006 um 00:50 schrieb Rob MacGregor: > [ Please don't CC me - I get the mail on the list ] > > On 02/01/06, Stéphane Lux <ste...@lu...> wrote: >> >> I have tried fetchmail 6.3.1. I still have the one minute delays for >> setting up a connection: > > Next thing to do is run fetchmail under truss to get a dump of what's > going on. Watching that it should be fairly obvious where the problem > lies. The output of that, with the area the pause occurs marked, > would help in tracking down the problem. Here is the output of kdump: ... 2710 fetchmail RET sigaction 0 12710 fetchmail CALL sigaction(0xd,0xbfffd3d8,0xbfffd450) 12710 fetchmail RET sigaction 0 12710 fetchmail CALL sigprocmask(0x1,0,0x32c28) 12710 fetchmail RET sigprocmask 0 12710 fetchmail CALL setitimer(0,0xbfffd460,0) 12710 fetchmail RET setitimer 0 --- here is the one minute delay --- 12710 fetchmail CALL socket(0x2,0x1,0) 12710 fetchmail RET socket 4 12710 fetchmail CALL connect(0x4,0x3018b0,0x10) 12710 fetchmail RET connect 0 12710 fetchmail CALL setitimer(0,0xbfffd460,0) 12710 fetchmail RET setitimer 0 12710 fetchmail CALL setitimer(0,0xbfffd460,0) 12710 fetchmail RET setitimer 0 12710 fetchmail CALL setitimer(0,0xbfffb3a0,0) 12710 fetchmail RET setitimer 0 12710 fetchmail CALL recvfrom(0x4,0xbfffb450,0x2000,0x2,0,0) 12710 fetchmail GIO fd 4 wrote 147 bytes ... Does this help in tracking down the problem? |