From owner-freebsd-isp Wed Jul 18 4: 5:36 2001 Delivered-To: freebsd-isp@freebsd.org Received: from unity.agava.ru (unity.agava.ru [213.59.3.227]) by hub.freebsd.org (Postfix) with ESMTP id F076D37B403 for ; Wed, 18 Jul 2001 04:05:33 -0700 (PDT) (envelope-from frank@agava.com) Received: from relay2.agava.net.ru (unknown [193.125.142.2]) by unity.agava.ru (Postfix) with ESMTP id 3554A27E9E4; Wed, 18 Jul 2001 15:05:33 +0400 (MSD) Received: from gw.office.agava.ru (2.oivt.mipt.ru [193.125.142.2]) by relay2.agava.net.ru (Postfix) with ESMTP id B5CCF4386E; Wed, 18 Jul 2001 15:04:27 +0400 (MSD) Received: from hellbell.domain (hellbell.domain [192.168.1.12]) by gw.office.agava.ru (Postfix) with ESMTP id 594935F8E; Wed, 18 Jul 2001 15:04:23 +0400 (MSD) Received: from localhost (localhost [127.0.0.1]) by hellbell.domain (Postfix) with ESMTP id B1984CCE6; Wed, 18 Jul 2001 15:04:22 +0400 (MSD) Date: Wed, 18 Jul 2001 15:04:22 +0400 (MSD) From: Alexey Zakirov X-X-Sender: To: Roman Korolyov Cc: Subject: Re: jail In-Reply-To: <20010718053234.A731017E41@mail.inetcomm.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 18 Jul 2001, Roman Korolyov wrote: > On Tue, 17 Jul 2001 22:48:32 +0400 (MSD) Alexey Zakirov wrote: > > > Sorry if this can't be appropriate for this list but I've administered > > public shell boxes for 3 years and I think those AREN'T important files > > for public shell/web hosting so I've attached those lists. > > Thanks alot :) > But there's one question I still have no answer: is it possible > to use quotas INSIDE jail? Will it work on the same real fs for > many jails? Or should I use vnode partition for every jail? it depends. As usual you can get quota only for a particular user or group. There is a trick with including all users of jail into one group and set group quota for it but it not 100% reliable. In my own expirience disk quota is not so important as other resource limits and the existent quota mechanism is enough for a normal work. There is the only one problem - you can't drive quota limits from jail. quotactl(2) works only from the "master" system. *** WBR, Alexey Zakirov (frank@agava.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message