From owner-freebsd-questions@FreeBSD.ORG Sun May 22 04:56:35 2005 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 9A21416A41C for ; Sun, 22 May 2005 04:56:35 +0000 (GMT) (envelope-from radlinskic@acm.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B25843D48 for ; Sun, 22 May 2005 04:56:35 +0000 (GMT) (envelope-from radlinskic@acm.org) Received: from localhost.localdomain (c-24-118-13-177.hsd1.mn.comcast.net[24.118.13.177]) by comcast.net (rwcrmhc12) with SMTP id <2005052204563401400sn9uve>; Sun, 22 May 2005 04:56:35 +0000 From: Chris Radlinski To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Sat, 21 May 2005 23:56:30 -0500 Message-Id: <1116737790.700.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: procfs in 5.4 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: Sun, 22 May 2005 04:56:35 -0000 I'm running 5.4 Release. Whenever I run 'ps -ef' I get this message: ps: Process environment requires procfs(5) My kernel config contains these two lines: options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework I should have procfs. However, my /proc directory is empty. What gives? Thanks, Chris