From owner-freebsd-questions@FreeBSD.ORG Tue Jun 5 00:08:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E093416A515 for ; Tue, 5 Jun 2007 00:08:05 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (echo.calarts.edu [198.182.157.9]) by mx1.freebsd.org (Postfix) with ESMTP id C630213C4E9 for ; Tue, 5 Jun 2007 00:08:05 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 88AEF101E425; Mon, 4 Jun 2007 23:57:49 +0000 (GMT) Received: from muse2.calarts.edu (muse2.calarts.edu [198.182.157.28]) by echo.calarts.edu (Postfix) with ESMTP id 6D1981018EF3; Mon, 4 Jun 2007 23:57:47 +0000 (GMT) Received: from [198.182.157.179] (dhcp7179.calarts.edu [198.182.157.179]) (authenticated bits=0) by muse2.calarts.edu (8.13.3/8.13.3) with ESMTP id l55083sW024070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 4 Jun 2007 17:08:03 -0700 (PDT) (envelope-from smurphy@calarts.edu) Message-ID: <4664A962.1050907@calarts.edu> Date: Mon, 04 Jun 2007 17:08:02 -0700 From: Sean Murphy User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) To: "freebsd-questions@freebsd.org List" , freebsd-questions-local@be-well.ilk.org References: <4664528E.8080400@calarts.edu> <20070604185302.GB52959@dan.emsphone.com> <46646A31.1070702@calarts.edu> <44wsyj79ww.fsf@be-well.ilk.org> In-Reply-To: <44wsyj79ww.fsf@be-well.ilk.org> Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 198.182.157.28 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Force Memory Dump 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: Tue, 05 Jun 2007 00:08:06 -0000 Lowell Gilbert wrote: Don't top-post, please. Sean Murphy [1] writes: I get this error when trying gcore what am I doing wrong? # gcore 581 gcore: /proc/581/file: No such file or directory # cd /proc # ls -la total 4 dr-xr-xr-x 2 root wheel 512 May 8 2005 . drwxr-xr-x 20 root wheel 512 Apr 3 17:03 .. You need to mount a procfs(5). _______________________________________________ [2]freebsd-questions@freebsd.org mailing list [3]http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [4]"freebsd-questions-unsubscribe@freebsd.org" Sorry about top posting I forgot to switch my prefs. Why is procfs removed by default from FreeBSD? I can track it to being available and turned on in 4.x but removed in later versions. Thanks References 1. mailto:smurphy@calarts.edu 2. mailto:freebsd-questions@freebsd.org 3. http://lists.freebsd.org/mailman/listinfo/freebsd-questions 4. mailto:freebsd-questions-unsubscribe@freebsd.org