From owner-freebsd-stable Thu Oct 4 2:45:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by hub.freebsd.org (Postfix) with ESMTP id A4ABD37B401 for ; Thu, 4 Oct 2001 02:45:11 -0700 (PDT) Received: (from olli@localhost) by lurza.secnetix.de (8.9.3/8.9.3) id LAA01698; Thu, 4 Oct 2001 11:45:10 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Date: Thu, 4 Oct 2001 11:45:10 +0200 (CEST) Message-Id: <200110040945.LAA01698@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG Reply-To: freebsd-stable@FreeBSD.ORG Subject: Re: 4.4-STABLE quota error on adduser In-Reply-To: <20011004035008.6877.qmail@web20106.mail.yahoo.com> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.1-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG klein brock wrote: > I've just add a new user <#adduser> and I haven't make > any login on that username. > > # quota ble > Disk quotas for user ble (uid 1051): > Filesystem usage quota limit grace > files quota limit grace > /usr 8161 15000 15000 > 507 0 0 > > # du -h /usr/home/ble > 9.0K /usr/home/ble > > how come the quota usage is 8161 ? Maybe another user existed before with the same UID, and there are still files left from him/her. Try running this command and check the output: # find /usr -user 1051 You could also try running quotacheck to make sure that the userquota information is in sync with the filesystem. Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message