From owner-freebsd-questions@FreeBSD.ORG Thu Jan 17 00:35:59 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DED216A418 for ; Thu, 17 Jan 2008 00:35:59 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by mx1.freebsd.org (Postfix) with ESMTP id D027613C4E1 for ; Thu, 17 Jan 2008 00:35:58 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so346376nzf.13 for ; Wed, 16 Jan 2008 16:35:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Pd7wUHu9q8BdH+Km11fT6JkQWZShvrMrkI5qjlN9zys=; b=LUW9kLnwYyQW1so9Q2W3tmo0vtKrhGo1qfvl68+9jkiRTuKbiVEH8cBijYzbZNbgo6sHECmnAn0OBAfAugnq91el0lrUMZhAooDL5t305ncGTMK6dmZHYE5VHnalWNGpVYjcb8xrMyeiJWiUCW0C8ucaBfSe05HgxCn90VqUZYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ppAsFTJFzum+Hhhgdqmfh7VWCCLpVkZrqaBBDwVIFZ0J8ZE3C66VcQRJBmfMblBaN4q4tYUG8NLZU1QF+23uv5Zk2gU6Vu4m5RF3wpJXbkAmQQAHLps7bRlpJOnAd0byh9J3M7Z/2chL7kXrYrNcwL/PCRCqtoDw34/qCwZzZ6M= Received: by 10.142.225.11 with SMTP id x11mr905069wfg.175.1200530157584; Wed, 16 Jan 2008 16:35:57 -0800 (PST) Received: by 10.142.72.20 with HTTP; Wed, 16 Jan 2008 16:35:57 -0800 (PST) Message-ID: Date: Wed, 16 Jan 2008 16:35:57 -0800 From: "Kurt Buff" To: "Peter Boosten" In-Reply-To: <478E7E67.5090307@boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <478E7E67.5090307@boosten.org> Cc: questions@freebsd.org Subject: Re: Anyone out there using SSL-Explorer? 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: Thu, 17 Jan 2008 00:35:59 -0000 On Jan 16, 2008 2:00 PM, Peter Boosten wrote: > Kurt Buff wrote: > > > > > > Per a private message (thanks, Peter) I learned that 'ant run' is > > deprecated, and I should instead use 'ant start'. > > > > This seems to have no effect, as the output is the same. > > > > The README does talk about a wizard, which, after pondering all of > > this overnight, seems to mean some GUI component that guides you > > through setup. There is no window manager on this machine, and I don't > > have X installed, except for what Java/Ant libraries were installed. > > > > So, I'm still left with the questions above. > > > > Kurt, > > We spoke briefly about 'ant install' opening port 28080... when this > happens, you can connect your browser to that port > (http://yourhost:28080 -> this is the wizard the readme is talking > about). There seems to be some timegap between the installer reporting > it's ready and the actual opening of the port (I tried last night). > > You don't need X (I don't have it), just some patience. When you've > completed the install (with your browser), the ant will shutdown and you > can start then sslexplorer with 'ant start'. Again there will be a > timegap between the ending of the startup script and the opening of the > port. > > > Peter OK - I'll buy that the wizard is the GUI used through a web browser - that makes sense. However, I executed 'ant start' within the directory at the console as root, while tracking processes in a putty ssh terminal with top during that execution. I noticed that java was running, but then the ant process stopped on the console, and in top the java entry disappeared. Testing after that, with netstat -a, revealed no port open other than the usual smtp/ssh/ntp ports that I use on any machine. Trying to connect with Firefox is unsuccessful at that point. As you might surmise, I'm not familiar with ant or java, so am just bashing about looking for clues. Lastly for the moment, I noticed that I didn't have the JRE installed, so I took the time to download that file and 'make install clean', then execute 'ant install' and 'ant run', with the same results. I have output from both 'ant install' and 'ant run' should anyone care to take a look.