From owner-freebsd-questions@FreeBSD.ORG Thu Jan 17 02:36:08 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 2602D16A418 for ; Thu, 17 Jan 2008 02:36:08 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id D8E2913C45D for ; Thu, 17 Jan 2008 02:36:07 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so376306nzf.13 for ; Wed, 16 Jan 2008 18:36:07 -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=Pct94lEB5puBAGpoGOnotQFEK+efR94nPrJw3RIZMSk=; b=WCYMG/MPQOVjJvhWTv5q3QpZ3LTrqqLoSiGQcY3FWCMKy0Dydv/0qUuP4eUPgE5L81lLDDvl5eGKArVFmfGlB5+6UB86I7sRu5xqdwnev7UkqopT2uZMM4nZk/himIL1gLo2Lw/i8YqmkT06QUyhKrMoaq0aroqAn60pMteA+Qk= 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=DYFYq8fQEkZcNVvs8Zpj50ncL9Yewj3hKBBstiCF3hUZk+ydIxS/8Jssl+1dVO/rGRzOHVmggbEFe3GOGkqvulbiWDPLTYjalMtWBPgrtdLuqIM82Q1qBzIeHo6bUPQlgLm4sslB60gb7Uvh9H9xNCEpdOBZpvDPmqXJrbrs+yQ= Received: by 10.142.229.4 with SMTP id b4mr949376wfh.158.1200537366597; Wed, 16 Jan 2008 18:36:06 -0800 (PST) Received: by 10.142.72.20 with HTTP; Wed, 16 Jan 2008 18:36:06 -0800 (PST) Message-ID: Date: Wed, 16 Jan 2008 18:36:06 -0800 From: "Kurt Buff" To: "Peter Boosten" In-Reply-To: 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 02:36:08 -0000 On Jan 16, 2008 4:35 PM, Kurt Buff wrote: > > 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. > OK - this is seriously strange. I used the command line # ant -debug -logfile /root/antdebuginstall.txt install and the process now does not exit, and I'm able to bring up the wizard in FF. I'm getting errors trying to authenticate against Active Directory, but I can work through that. Thoughts? Kurt