From owner-freebsd-questions@FreeBSD.ORG Wed Jul 13 23:52:37 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 24F8F16A41C for ; Wed, 13 Jul 2005 23:52:37 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 1879943D46 for ; Wed, 13 Jul 2005 23:52:35 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: (qmail 27569 invoked from network); 13 Jul 2005 23:52:31 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO bifteki.home.net) (83.171.222.89) by 0 with SMTP; 13 Jul 2005 23:52:31 -0000 Received: from bifteki.home.net (localhost [127.0.0.1]) by bifteki.home.net (8.13.3/8.13.3) with ESMTP id j6E2qXK9036080; Thu, 14 Jul 2005 02:52:33 GMT (envelope-from gaghiel@bifteki.home.net) Received: (from gaghiel@localhost) by bifteki.home.net (8.13.3/8.13.3/Submit) id j6E2qXUs036079; Thu, 14 Jul 2005 02:52:33 GMT (envelope-from gaghiel) Date: Thu, 14 Jul 2005 02:52:33 +0000 From: Tsampros Leonidas To: Tom Parquette Message-ID: <20050714025233.GA36051@bifteki.lan> References: <42D5A162.40808@twcny.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D5A162.40808@twcny.rr.com> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: Problem with linprocfs 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: Wed, 13 Jul 2005 23:52:37 -0000 On Wed, Jul 13, 2005 at 07:18:58PM -0400, Tom Parquette wrote: > Hi. I only subscribe to the digest. Please CC me. I know it's > protocol but sometimes it does not happen. The double edged > sword of digest mode. TIA... > > I'm trying to build Java and I ran into the problem where linprocfs has > to be running/mounted. > > I found the suggestions but it is not working. > Here is what I get: > Script started on Wed Jul 13 19:05:19 2005 > stargate# grep linprocfs /etc/fstab > linprocfs /compat/linux/proc linprocfs rw 0 0 > stargate# kldload linprocfs Try first to create the directory /compat/linux/proc and then change the device name to none. It worked for me. More precisely i run the following command (after creating the directory): # mount -t linprocfs none /usr/compat/linux/proc/ # cat /usr/compat/linux/proc/cpuinfo x processor : 0