On Fri, Feb 11, 2005 at 02:30:37AM +1100, Sammy Spets wrote:
> I ran strace using -1 previously. I ran 'offlineimap -1 -d imap' and it
> freezes here:

Well, at least it's freezing at the same place :-)

> Syncing Underwater.Announcements: IMAP -> Maildir
> DEBUG[imap]:   56:14.47 > BKPF44 SELECT Underwater.Announcements
> 
> The full imap debug output is available at www.synerger.com/oimap.debug
> 
> Server is dovecot. Is there another way I can slow down offlineimap so I 
> can test whether dovecot is dying under the barrage of commands?

Not built-in, but you can telnet to your server and issue commands
manually....  something like this should do it:

telnet myserver imap
1 LOGIN "username" "password"
2 LIST "" ""
3 SELECT Underwater.Announcements
4 LOGOUT

You should see an "OK" response after each command.  Just note that you
have to increment the leading number for each command you send.

If it still hangs on the SELECT, then you know for sure that the problem
is in dovecot.  Otherwise, our journey continues...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to