From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 04:51:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49DE816A423 for ; Mon, 13 Mar 2006 04:51:16 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01B243D53 for ; Mon, 13 Mar 2006 04:51:15 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 8179 invoked from network); 13 Mar 2006 15:51:14 +1100 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by trilaxy.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 13 Mar 2006 15:51:14 +1100 Date: Mon, 13 Mar 2006 15:51:10 +1100 From: Norberto Meijome To: Edwin Groothuis Message-ID: <20060313155110.6d364d10@localhost> In-Reply-To: <20060310213645.GA92610@k7.mavetju> References: <20060310213645.GA92610@k7.mavetju> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Tippingpoint SMS client software 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: Mon, 13 Mar 2006 04:51:16 -0000 On Sat, 11 Mar 2006 08:36:45 +1100 Edwin Groothuis wrote: > Greetings, > > We recently obtained a Tippingpoint SMS server which is currently > safe guarding our network against the bad guys. > > Unfortunately, the client software for Linux (which is nothing more > than a Java program) does and doesn't really work on my FreeBSD > machine: > > - It tries to install the a Linux JRE. > - The installation program aborts halfway with errors in the Java > program. > Hi Edwin, have you tried installing it while being chrooted in /usr/compat/linux also make sure to have /usr/compat/linux/proc mounted. this has usually helped me with some linux software. Haven't tried with your software in particular. HIH, Beto