From owner-freebsd-questions@FreeBSD.ORG Sun Feb 4 18:26:59 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 47EC516A401 for ; Sun, 4 Feb 2007 18:26:59 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 26ABF13C467 for ; Sun, 4 Feb 2007 18:26:59 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from insp.local (jn@c-76-23-109-98.hsd1.sc.comcast.net [76.23.109.98]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l14IQwAE033620; Sun, 4 Feb 2007 13:26:58 -0500 (EST) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Sun, 4 Feb 2007 13:26:52 -0500 User-Agent: KMail/1.9.5 References: <20070202215514.GC2770@just.puresimplicity.net> In-Reply-To: X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702041326.52884.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Vincent Bolinard 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 18:26:59 -0000 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"