17 Jan
2007
17 Jan
'07
8:54 p.m.
On Wed, 2007-01-17 at 12:50 -0600, Steven F Siirila wrote:
- set login_process_count = 1 and restart dovecot
- Determine pid of the one imap-login above (pid 25814)
- Truss -f that process, waiting for the first child process to start, and extract the pid of that process, and run "pfiles" on that pid:
( truss -f -p 25814 | & fgrep -v 25814: | head -1 | sed -e 's/:.*//' -e 's/^/pfiles /' > x ) ; sh -x x > pfiles.out
The contents of the pfiles.out file is:
26738: imap
I guess something went wrong, because this is from a different PID and from an imap process, not imap-login :)