From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 08:54:00 2004 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 8E3FA16A4CE for ; Fri, 19 Nov 2004 08:54:00 +0000 (GMT) Received: from imag.imag.fr (imag.imag.fr [129.88.30.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C232243D54 for ; Fri, 19 Nov 2004 08:53:59 +0000 (GMT) (envelope-from Nicolas.Kowalski@imag.fr) Received: from mail-veri.imag.fr (mail-veri.imag.fr [129.88.43.52]) by imag.imag.fr (8.13.0/8.13.0) with ESMTP id iAJ8rrmA028155 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 19 Nov 2004 09:53:54 +0100 (CET) Received: from obiou.imag.fr ([129.88.43.2]) by mail-veri.imag.fr with esmtp (Exim 3.35 #1 (Debian)) id 1CV4Wf-0002Gr-00 for ; Fri, 19 Nov 2004 09:53:53 +0100 Date: Fri, 19 Nov 2004 09:53:53 +0100 From: Nicolas Kowalski To: freebsd-questions@freebsd.org In-Reply-To: <000501c4cda9$fb65b3d0$0200a8c0@satellite> Message-ID: References: <000501c4cda9$fb65b3d0$0200a8c0@satellite> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.4 (imag.imag.fr [129.88.30.1]); Fri, 19 Nov 2004 09:53:54 +0100 (CET) X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-Information: Please contact the ISP for more information Subject: Re: quotas on 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 08:54:00 -0000 On Thu, 18 Nov 2004, dave wrote: > Hello, Hello. > Got a question on quotas. I've enabled them on /usr and /var filesystems > by adding the userquota option to their options in fstab. This is after i > recompiled my kernel with the QUOTA option in it and rebooted. I then added: > enable_quotas="YES" > check_quotas="NO" Why did you set this last option to "NO" ? According to /etc/rc, the quotacheck utility (which creates and updates the quota files) will be run only if check_quotas is set to "YES". Regards. -- Nicolas