atom feed3 messages in net.sourceforge.lists.courier-imapRe: [Courier-imap] Re: Problem--couri...
FromSent OnAttachments
Peter KaufmanSep 26, 2005 8:46 pm 
Brian CandlerSep 28, 2005 1:34 am 
Tony EarnshawSep 28, 2005 2:55 am 
Subject:Re: [Courier-imap] Re: Problem--courier imap hangs on "select inbox"
From:Tony Earnshaw (ton@billy.demon.nl)
Date:Sep 28, 2005 2:55:08 am
List:net.sourceforge.lists.courier-imap

on den 28.09.2005 Klokka 09:34 (+0100) skreiv Brian Candler:

[...]

$ ktrace /path/to/imapd Maildir a select inbox a logout # or ctrl-C assuming it's stuck $ kdump | less

[That's for FreeBSD; if you're using Linux then I think it's strace, if you're using Solaris it's truss]

NB ... to get strace output to a file in Linux (the easy way, there's another) use 'strace -o filename program'.

--Tonni