From owner-freebsd-questions@FreeBSD.ORG Fri Apr 29 12:04:37 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65D4D16A4CE for ; Fri, 29 Apr 2005 12:04:37 +0000 (GMT) Received: from anggerik.meltechsystems.net (anggerik.meltechsystems.net [202.71.100.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id F178543D60 for ; Fri, 29 Apr 2005 12:04:36 +0000 (GMT) (envelope-from ihsan@meltechsystems.net) Received: by anggerik.synthexp.net (Postfix, from userid 1002) id EF1295081A; Fri, 29 Apr 2005 18:07:40 +0800 (MYT) Received: by anggerik.synthexp.net (Postfix, from userid 1079) id 03E555081F; Fri, 29 Apr 2005 18:06:56 +0800 (MYT) Received: from [192.168.1.182] (unknown [218.111.149.10]) by anggerik.synthexp.net (Postfix) with ESMTP id CB0A75081A for ; Fri, 29 Apr 2005 18:03:08 +0800 (MYT) Message-ID: <4272068F.6010102@meltechsystems.net> Date: Fri, 29 Apr 2005 18:03:59 +0800 From: Ihsan Junaidi Ibrahim Organization: Meltech Systems User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Quota support in GENERIC kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ihsan@meltechsystems.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 12:04:37 -0000 i all, Is there any technical reason why quota support is not included in GENERIC kernel or at least be made a loadable module? I know it's not hard to recompile the kernel but why the hassle of doing that when a module or built-in feature can be included? I would like to utilize freebsd-update binary patching mechanism for all the boxes I maintain but it only supports GENERIC kernel. I don't have a dedicated build machine and most boxes are located offsite so having a binary update can really help cut down on the tangible and intangible costs. It is my opinion after using FreeBSD for quite some time that quota is an essential feature that should be part of the GENERIC kernel. I hope I can get a good explanation for this.