Re: How to trace a process?

2009-12-20 Thread soko.tica
On 12/9/09, Samiuela LV Taufa samtw...@gmail.com wrote: e.g. http://www.nomoa.com/bsd/postfix.htm#4.1telnet http://www.nomoa.com/bsd/dovecot.htm Many, many thanks, that was just what I need.

How to trace a process?

2009-12-08 Thread soko.tica
Hello list, How to trace a process for debugging (4.6-stable, if that matters)? I'm stuck with postfix+dovecot and need to discover why mail server doesn't accept mail from my desktop. RTFM's are fine, just point which one I should read. ;) Thanks in advance.

Re: How to trace a process?

2009-12-08 Thread Dope Ice Apollyon the Third
On Tue, Dec 8, 2009 at 3:53 PM, soko.tica soko.t...@gmail.com wrote: Hello list, How to trace a process for debugging (4.6-stable, if that matters)? I'm stuck with postfix+dovecot and need to discover why mail server doesn't accept mail from my desktop. RTFM's are fine, just point which one

Re: How to trace a process?

2009-12-08 Thread Ted Unangst
On Tue, Dec 8, 2009 at 3:53 PM, soko.tica soko.t...@gmail.com wrote: How to trace a process for debugging (4.6-stable, if that matters)? I'm stuck with postfix+dovecot and need to discover why mail server doesn't accept mail from my desktop. ktrace is the program for tracing. gdb

Re: How to trace a process?

2009-12-08 Thread Lars Nooden
Ted Unangst wrote: ktrace is the program for tracing... Is there a common way for visualizing ktrace output, such as a script to convert it to dotty or something similar? Regards, /Lars

Re: How to trace a process?

2009-12-08 Thread Ted Unangst
On Tue, Dec 8, 2009 at 4:43 PM, Lars Nooden lars.cura...@gmail.com wrote: Ted Unangst wrote: ktrace is the program for tracing... Is there a common way for visualizing ktrace output, such as a script to convert it to dotty or something similar? kdump. But I have no idea how you'd interpret

Re: How to trace a process?

2009-12-08 Thread Samiuela LV Taufa
soko.tica wrote: Hello list, How to trace a process for debugging (4.6-stable, if that matters)? I'm stuck with postfix+dovecot and need to discover why mail server doesn't accept mail from my desktop. RTFM's are fine, just point which one I should read. ;) Thanks in advance

Re: How to trace a process?

2009-12-08 Thread soko.tica
On 12/8/09, Ted Unangst ted.unan...@gmail.com wrote: more is the program for looking at log files to discover the problem. :) Well, not that I didn't deserve it with my phrasing. :)