Your message dated Thu, 18 Feb 2010 10:20:38 +0000
with message-id <[email protected]>
and subject line Bug#38817: fixed in quota 4.00~pre1-1
has caused the Debian Bug report #38817,
regarding quota: read fstab for quota information
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
38817: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=38817
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: quota
Version: 1.65-2.5
Severity: wishlist
This is a wishlist request for the quota package to read quota information
from /etc/fstab instead of /etc/mtab.
If the quota programs don't use mtab, they will not be affected if mtab is
corrupt or not present, and this will help people who want to have /etc
be on a read-only partition.
A disadvantage would be that quota options would need to be in /etc/fstab,
and that specifying them as command-line options to mount would not
work.
(Other utilities can use /proc/mounts, as it contains enough information
about mounted filesystems for most utilities, but it does not contain
quota information).
Changing this is a matter of editing a single line. Here is a patch
for quota.c:
536c536
< fp = setmntent(MOUNTED, "r");
---
> fp = setmntent(MNTTAB, "r");
That is, on line 536 of quota.c, change the MOUNTED to MNTTAB.
--- End Message ---
--- Begin Message ---
Source: quota
Source-Version: 4.00~pre1-1
We believe that the bug you reported is fixed in the latest version of
quota, which is due to be installed in the Debian FTP archive:
quota_4.00~pre1-1.diff.gz
to main/q/quota/quota_4.00~pre1-1.diff.gz
quota_4.00~pre1-1.dsc
to main/q/quota/quota_4.00~pre1-1.dsc
quota_4.00~pre1-1_amd64.deb
to main/q/quota/quota_4.00~pre1-1_amd64.deb
quota_4.00~pre1.orig.tar.gz
to main/q/quota/quota_4.00~pre1.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Meskes <[email protected]> (supplier of updated quota package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 17 Feb 2010 16:31:59 +0100
Source: quota
Binary: quota
Architecture: source amd64
Version: 4.00~pre1-1
Distribution: unstable
Urgency: low
Maintainer: Michael Meskes <[email protected]>
Changed-By: Michael Meskes <[email protected]>
Description:
quota - implementation of the disk quota system
Closes: 38817 569570
Changes:
quota (4.00~pre1-1) unstable; urgency=low
.
* New Upstream version:
- Don't try to set inode flags when getting them failed (Closes: #569570)
- Use /proc/mounts for mountpoint scanning (Closes: #38817)
* Bumped Standards-Version to 3.8.4, no changes needed.
* Added watch file.
* Fixed typo in manpage.
Checksums-Sha1:
486556688b57b226349d94e3bdfb966d042d578b 1139 quota_4.00~pre1-1.dsc
9a820d1a2698fa40235441b75bd73bc099b71916 430173 quota_4.00~pre1.orig.tar.gz
012661d889135e657e6e3eb8e918385bbc80c1ff 36848 quota_4.00~pre1-1.diff.gz
97e8c4a9fd820b52e86febe0fcb9ce0dad1b219a 559120 quota_4.00~pre1-1_amd64.deb
Checksums-Sha256:
8e10ce9c0ef9dbe82801fd25ddf9c7a91fa9458147205c24963b8fa250609112 1139
quota_4.00~pre1-1.dsc
0ec7933f6d7e757ebaa5d0a86bb77fd9f00e765b877057ce45f53dc35e74b8fe 430173
quota_4.00~pre1.orig.tar.gz
d6d5f36f574693558c326f7e514fc3481a758abdaf7be7ff83f3fd63166f2bf2 36848
quota_4.00~pre1-1.diff.gz
6a8e061b8bab336db20f316fdb06b38d9f142aaad05032758216a062a1f19454 559120
quota_4.00~pre1-1_amd64.deb
Files:
dc2cdc77df85109d8e910e5331877508 1139 admin optional quota_4.00~pre1-1.dsc
6bad2f0a935a7bcbfc700b99781c201c 430173 admin optional
quota_4.00~pre1.orig.tar.gz
da90083bf8511a75f48b5c581b988bd0 36848 admin optional quota_4.00~pre1-1.diff.gz
944c581596e581f6f57d8bede58e75da 559120 admin optional
quota_4.00~pre1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLfQBGVkEm8inxm9ERAhVEAKCCIOnKA0lfVdddvZQf/vHMQLe11ACfVyEY
rH+k1UcsAcPSPtBHyfBEIfw=
=xFBB
-----END PGP SIGNATURE-----
--- End Message ---