From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 20:54:55 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 C83DE16A4CE for ; Fri, 19 Nov 2004 20:54:55 +0000 (GMT) Received: from serv03.inetworx.ch (serv03.inetworx.ch [212.254.227.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819C343D49 for ; Fri, 19 Nov 2004 20:54:55 +0000 (GMT) (envelope-from dev@eth0.ch) Received: from localhost (localhost.localdomain [127.0.0.1]) by serv03.inetworx.ch (Postfix) with ESMTP id AADF9252D6B for ; Fri, 19 Nov 2004 21:54:54 +0100 (CET) Received: from serv03.inetworx.ch ([127.0.0.1]) by localhost (serv03.inetworx.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26402-02-5 for ; Fri, 19 Nov 2004 21:54:54 +0100 (CET) Received: from www.inetworx.ch (serv04.inetworx.ch [212.254.227.197]) by serv03.inetworx.ch (Postfix) with ESMTP id 694E0252D66 for ; Fri, 19 Nov 2004 21:54:54 +0100 (CET) Received: from 217.162.71.141 (SquirrelMail authenticated user dev.eth0); by www.inetworx.ch with HTTP; Fri, 19 Nov 2004 21:54:54 +0100 (CET) Message-ID: <2280.217.162.71.141.1100897694.squirrel@217.162.71.141> In-Reply-To: <000501c4cda9$fb65b3d0$0200a8c0@satellite> References: <000501c4cda9$fb65b3d0$0200a8c0@satellite> Date: Fri, 19 Nov 2004 21:54:54 +0100 (CET) From: "David E. Meier" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at inetworx.ch 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 20:54:55 -0000 Hi Dave, you can run the command: # /sbin/quotacheck -avgu This will create your quota.user file. Because you have set check_quotas="NO" you can run the quotacheck command via cron task: 0 4 * * * root /sbin/quotacheck -avgu > /dev/null HTH, Dave. > 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" > to /etc/rc.conf and again rebooted. According to the handbook quota files > should be created automatically i don't have to touch any zero-length > quota > files. When the system came back up i checked /usr and /var for quota user > files, i did not see them. Boot up messages indicate quota on /usr but > again > no quota file. Is this normal? Did i miss something? > Thanks. > Dave. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > >