Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159696 Details for
Bug 249003
/forcequotacheck and quotacheck after fsck errors corrected do not work
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for this
diff (text/plain), 1.60 KB, created by
Bill Nottingham
on 2007-07-20 21:01:52 UTC
(
hide
)
Description:
patch for this
Filename:
MIME Type:
Creator:
Bill Nottingham
Created:
2007-07-20 21:01:52 UTC
Size:
1.60 KB
patch
obsolete
>Index: rc.d/rc.sysinit >=================================================================== >RCS file: /usr/local/CVS/initscripts/rc.d/rc.sysinit,v >retrieving revision 1.587 >diff -u -r1.587 rc.sysinit >--- rc.d/rc.sysinit 20 Jul 2007 20:33:14 -0000 1.587 >+++ rc.d/rc.sysinit 20 Jul 2007 20:45:28 -0000 >@@ -690,26 +690,6 @@ > fi > fi > >-# Update quotas if necessary >-if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then >- if [ -x /sbin/convertquota ]; then >- # try to convert old quotas >- for mountpt in `LC_ALL=C awk '$4 ~ /quota/{print $2}' /etc/mtab` ; do >- mountpt="$(fstab_decode_str "$mountpt")" >- if [ -f "$mountpt/quota.user" ]; then >- action $"Converting old user quota files: " \ >- /sbin/convertquota -u "$mountpt" && \ >- rm -f "$mountpt/quota.user" >- fi >- if [ -f "$mountpt/quota.group" ]; then >- action $"Converting old group quota files: " \ >- /sbin/convertquota -g "$mountpt" && \ >- rm -f "$mountpt/quota.group" >- fi >- done >- fi >- action $"Checking local filesystem quotas: " /sbin/quotacheck -aRnug >-fi > > # Remount the root filesystem read-write. > update_boot_stage RCmountfs >@@ -746,6 +726,11 @@ > # mounted). Contrary to standard usage, > # filesystems are NOT unmounted in single user mode. > action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2 -O no_netdev >+ >+# Update quotas if necessary >+if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then >+ action $"Checking local filesystem quotas: " /sbin/quotacheck -anug >+fi > > if [ -x /sbin/quotaon ]; then > action $"Enabling local filesystem quotas: " /sbin/quotaon -aug
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249003
:
159638
| 159696