From owner-freebsd-isp Thu Jan 4 11:20:58 2001 From owner-freebsd-isp@FreeBSD.ORG Thu Jan 4 11:20:56 2001 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from hawk-systems.com (unknown [161.58.152.235]) by hub.freebsd.org (Postfix) with ESMTP id 6FFDE37B402 for ; Thu, 4 Jan 2001 11:20:55 -0800 (PST) Received: from server0 (cr901664-a.pr1.on.wave.home.com [24.112.146.66]) by hawk-systems.com (8.8.8) id MAA93636 for ; Thu, 4 Jan 2001 12:19:24 -0700 (MST) From: "Dave VanAuken" To: Subject: RE: FreeBSD 4.2 > jailled virtual machine and PostgreSQL install/execute Date: Thu, 4 Jan 2001 14:26:57 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Deserved the RTFM for not mentioning that I already had added the flag in sysctl.conf on the host machine setting the jail.sysvipc_allowed=1 So with that in mind, this is one of the cases where this app will not function because of the jail environment? Thanks Dave -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Tom Samplonius On Thu, 4 Jan 2001, Dave VanAuken wrote: > in installing the pgsql port... problems arise ... > IpcMemoryCreate: shmget failed (Function not implemented) key=5432010, Known issue. By default SYSV shared memory is disabled in jails. There is a sysctl to reactivate it. However, SYSV shared memory is shared between jails. In fact, this is mentioned in the man page! Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message