From owner-freebsd-java@FreeBSD.ORG Sat Dec 22 01:51:54 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 459BB16A468 for ; Sat, 22 Dec 2007 01:51:54 +0000 (UTC) (envelope-from tsw5@duke.edu) Received: from smtp.duke.edu (smtp-01.oit.duke.edu [152.3.174.14]) by mx1.freebsd.org (Postfix) with ESMTP id 04E0C13C457 for ; Sat, 22 Dec 2007 01:51:53 +0000 (UTC) (envelope-from tsw5@duke.edu) Received: from smtp.duke.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 35633309AC9; Fri, 21 Dec 2007 20:36:52 -0500 (EST) Received: from avenue2.wintermute (cpe-076-182-024-090.nc.res.rr.com [76.182.24.90]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.duke.edu (Postfix) with ESMTP id 0822D3091E2; Fri, 21 Dec 2007 20:36:52 -0500 (EST) Message-Id: From: Todd Wasson To: freebsd-java@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Fri, 21 Dec 2007 20:36:51 -0500 X-Mailer: Apple Mail (2.915) X-PMX-Version: 5.4.0.320885, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.12.21.172421 X-PerlMx-Spam: Gauge=XXII, Probability=22%, Report='RELAY_IN_PBL_11 2.5, RDNS_GENERIC_POOLED 0, RDNS_POOLED 0, RDNS_RESIDENTIAL 0, RDNS_SUSP 0, RDNS_SUSP_GENERIC 0, RDNS_SUSP_SPECIFIC 0, RELAY_IN_PBL 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __RDNS_POOLED_2 0, __SANE_MSGID 0' Cc: davidt@yadt.co.uk Subject: FreeBSD 7 and java networking 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: Sat, 22 Dec 2007 01:51:54 -0000 > 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 I'm seeing the same problem, and I've tried with the diablo 1.5 JDK (with which azureus segfaults), the bsdjava 1.5 JDK, and the bsdjava 1.6 JDK, with azureus 3.0.3.4 and azureus 2.5.0.4. I've tried with and without encryption, DHT, and peer filtering. It sits there at 0K/ s forever and eventually may creep up to 2K/s or so (woo!) but that's about it. The same versions of azureus work fine on my mac so I don't think it's necessarily a general issue with that program; it seems freebsd- specific, though I guess it could be an issue with azureus and freebsd that's somehow separated from the freebsd JDKs, but it seems doubtful. I can't find any problem reports on this, so I'm not even sure what to keep an eye on for a solution. Has anyone made any progress with this? Thanks. Todd