From owner-freebsd-ports@FreeBSD.ORG Fri Aug 12 23:27:11 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7308F106564A for ; Fri, 12 Aug 2011 23:27:11 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 51D528FC08 for ; Fri, 12 Aug 2011 23:27:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id DEE8E170E5 for ; Fri, 12 Aug 2011 19:27:39 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received; s=aegis; t= 1313191659; bh=gPmzmlw51XufPGSNP8st5hSfAWraAyVMruYFijk8DyI=; b=D 2J5FAYXLiVlPLyFpYVB3xoaQChmuzmF8W0khQIV/mZ5DT4ZqyhSLruUZyQFAC8qH QVYG12s1Z2CSPwrKZJD6t3FMDow20ZkVrTojXT81R7ldjb0sgrXFZUPp6ZwgWzzH dQeY2Jb2Z5teqkLi7tX18pnApflrBL7Yuyb6o0sO4M= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id HWqAcPGOJNIM for ; Fri, 12 Aug 2011 19:27:39 -0400 (EDT) Date: Fri, 12 Aug 2011 19:27:07 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20110812232707.GD1512@magic.hamla.org> References: <4E42F7BD.4000105@admadic.de> <20110811013130.GF262@magic.hamla.org> <4E438787.4050503@admadic.de> <4E44394E.1050605@admadic.de> <4E45849A.8090300@admadic.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E45849A.8090300@admadic.de> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: lighttpd/moinmoin/fastcgi: child exited with status 127 - update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 23:27:11 -0000 On Fri, 2011-08-12 at 21:52:58 +0200, Rainer Schwarze wrote: > I solved part of my problem. It looks like python is not found during > jail startup - I'd assume PATH is incorrectly set. When I change my > moin.fcgi script's shebang line, it works: Ah, so it _was_ that a file could not be find when running from within the jail. The 127 code was a good hint. :) [ .. ] -- Sahil Tandon