From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:39:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AF016A420 for ; Fri, 24 Feb 2006 21:39:37 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id F248743D45 for ; Fri, 24 Feb 2006 21:39:36 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id EF0285100FD for ; Fri, 24 Feb 2006 16:39:34 -0500 (EST) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25634-01-83 for ; Fri, 24 Feb 2006 16:39:31 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id C94635100F4 for ; Fri, 24 Feb 2006 16:39:31 -0500 (EST) Received: from [192.168.0.4] (boss [192.168.0.4]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1OLdVlu051204 for ; Fri, 24 Feb 2006 16:39:31 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Fri, 24 Feb 2006 16:39:38 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060224163317.E305.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Tracing Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:39:37 -0000 I have a program. DADA Mail, which is unfortunately not available in the ports system. One of the modules supports a discussion list. It is designed to POP a message from the mailbox and send it. Unfortunately, it is failing to delete the message from the mailbox after sending it. I need a program that I can run in conjunction with this program that can produce a log of everything that is happening when the module is running so I can send it to the developer of DADA. Perhaps someone could suggest something that would accomplish that. I am not talking a 'script' which only records output to the screen. I need one that will record exactly what the program is actually doing; i.e, system calls, etc. Thanks! -- Gerard Seibert gerard@seibercom.net