Your message dated Thu, 18 Feb 2010 10:20:38 +0000
with message-id <[email protected]>
and subject line Bug#569570: fixed in quota 4.00~pre1-1
has caused the Debian Bug report #569570,
regarding quotacheck -c <device> fails if run more then once on reiserFS 
<device>
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.)


-- 
569570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569570
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: quota
Version: 3.16-7
Severity: important


in file quotacheck.c line 722 when call to ioctl fails (for example on device 
with reiserFS file system 
- as I know reiserFS does not support this kind of functionality) value of 
ext2_flags will be unchanged
(-1 as initialized), next statement (ext2_flags & EXT2_IMMUTABLE_FL) in this 
situation evaluates
to true and try to remove EXT2_IMMUTABLE_FL on device with reiserFS. This will 
generate error
"Failed to remove IMMUTABLE flag from quota file". 

FIX:  statement 

            "if(ext2_flags & EXT2_IMMUTABLE_FL) {" 

      should looks like this

            "if( ( ext2_flags != -1 ) && (ext2_flags & EXT2_IMMUTABLE_FL) ) {"

    OR
   
      variable ext2_flags should be initialized with value 0

With best regards,
W.Michalski

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages quota depends on:
ii  debconf [debconf-2.0]    1.5.24          Debian configuration management sy
ii  e2fslibs                 1.41.3-1        ext2 filesystem libraries
ii  libc6                    2.7-18lenny2    GNU C Library: Shared libraries
ii  libcomerr2               1.41.3-1        common error description library
ii  libldap-2.4-2            2.4.11-1+lenny1 OpenLDAP libraries
ii  libwrap0                 7.6.q-16        Wietse Venema's TCP wrappers libra
ii  lsb-base                 3.2-20          Linux Standard Base 3.2 init scrip

quota recommends no packages.

Versions of packages quota suggests:
pn  libnet-ldap-perl              <none>     (no description available)
ii  portmap                       6.0-9      RPC port mapper

-- debconf information:
  quota/mailfrom:
  quota/signature:
  quota/subject:
  quota/charset:
  quota/run_warnquota: false
  quota/group_message:
  quota/cc:
  quota/supportemail:
  quota/supportphone:
  quota/cc_before:
  quota/group_signature:
  quota/message:
  quota/rquota_setquota:
-----------------------------------------------------------------------------------------------------------------------
                                                                                
                                                                                
                                                                                
                                                                                
                                                     Informacja zawarta w tej 
wiadomosci jest poufna i objeta tajemnica handlowa przedsiebiorstwa. Wiadomosc 
skierowana jest tylko i wylacznie do osoby lub osob wymienionych powyzej. 
Niniejszym informuje sie osobe, ktora otrzymala Wiadomosc, a nie jest jej 
adresatem, ze kopiowanie lub rozpowszechnianie w jakikolwiek sposob tego 
przekazu lub zawartych w nim informacji jest zabronione. Jezeli Wiadomosc 
zostala otrzymana przypadkowo przez niewlasciwa osobe jest ona uprzejmie 
proszona o natychmiastowe poinformowanie nadawcy i zniszczenie Wiadomosci za 
jej/jego zgoda.
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
              
-----------------------------------------------------------------------------------------------------------------------
                                                                                
                                                                                
                                                                                
                                                                                
                                                     This e-mail message and 
its attachments are intended solely for the use of the addressee and may 
contain legally privileged and confidential information. If the reader of this 
message is not the intended recipient, nor an employee or agent responsible for 
delivering this message to the intended recipient, please note that any 
dissemination, distribution, copying, or other use of this message or its 
attachments is strictly prohibited. If you have received this message in error, 
please notify the sender immediately and delete this message.

--- 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 ---

Reply via email to