From owner-freebsd-java@FreeBSD.ORG Tue Oct 25 06:09:54 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C92F516A41F; Tue, 25 Oct 2005 06:09:54 +0000 (GMT) (envelope-from vincent@kenic.or.ke) Received: from ole.kenic.or.ke (ole.kenic.or.ke [198.32.67.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E61743D45; Tue, 25 Oct 2005 06:09:45 +0000 (GMT) (envelope-from vincent@kenic.or.ke) Received: from [198.32.67.40] (vincent [198.32.67.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ole.kenic.or.ke (Postfix) with ESMTP id A22F96DC5E; Tue, 25 Oct 2005 09:09:29 +0300 (EAT) From: Vincent Ngundi To: FreeBSD Java Issues In-Reply-To: <1129302221.1195.23.camel@vince> References: <1129302221.1195.23.camel@vince> Content-Type: text/plain Organization: KENIC Message-Id: <1130220564.1154.2.camel@vince> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 25 Oct 2005 09:09:24 +0300 Content-Transfer-Encoding: 7bit X-KENIC-MailScanner-Information: Please contact the ISP for more information X-KENIC-MailScanner: Found to be clean X-KENIC-MailScanner-From: vincent@kenic.or.ke Cc: FrreBSD General Questions Subject: Re: Problem Installing native jdk1.5.0 on FreeBSD 5.3-RELEASE X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vincent@kenic.or.ke List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 06:09:54 -0000 All I had to do was to disable Kernel Security in /etc/rc.conf.. -V On Fri, 2005-10-14 at 18:03, Vincent Ngundi wrote: > Objective > --------- > > I'm trying to install native jdk 1.5.0 on a box running FreeBSD > 5.3-RELEASE. > > > Problem > ------- > > When I run "make install clean", I'm getting a message telling me that I > should mount LINPROCFS before starting to build jdk 1.5.0 and that the > commands "kldload linprocfs" and > "mount -t linprocfs linprocfs /compat/linux/proc" should do that. > > ** Major Problem: When I run "kldload linprocfs" (as root), I get the > following error: > > "kldload: can't load linprocfs: Operation not permitted" > > > I have the following files on my box: > > /usr/src/sys/compat/linprocfs > /usr/src/sys/i386/compile/****/modules/usr/src/sys/modules/linprocfs > /usr/src/sys/modules/linprocfs > > > What I have done > ---------------- > > ) I have tried to googled out the error > > ) I have lowered the _kernel_secure_level to 1...even to -1 > > ) I have added the following line into my /etc/fstab file: > > "linprocfs /compat/linux/proc linprocfs rw 0 0" > > I still get the same error when I run "kldload linprocfs". > > Please help!! -- -Vincent