From owner-freebsd-java@FreeBSD.ORG Wed Nov 21 16:35:13 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C5DD16A419 for ; Wed, 21 Nov 2007 16:35:13 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.freebsd.org (Postfix) with ESMTP id F118C13C45A for ; Wed, 21 Nov 2007 16:35:12 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id E9F3E43B3; Wed, 21 Nov 2007 16:35:10 +0000 (GMT) X-Virus-Scanned: amavisd-new at yadt.co.uk Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ywRIwf+oE8Q1; Wed, 21 Nov 2007 16:35:06 +0000 (GMT) Received: from [81.187.204.178] (outcold.yadt.co.uk [81.187.204.178]) by outcold.yadt.co.uk (Postfix) with ESMTP id D8EEA4397; Wed, 21 Nov 2007 16:35:05 +0000 (GMT) From: David Taylor To: Andreas Rudisch <"cyb."@gmx.net> In-Reply-To: <20071121153713.4fd79e33.cyb.@gmx.net> References: <20071107181857.GA35213@outcold.yadt.co.uk> <20071107103941.G46367@turing> <20071108181055.GA20748@outcold.yadt.co.uk> <20071121153713.4fd79e33.cyb.@gmx.net> Content-Type: text/plain Date: Wed, 21 Nov 2007 16:35:05 +0000 Message-Id: <1195662905.93442.2.camel@outcold.yadt.co.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: FreeBSD 7 and java networking X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidt@yadt.co.uk List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2007 16:35:13 -0000 On Wed, 2007-11-21 at 15:37 +0100, Andreas Rudisch wrote: > On Thu, 8 Nov 2007 18:10:56 +0000 > David Taylor wrote: > > > > As it turns out, I'd just noticed the global "WITH_IPV6=yes" > > that I'd put in /etc/make.conf, and started recompiling java > > without IPv6 support shortly before you sent that message. > > I had already tried (both native jdks) with IPV6 turned > > off in the "make config" menu -- or so I thought -- but > > my choice was overriden by that forgotten entry. > > > > The IPv6-less jdk works perfectly, now all that remains > > is to figure out why IPv6 support has stopped working... > > > > I'm fairly sure it worked fine before I switched motherboards > > and upgraded to 7-CURRENT (now stable, or beta, or whatever). > > I updated from 6.2-release-p8 to 7.0-beta3 and rebuilt all my ports. > Does Azureus work properly for you? For me it does not upload/download > anything. I tried jdk15 and jdk16 both with and without IPv6 support. > Using -Djava.net.preferIPv4Stack=true does not seem to help. > > With FreeBSD 6.2 I had to add the following to libmap.conf to run Azureus: > [/usr/local/jdk1.6.0/] > libpthread.so libc_r.so > libpthread.so.2 libc_r.so.6 > > This does not seem to help either. > > I am using ULE and SMP on an Intel Core2Duo. Yes, I'm afraid that when azureus started I assumed it was working -- as some networking was working (RSS feeds, update checks, etc). jbidwatcher also appeared to work correctly. But azureus appears to connect to the tracker & peers OK... then not download any pieces. So something is not quite right. -- David Taylor