Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2001 11:45:10 +0200 (CEST)
From:      Oliver Fromme <olli@secnetix.de>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: 4.4-STABLE quota error on adduser
Message-ID:  <200110040945.LAA01698@lurza.secnetix.de>
In-Reply-To: <20011004035008.6877.qmail@web20106.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
klein brock <getzz1@yahoo.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110040945.LAA01698>