From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 03:36:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C987106566B for ; Sat, 14 Jun 2008 03:36:08 +0000 (UTC) (envelope-from fbsd06+W4=8ff14f2c@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id EC3948FC0A for ; Sat, 14 Jun 2008 03:36:07 +0000 (UTC) (envelope-from fbsd06+W4=8ff14f2c@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id C130B23E4B5; Fri, 13 Jun 2008 23:36:03 -0400 (EDT) Date: Sat, 14 Jun 2008 04:35:55 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080614043555.35c5d2b8@gumby.homeunix.com.> In-Reply-To: <836792.79335.qm@web63907.mail.re1.yahoo.com> References: <836792.79335.qm@web63907.mail.re1.yahoo.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: camiloreyes82@yahoo.com Subject: Re: Java Dilemma 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: Sat, 14 Jun 2008 03:36:08 -0000 On Wed, 11 Jun 2008 20:01:05 -0700 (PDT) Camilo Reyes wrote: > Unfortunately after updating my portsnap; it did not work. Here is the > error I get: > > $ firefox > INTERNAL ERROR on Browser End: SendRequest: Read of ack failed: 0 > > System error?:: Unknown error: 0 > $ firefox > INTERNAL ERROR on Browser End: SendRequest: Read of ack failed: 0 > > System error?:: Unknown error: 0 > > It's interesting to note that you don't have to download the tzupdater > tool from Java (which requires you to create an account with their > site). In order to avoid getting that file just edit the Makefile > prior to running make. You don't have to do that, it's an option, just do a make config and deselect it. If you are trying to to get the browser plugin to work, it probably wont. The diablo java ports are precompiled binaries, currently built against FreeBSD 6, and this is one of the few cases where compat6x doesn't help. You need to build java from source e.g. with java/jdk15.