Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216153 - sys-fs/quota: quota doesn't start properly with ext3 and journal_data
Summary: sys-fs/quota: quota doesn't start properly with ext3 and journal_data
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 08:52 UTC by Bruno Redondi
Modified: 2009-05-12 17:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to add sync between quotacheck and quotaon (quota.rc.patch,277 bytes, patch)
2008-04-04 08:54 UTC, Bruno Redondi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Redondi 2008-04-04 08:52:31 UTC
since I added journal_data to my /home partition (tune2fs -o journal_data -O has_journal,dir_index /dev/home), quota fails to start at boot.
quotacheck runs ok, but then quotaon complains about a corrupted aquota.user file.
Adding a sync between the quotacheck and the quotaon commands solves the problem.


Reproducible: Always
Comment 1 Bruno Redondi 2008-04-04 08:54:16 UTC
Created attachment 148570 [details, diff]
patch to add sync between quotacheck and quotaon