From owner-freebsd-questions Wed Aug 30 7:14:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from qmail.corpex.net (qmail.corpex.net [195.153.247.40]) by hub.freebsd.org (Postfix) with SMTP id CF9D537B43F for ; Wed, 30 Aug 2000 07:14:45 -0700 (PDT) Received: (qmail 22197 invoked from network); 30 Aug 2000 14:11:59 -0000 Received: from perseus.corpex.net (HELO perseus) (195.153.247.226) by qmail.corpex.net with SMTP; 30 Aug 2000 14:11:59 -0000 From: "Jonathan Defries" To: "Freebsd-Questions@Freebsd. Org" Subject: Quota problems Date: Wed, 30 Aug 2000 15:07:48 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm having lots of problems with quotas on a 3.5-STABLE server. The following is a transcript of my latest attempts: su-2.03# quota -u xxxx Disk quotas for user xxxx (uid 2127): Filesystem blocks quota limit grace files quota limit grace /home 1413 10000 10150 36 2000 2050 su-2.03# quotacheck /home su-2.03# quota -u xxxx Disk quotas for user xxxx (uid 2127): none quotaon is run, there are no errors being logged anywhere and I really haven't a clue what to do next. Could someone help me please? The only thing I noticed that is slightly odd is the disk mounting: su-2.03# mount /dev/da0s1a on / (ufs, local, writes: sync 1597 async 93375) /dev/da1c on /home (ufs, local, with quotas, writes: sync 47841 async 2280316) /dev/da0s1f on /usr (ufs, local, writes: sync 2723 async 490032) /dev/da0s1e on /var (ufs, local, writes: sync 145465 async 449068) procfs on /proc (procfs, local) Could the /dev/da1c for /home be causing the problems? userquota is correctly set in /etc/fstab, I don't think there's anything else obvious I've missed. Quotas appear to work for all users up to uid 1535 and everyone above this gets the above happening to them. TIA, Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message