From owner-freebsd-questions@FreeBSD.ORG Tue Apr 6 00:47:15 2004 Return-Path: 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 0F84B16A4CE for ; Tue, 6 Apr 2004 00:47:15 -0700 (PDT) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 641A843D39 for ; Tue, 6 Apr 2004 00:47:14 -0700 (PDT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) i367kctO028325 for ; Tue, 6 Apr 2004 03:46:38 -0400 (EDT) Message-ID: <000901c41baa$d91181d0$0200a8c0@satellite> From: "dave" To: Date: Tue, 6 Apr 2004 03:43:26 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: using strace gives proc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 07:47:15 -0000 Hello, I'm trying to use strace to debug a program as directed by a developer. The command i was given is: strace -f -o /tmp/logfile comandname -d where d is debug. When i enter this i get an error that a proc file is unable to be open. I don't have any proc files. I've never done any debugging, can anyone clue me in to what strace wants? Thanks. Dave.