From owner-freebsd-questions@FreeBSD.ORG Wed Jul 13 23:19:02 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 6641616A41C for ; Wed, 13 Jul 2005 23:19:02 +0000 (GMT) (envelope-from BCSFD204@twcny.rr.com) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088A743D46 for ; Wed, 13 Jul 2005 23:19:01 +0000 (GMT) (envelope-from BCSFD204@twcny.rr.com) Received: from [192.168.0.207] (cpe-24-58-125-118.twcny.res.rr.com [24.58.125.118]) by ms-smtp-01.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id j6DNIwDX015012 for ; Wed, 13 Jul 2005 19:18:59 -0400 (EDT) Message-ID: <42D5A162.40808@twcny.rr.com> Date: Wed, 13 Jul 2005 19:18:58 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050420 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: 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:19:02 -0000 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 kldload: can't load linprocfs: File exists stargate# mount /compat/linux/proc mount: /usr/compat/linux/proc: No such file or directory stargate# ls -l /compat/linux/proc ls: /compat/linux/proc: No such file or directory stargate# ls -l /compat/linux/ total 12 drwxr-xr-x 2 root wheel 1024 Jun 11 00:55 bin drwxr-xr-x 8 root wheel 1024 Jul 13 17:46 etc drwxr-xr-x 2 root wheel 2048 Jun 11 00:55 lib drwxr-xr-x 2 root wheel 512 Jun 11 00:55 sbin drwxr-xr-x 9 root wheel 512 Jun 11 11:03 usr drwxr-xr-x 4 root wheel 512 Jun 11 00:55 var stargate# exit exit Script done on Wed Jul 13 19:06:17 2005 linux_enable="YES" is coded in rc.conf and it does not appear to complain at boot time. It may be something simple but I do not get it. Suggestions? Thanks...