Bug 89480 - quotacheck -c does not create aquota.group file
Summary: quotacheck -c does not create aquota.group file
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: quota
Version: 9
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-04-23 12:41 UTC by Christopher Toland
Modified: 2007-04-18 16:53 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-01-14 18:05:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Christopher Toland 2003-04-23 12:41:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
with no aquota.* on the partition, quotacheck -c does not create aquota.group
(aquota.usr is created)

if you touch aquota.group first then run quotacheck -mf it does not format the
aquota.group file

Version-Release number of selected component (if applicable):
quota-3.06-9

How reproducible:
Always

Steps to Reproduce:
1.mount partition with grpquota
2.quotacheck -c partition
3.ls only show aquota.usr
    

Additional info:

Comment 1 Indrajit Raychaudhuri 2003-04-23 15:51:58 UTC
This is NOT_A_BUG IMO.
"quotacheck -c" implicitly means "quotacheck -cu" and thus aquota.user is 
created only.  Use "quotacheck -cug" if you want both aquota.user and 
aquota.group to be created.
See man quotacheck(8) for details.


Note You need to log in before you can comment on or make changes to this bug.