From owner-freebsd-java@FreeBSD.ORG Fri Dec 16 00:57:06 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 AB4F916A41F for ; Fri, 16 Dec 2005 00:57:06 +0000 (GMT) (envelope-from europa100@comcast.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2492943D5C for ; Fri, 16 Dec 2005 00:57:06 +0000 (GMT) (envelope-from europa100@comcast.net) Received: from lm741n.had1.or.comcast.net. (c-24-20-8-31.hsd1.or.comcast.net[24.20.8.31]) by comcast.net (sccrmhc13) with SMTP id <2005121600570401300oooqie>; Fri, 16 Dec 2005 00:57:05 +0000 Date: Thu, 15 Dec 2005 16:56:51 -0800 From: Rob Lytle To: freebsd-java@freebsd.org Message-Id: <20051215165651.4f60ed14.europa100@comcast.net> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: no FreeBSD implementation works with Freenet X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2005 00:57:06 -0000 Are you running on ffs or nfs? If nfs, did you enable lock-support? On Tue, 13 Dec 2005 18:51:05 +0100, Rob Lytle wrote: > On Tue, 13 Dec 2005 18:25:30 +0100 > Herve Quiroz wrote: > >> On Tue, Dec 13, 2005 at 09:10:48AM -0800, Rob Lytle wrote: >> > Freenet works fine on Windows and Gentoo Linux, but it seems like it >> > has just never ever worked on FreeBSD. >> >> Did you install Freenet using the ports framework? In such case, there >> must something specific to your configuration which causes trouble >> because it works fine on my system. >> >> In any case, I suggest that you contact the maintainer of the port >> (lioux@FreeBSD.org) if you want to report such error so that he may be >> aware of it and fix it. >> >> Herve > My god, I never knew there was a Freenet port. I have always just > installed the package from the Freenet site, since it is just a jar > with some shell scripts. > > One thing is true about Freenet though. It is a continuously moving > target and I know that they have to work around java bugs in general. > I will look at that port and see what special is being done to make > Freenet work. > > Rob. > -- Ronald Klop Amsterdam, The Netherlands Thank you Ronald. I should have thought about that. Its there in my rc.conf, but I had it set to "NO". That explains some things. I am trying to run Freenet on top of cfs which uses NFS. However, now I get the error message in freenet.log which says that some other process is using the lockfile. But I am making progress. I have run the same setup on Linux before, so maybe I need to look back at that to see what I did. Rob Lytle