Your message dated Sun, 07 Aug 2005 13:47:25 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321727: fixed in hal 0.4.8-6
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Aug 2005 08:04:05 +0000
>From [EMAIL PROTECTED] Sun Aug 07 01:04:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sp0032.sc0.cp.net (n016.sc0.cp.net) [64.97.136.32] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E1g8b-0005Fj-00; Sun, 07 Aug 2005 01:04:05 -0700
Received: from localhost.localdomain (218.140.210.32) by n016.sc0.cp.net 
(7.0.038) (authenticated as [EMAIL PROTECTED])
        id 42EE993E000C13FF for [EMAIL PROTECTED]; Sun, 7 Aug 2005 08:04:03 
+0000
Date: Sun, 7 Aug 2005 16:49:56 +0900
From: Taro Kawagishi <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: hal: wrong mount options for pluggable flash storage devices
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; powerpc-unknown-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.3 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        HTML_30_40 autolearn=no version=2.60-bugs.debian.org_2005_01_02


Package: hal
Version: 0.4.8-1
Severity: normal
Tags: patch


A section in the policy file
/usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi
correctly mentions in its comment about the need to mount flash devices with
async and noatime options to avoid wearing out of the flash disks.
However the secion is commented out to have no effect,
and also the boolean value of its sync part is wrong.

The current description is this:
<!-- Mounting with sync wears out flash disk too much, thus disable it by
default
<match key="volume.size" compare_lt="2147483648">
  <match key="@block.storage_device:storage.hotpluggable" bool="true">
    <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
    <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
  </match>
  <match key="@block.storage_device:storage.removable" bool="true">
    <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
    <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
  </match>
</match>
-->

This should be corrected like so:

<!-- Mounting with sync wears out flash disk too much, thus disable it by
default -->
<match key="volume.size" compare_lt="2147483648">
  <match key="@block.storage_device:storage.hotpluggable" bool="true">
    <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
    <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
  </match>
  <match key="@block.storage_device:storage.removable" bool="true">
    <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
    <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
  </match>
</match>


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages hal depends on:
ii  adduser                     3.64         Add and remove users and groups
ii  dbus-1                      0.23.4-1     simple interprocess messaging syst
ii  dbus-glib-1                 0.23.4-1     simple interprocess messaging syst
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcap1                     1:1.10-14    support for getting/setting POSIX.
ii  libexpat1                   1.95.8-3     XML parsing C library - runtime li
ii  libglib2.0-0                2.6.5-1      The GLib library of C routines
ii  libhal-storage0             0.4.8-1      Hardware Abstraction Layer - share
ii  libhal0                     0.4.8-1      Hardware Abstraction Layer - share
ii  libpopt0                    1.7-5        lib for parsing cmdline parameters
ii  pciutils                    1:2.1.11-15  Linux PCI Utilities
ii  udev                        0.056-3      /dev/ management daemon
ii  usbutils                    0.70-8       USB console utilities

hal recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 321727-close) by bugs.debian.org; 7 Aug 2005 20:55:12 +0000
>From [EMAIL PROTECTED] Sun Aug 07 13:55:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E1s3J-0005UZ-00; Sun, 07 Aug 2005 13:47:25 -0700
From: Sjoerd Simons <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#321727: fixed in hal 0.4.8-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 07 Aug 2005 13:47:25 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: hal
Source-Version: 0.4.8-6

We believe that the bug you reported is fixed in the latest version of
hal, which is due to be installed in the Debian FTP archive:

hal-device-manager_0.4.8-6_all.deb
  to pool/main/h/hal/hal-device-manager_0.4.8-6_all.deb
hal-doc_0.4.8-6_all.deb
  to pool/main/h/hal/hal-doc_0.4.8-6_all.deb
hal_0.4.8-6.diff.gz
  to pool/main/h/hal/hal_0.4.8-6.diff.gz
hal_0.4.8-6.dsc
  to pool/main/h/hal/hal_0.4.8-6.dsc
hal_0.4.8-6_powerpc.deb
  to pool/main/h/hal/hal_0.4.8-6_powerpc.deb
libhal-dev_0.4.8-6_powerpc.deb
  to pool/main/h/hal/libhal-dev_0.4.8-6_powerpc.deb
libhal-storage-dev_0.4.8-6_powerpc.deb
  to pool/main/h/hal/libhal-storage-dev_0.4.8-6_powerpc.deb
libhal-storage0_0.4.8-6_powerpc.deb
  to pool/main/h/hal/libhal-storage0_0.4.8-6_powerpc.deb
libhal0_0.4.8-6_powerpc.deb
  to pool/main/h/hal/libhal0_0.4.8-6_powerpc.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.
Sjoerd Simons <[EMAIL PROTECTED]> (supplier of updated hal 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: Sun,  7 Aug 2005 21:42:55 +0200
Source: hal
Binary: libhal-dev hal-doc libhal-storage-dev libhal-storage0 libhal0 hal 
hal-device-manager
Architecture: source powerpc all
Version: 0.4.8-6
Distribution: unstable
Urgency: low
Maintainer: Sjoerd Simons <[EMAIL PROTECTED]>
Changed-By: Sjoerd Simons <[EMAIL PROTECTED]>
Description: 
 hal        - Hardware Abstraction Layer
 hal-device-manager - Hardware Abstraction Layer user interface
 hal-doc    - Hardware Abstraction Layer
 libhal-dev - Hardware Abstraction Layer - development files
 libhal-storage-dev - Hardware Abstraction Layer - development files
 libhal-storage0 - Hardware Abstraction Layer - shared library for storage 
devices
 libhal0    - Hardware Abstraction Layer - shared library
Closes: 321033 321727
Changes: 
 hal (0.4.8-6) unstable; urgency=low
 .
   * Only run hal.dev and hal.hotplug when possible. Stops spamming the logs 
with
     DEVNAME and SEQNUM is not set. (Closes: #321033)
   * Remove /etc/dev.d/block/hal-unmount.dev on upgrade.
   * debian/patches/storage-policy-debian.patch
     + Mounting small usb devices with sync and noatime options was
       accidentally commented out.  (Closes: #321727)
Files: 
 0da7e77e049a4062bda798620fce49c3 824 admin optional hal_0.4.8-6.dsc
 7c8e8be950e233bdb0917214853033ab 26846 admin optional hal_0.4.8-6.diff.gz
 bf0f7baf9508e74ad2b272e59f48d8a3 155574 admin optional 
hal-device-manager_0.4.8-6_all.deb
 171e6fb2a2c287cb0b152c3ec350c1f3 165420 doc optional hal-doc_0.4.8-6_all.deb
 af66186a0f951f9dcd9dadf4de85a0d1 229192 admin optional hal_0.4.8-6_powerpc.deb
 0bfbddef54814c29e87e1ef73f46b662 92518 libs optional 
libhal0_0.4.8-6_powerpc.deb
 9fb6571b85d242086228ead9c2239bef 93948 libs optional 
libhal-storage0_0.4.8-6_powerpc.deb
 f266bbf2bbcbb89fcad7070593c320d0 95736 libdevel optional 
libhal-dev_0.4.8-6_powerpc.deb
 e012a58470a3e758f966081304722ac2 94498 libdevel optional 
libhal-storage-dev_0.4.8-6_powerpc.deb

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

iD8DBQFC9mpSgTd+SodosdIRAr2RAKC1/Fwukk2O9DnUCGHCvtLAJOa2iACgjDot
2KzlQOZb8PR1a5nNiA+XJLM=
=tw2b
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to