From owner-freebsd-current@FreeBSD.ORG Thu Mar 4 07:39:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1382F16A4CE for ; Thu, 4 Mar 2004 07:39:43 -0800 (PST) Received: from mail.crypta.net (mail.crypta.net [194.97.74.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CA443D49 for ; Thu, 4 Mar 2004 07:39:42 -0800 (PST) (envelope-from ah@crypta.net) Received: by mail.crypta.net (Postfix, from userid 1001) id 39BF0ECD43B; Thu, 4 Mar 2004 16:39:37 +0100 (CET) Date: Thu, 4 Mar 2004 16:39:37 +0100 From: Andy Hilker To: Eirik Oeverby Message-ID: <20040304153936.GB79921@mail.crypta.net> References: <1078394634.91467.0.camel@eirik.unicore.no> <20040304130111.GA69263@mail.crypta.net> <1078407868.91467.47.camel@eirik.unicore.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1078407868.91467.47.camel@eirik.unicore.no> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xEC6E1071 X-PGP-Fingerprint: 9B2E 5892 AD93 D5C5 FB8E 3912 35D6 951B EC6E 1071 Organization: cryptobank - Andy Hilker cc: Lewis Thompson cc: current@freebsd.org cc: Angelo Turetta Subject: Re: Jails in -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 15:39:43 -0000 Hi, You (Eirik Oeverby) wrote: > > Does this mean that the installed software in the jail is 'fixed'? I.e. Yes. But exceptions are no problem, cause of mount configuration file. You could easily mount all or nothing... > installed software on host == installed software in jail? Or do you only > r-o mount /bin, /sbin, /usr/bin, etc. etc.? I've been considering such > an approach, and have already started making it an option in my script, > however wether or not this is wanted depends highly on how it's > implemented and what use you have for the jails. > Obviously in a jail that is acting as a true 'virtual server', this will > be less than optimal. You are right. My needs are many virtuel systems with apache and mysql. > Good idea. Where can I find yours? http://www.crypta.net/freebsd/?Sprache=en > I'm trying to write a manpage for > mine, then I'll pack it up and throw it up on my website. I will > probably put together a port aswell, but I have no idea how to proceed > with that ;) Maybe we should put our scripts together? and publish a new enhanced version. If many people like it and bugs are fixed we could think about making a port... But at this time it is to little code for a port (i think) and some things in my script are clumsy and experimental. bye, Andy