From owner-freebsd-isp Thu Jan 4 10: 8:25 2001 From owner-freebsd-isp@FreeBSD.ORG Thu Jan 4 10:08:22 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 A1E5937B400 for ; Thu, 4 Jan 2001 10:08:21 -0800 (PST) Received: from server0 (cr901664-a.pr1.on.wave.home.com [24.112.146.66]) by hawk-systems.com (8.8.8) id LAA87098 for ; Thu, 4 Jan 2001 11:06:51 -0700 (MST) From: "Dave VanAuken" To: Subject: FreeBSD 4.2 > jailled virtual machine and PostgreSQL install/execute Date: Thu, 4 Jan 2001 13:14:23 -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: <20010104114456.A66792@wjv.com> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Have posted this to a pgsql list, but fear that the problem may be with the interaction of it and the jail'ed virtual machine. FreeBSD 4.2 host machine 2 Jailled virtual machines on the host with apache, php... running fine with the insightfull tips from jail users in this list. in installing the pgsql port... problems arise (note, this port was installed prior to the apache port which installed php, mysql, and all the other garbage I selected for the test installation.) telnet into jail'ed virtual machine su to user pgsql (the only uid who has permission to do anything with pgsql) try and start the postmaster produces the following output: %postmaster -i IpcMemoryCreate: shmget failed (Function not implemented) key=5432010, size=144, permission=700 This type of error is usually caused by an improper shared memory or System V IPC semaphore configuration. For more information, see the FAQ and platform-specific FAQ's in the source directory pgsql/doc or on our web site at http://www.postgresql.org. IpcMemoryIdGet: shmget failed (Function not implemented) key=5432010, size=144, permission=0 IpcMemoryAttach: shmat failed (Function not implemented) id=-2 FATAL 1: AttachSLockMemory: could not attach segment % is this a pgsql configuration problem? or the fact that it cannot deal with being in jail... not sure where to start picking this one apart. initial thoughs would be that shmget isn't allowed to function from within the jail, or isn't installed/didn't complete installation when pgsql was installed. TIA Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message