Your message dated Fri, 08 Sep 2006 01:17:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386236: fixed in quota 3.13-11
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: quota
Version: 3.12-6

I found out, that quota init script doesn't work, when root locales are set 
on my national language:

[EMAIL PROTECTED]: /home # locale
LANG=pl_PL
LC_CTYPE="pl_PL"
LC_NUMERIC="pl_PL"
LC_TIME="pl_PL"
LC_COLLATE="pl_PL"
LC_MONETARY="pl_PL"
LC_MESSAGES="pl_PL"
LC_PAPER="pl_PL"
LC_NAME="pl_PL"
LC_ADDRESS="pl_PL"
LC_TELEPHONE="pl_PL"
LC_MEASUREMENT="pl_PL"
LC_IDENTIFICATION="pl_PL"
LC_ALL=
[EMAIL PROTECTED]: /home # invoke-rc.d quota start      # nothing happen
[EMAIL PROTECTED]: /home #
[EMAIL PROTECTED]: /home # LC_MESSAGES=C invoke-rc.d quota start
Checking quotas...
done.
Turning on quotas.
[EMAIL PROTECTED]: /home #

To fix this error, you could apply this patch:
--- quota.old   2006-09-06 08:45:40.000000000 +0200
+++ quota       2006-09-06 08:46:01.000000000 +0200
@@ -29,7 +29,7 @@
 case "$1" in
   start)
        # Check if quota already has been enabled
-       quotaon -ap|grep -q "is off" || exit 0
+       LC_MESSAGES=C quotaon -ap|grep -q "is off" || exit 0

        # Check all filesystems if quota is new or wasn't shut down 
correctly
        echo 'Checking quotas...';

-- 
Krzysztof Raczkowski
Rzeszow University of Technology
System Administrator of CZ RMSK
tel.: +48 (17) 865-13-93; e-mail: [EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
Source: quota
Source-Version: 3.13-11

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_3.13-11.diff.gz
  to pool/main/q/quota/quota_3.13-11.diff.gz
quota_3.13-11.dsc
  to pool/main/q/quota/quota_3.13-11.dsc
quota_3.13-11_i386.deb
  to pool/main/q/quota/quota_3.13-11_i386.deb



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.7
Date: Fri,  8 Sep 2006 09:41:16 +0200
Source: quota
Binary: quota
Architecture: source i386
Version: 3.13-11
Distribution: unstable
Urgency: medium
Maintainer: Michael Meskes <[EMAIL PROTECTED]>
Changed-By: Michael Meskes <[EMAIL PROTECTED]>
Description: 
 quota      - implementation of the disk quota system
Closes: 386236
Changes: 
 quota (3.13-11) unstable; urgency=medium
 .
   * quotaon should be run with LC_MESSAGES=C, closes: #386236
   * Added LSB infos to boot scripts
Files: 
 ad9673f0cf5eb1d1de110d3a3bc81b25 615 admin optional quota_3.13-11.dsc
 c5d2d9edc094b1932335acc9700d2178 62219 admin optional quota_3.13-11.diff.gz
 889e2e38f7a50e16dd6ec74907e35945 458314 admin optional quota_3.13-11_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFASPWVkEm8inxm9ERAjLYAJ4uRvgLyJOCcaDqlWA4BdJ8hZjSmACeNbvr
pzPaZnwvcDcsvEJd1wZ/IOo=
=re7x
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to