From owner-freebsd-questions Tue Nov 20 1:20:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from folsom.tinc-org.com (tinc-org.com [64.6.65.10]) by hub.freebsd.org (Postfix) with ESMTP id BF80E37B417 for ; Tue, 20 Nov 2001 01:20:00 -0800 (PST) Received: by folsom.tinc-org.com (Postfix, from userid 1001) id C86FC228F5; Tue, 20 Nov 2001 03:19:54 -0600 (CST) Date: Tue, 20 Nov 2001 03:19:54 -0600 From: Jeff Fisher To: francisv@dagupan.com Cc: freebsd-questions@freebsd.org Subject: Re: Jail in production use Message-ID: <20011120031954.A6867@folsom.tinc-org.com> References: <10F29E27A956D511B0940050DA8D86A9340BAE@apmail.dagupan.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <10F29E27A956D511B0940050DA8D86A9340BAE@apmail.dagupan.com>; from francisv@dagupan.com on Tue, Nov 20, 2001 at 01:38:01PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 20, 2001 at 01:38:01PM +0800, francisv@dagupan.com wrote: > > Hi, > > Can someone point me to examples in setting up jail for use in a production > environment? I've managed to setup jail but the next step is to include > pre-configured services like apache, mysql, postgresql, postfix, pop3, > imap4, etc. The easiest way is to just copy the ports tree into your jail, login to the jail, cd and make install as normal. I'm not sure if mysql uses shared memory, but if it does, then you should know that shared memory in the jail is not seperated from the host's shared memory. That may cause some problems if you're using shared memory in the host system, or in another jail on the same system. -- jeff@jeffenstein.org http://www.jeffenstein.org/ "Power corrupts. Absolute power is kind of neat" -- John Lehman, Secretary of the Navy 1981-1987 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message