From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 06:45:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1893237B401 for ; Tue, 15 Jul 2003 06:45:06 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9DF43F3F for ; Tue, 15 Jul 2003 06:45:04 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19cQ73-000FQD-7f; Tue, 15 Jul 2003 15:45:01 +0200 Date: Tue, 15 Jul 2003 15:45:01 +0200 From: Sheldon Hearn To: Byron Schlemmer Message-ID: <20030715134501.GI43082@starjuice.net> Mail-Followup-To: Byron Schlemmer , FreeBSD Current References: <200307150653.h6F6r0gG092242@grimreaper.grondar.org> <3F13C4B0.636DC603@mindspring.com> <1058276153.1008.14.camel@nemesis.work> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1058276153.1008.14.camel@nemesis.work> User-Agent: Mutt/1.5.4i Sender: Sheldon Hearn cc: FreeBSD Current Subject: Re: ``Resource temporarily unavailable'' in vi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 13:45:06 -0000 On (2003/07/15 13:35), Byron Schlemmer wrote: > Being the curious person that I am, I tried the following from the truss > manpage : > > % truss /bin/echo hello > truss: cannot open /proc/1805/mem: No such file or directory > truss: cannot open /proc/curproc/mem: No such file or directory > > Is this expected behaviour on -CURRENT or is it just me? It's expected if you don't have a process filesystem mounted on /proc. kldload procfs mount_procfs /dev/procfs /proc Ciao, Sheldon.