From owner-freebsd-questions@FreeBSD.ORG Sun Feb 4 22:45:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D7E716A401 for ; Sun, 4 Feb 2007 22:45:49 +0000 (UTC) (envelope-from vinzstyle@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.freebsd.org (Postfix) with ESMTP id B0E0A13C471 for ; Sun, 4 Feb 2007 22:45:48 +0000 (UTC) (envelope-from vinzstyle@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so1133067wri for ; Sun, 04 Feb 2007 14:45:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ojtB876RK9cfPUGx7eEmAW5pDsLS7MKNmaN979q7N0lY85uK8TIojPNE18x4WT3eUxxaeovIoMAbb4grS6cLq0XGXOkyfx1ieeJwyN7tW5soT4VqhQSxPTiwBI6DANr3vzVMDe7hpK1YB/SVaH8WIZth/8WRqoshv14q8WH/4ss= Received: by 10.90.93.6 with SMTP id q6mr7948588agb.1170629148198; Sun, 04 Feb 2007 14:45:48 -0800 (PST) Received: by 10.90.65.2 with HTTP; Sun, 4 Feb 2007 14:45:48 -0800 (PST) Message-ID: Date: Sun, 4 Feb 2007 23:45:48 +0100 From: "Vincent Bolinard" To: freebsd-questions@freebsd.org In-Reply-To: <200702041326.52884.lists@jnielsen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070202215514.GC2770@just.puresimplicity.net> <200702041326.52884.lists@jnielsen.net> Subject: Re: Problem with mod_fcgid inside a jail. 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: Sun, 04 Feb 2007 22:45:49 -0000 Hi, I've added security.jail.sysvipc_allowed=1 in /etc/sysctl.conf, but it still does not work. Is that a bug or am I missing something ? Thank you. 2007/2/4, John Nielsen : > On Sunday 04 February 2007 05:38, Vincent Bolinard wrote: > > I've just tried to run Apache with mod_fcgid 1.10 and 2.0, but it > > still does not work. > > > > Here is the error with 1.10 : > > > > [notice] suEXEC mechanism enabled (wrapper: /usr/local/sbin/suexec) > > [info] mod_unique_id: using ip addr 192.168.1.3 > > [emerg] (2)No such file or directory: mod_fcgid: Can't create global > > mutex > > > > Here is the error with 2.0 : > > > > [notice] suEXEC mechanism enabled (wrapper: /usr/local/sbin/suexec) > > [info] mod_unique_id: using ip addr 192.168.1.3 > > [emerg] (2)No such file or directory: mod_fcgid: Can't create share > > memory for size %zu byte > > Try setting jail_sysvipc_allow=yes in /etc/rc.conf. (Or you can set the > security.jail.sysvipc_allowed sysctl to one, but the jail rc scripts will > change it if you use them and don't have the RC variable set.) > > JN > > > 2007/2/2, Josh Tolbert : > > > On Fri, Feb 02, 2007 at 10:51:32PM +0100, Ivan Voras wrote: > > > > Vincent Bolinard wrote: > > > > > [emerg] (2)No such file or directory: mod_fcgid: Can't create share > > > > > memory for size 316628 byte > > > > > > > > > > I'm running FreeBSD 6.2-RELEASE, Apache 2.0.59 and mod_fcgid 1.09. > > > > > > > > Try running v1.10, here's what it says in changelog: > > > > > > > > "3. Use anonymous shared memeory to make OS X happy. (Thank andkjar > > > > at obtech.net for the patch.)" > > > > > > > > Maybe it will help you. > > > > > > Update to 2.0 will be coming soon...Maybe this weekend, if I find some > > > time. I have no idea if it'll fix the problem, but 1.x is dead either > > > way. > > > > > > Thanks, > > > > > > Josh > > > -- > > > Josh Tolbert > > > hemi@puresimplicity.net || http://www.puresimplicity.net/~hemi/ > > > > > > Security is mostly a superstition. It does not exist in nature, nor > > > do the children of men as a whole experience it. Avoiding danger > > > is no safer in the long run than outright exposure. Life is either > > > a daring adventure, or nothing. > > > -- Helen Keller > > > _______________________________________________ > > > 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" > > > > _______________________________________________ > > 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" >