From owner-freebsd-questions@FreeBSD.ORG Fri Jun 23 14:25:58 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 610BA16A539 for ; Fri, 23 Jun 2006 14:25:58 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A3743D46 for ; Fri, 23 Jun 2006 14:25:57 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k5NEPt4B086348; Fri, 23 Jun 2006 09:25:55 -0500 (CDT) (envelope-from dan) Date: Fri, 23 Jun 2006 09:25:55 -0500 From: Dan Nelson To: Joe Auty Message-ID: <20060623142554.GE95588@dan.emsphone.com> References: <7CEA25D4-9A1F-47BB-AE9B-79E3ADE6F939@netmusician.org> <20060623042322.GD95588@dan.emsphone.com> <7D6333E0-BA1F-4A95-AC1A-573489758E44@netmusician.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7D6333E0-BA1F-4A95-AC1A-573489758E44@netmusician.org> X-OS: FreeBSD 5.5-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: FreeBSD Questions Subject: Re: problems with strace X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 14:25:58 -0000 In the last episode (Jun 23), Joe Auty said: > On Jun 23, 2006, at 12:23 AM, Dan Nelson wrote: > >In the last episode (Jun 23), Joe Auty said: > >>No matter what command I run with strace, I have the same problem: > >> > >># strace ls > >>strace: open("/proc/...", ...): No such file or directory > >>trouble opening proc file > >> > >>Any ideas why this is? > > > >Is /proc mounted? > > That was easy, no is wasn't =) > > I take it proc is optional in FreeBSD? Yes. There aren't many tools that still need it, but truss is one of them. -- Dan Nelson dnelson@allantgroup.com