From owner-freebsd-questions@FreeBSD.ORG Tue Dec 6 20:03:40 2011 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 CBF821065672 for ; Tue, 6 Dec 2011 20:03:40 +0000 (UTC) (envelope-from ulrich@pukruppa.de) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de [217.92.171.227]) by mx1.freebsd.org (Postfix) with ESMTP id 5D8158FC1A for ; Tue, 6 Dec 2011 20:03:39 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.5/8.14.5) with ESMTP id pB6Jo6TT032272 for ; Tue, 6 Dec 2011 20:50:07 +0100 (CET) (envelope-from ulrich@pukruppa.de) Message-ID: <4EDE71EE.5040207@pukruppa.de> Date: Tue, 06 Dec 2011 20:50:06 +0100 From: Peter Ulrich Kruppa User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111109 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <74a317314b401d66fcf07f1cfaa31f3a@sdnet.info> In-Reply-To: <74a317314b401d66fcf07f1cfaa31f3a@sdnet.info> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Nuxeo install in FreeBSD 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: Tue, 06 Dec 2011 20:03:40 -0000 Hello Bruno, On 05.12.2011 21:47, Bruno Gruel wrote: > Hello, > > I just want to know if someone already try to install NUXEO on a FreeBSD. > I try some month later without sucess. I will try to install it on > FreeBSD82 to day. For the fun of it I just tried the nuxeo-dm-5.4.2-tomcat package on my FreeBSD 9.0-RC1 (which in this case shouldn't make a difference to your 8.2) with jdk-1.6.0_03-p4. I unzipped the thing in /usr/local and tried to execute the ./bin/nuxeoctl start command, which failed. Having a look at the first line of this file I found #!/bin/bash But my bash is installed in # which bash /usr/local/bin/bash So I changed the first line of nuxeoctl into #!/usr/local/bin/bash and now I can start and run Nuxeo. I hope that helps Peter. > > I already ask the question on the nuxeo forum without reply.. > > Thank's. > > Bruno > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"