Your message dated Tue, 06 Sep 2005 07:47:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#321727: fixed in hal 0.4.8-7 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; 6 Sep 2005 14:51:30 +0000 >From [EMAIL PROTECTED] Tue Sep 06 07:51:30 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ECej4-0004nC-00; Tue, 06 Sep 2005 07:47:06 -0700 From: Sjoerd Simons <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#321727: fixed in hal 0.4.8-7 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 06 Sep 2005 07:47:06 -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 Source: hal Source-Version: 0.4.8-7 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-7_all.deb to pool/main/h/hal/hal-device-manager_0.4.8-7_all.deb hal-doc_0.4.8-7_all.deb to pool/main/h/hal/hal-doc_0.4.8-7_all.deb hal_0.4.8-7.diff.gz to pool/main/h/hal/hal_0.4.8-7.diff.gz hal_0.4.8-7.dsc to pool/main/h/hal/hal_0.4.8-7.dsc hal_0.4.8-7_powerpc.deb to pool/main/h/hal/hal_0.4.8-7_powerpc.deb libhal-dev_0.4.8-7_powerpc.deb to pool/main/h/hal/libhal-dev_0.4.8-7_powerpc.deb libhal-storage-dev_0.4.8-7_powerpc.deb to pool/main/h/hal/libhal-storage-dev_0.4.8-7_powerpc.deb libhal-storage0_0.4.8-7_powerpc.deb to pool/main/h/hal/libhal-storage0_0.4.8-7_powerpc.deb libhal0_0.4.8-7_powerpc.deb to pool/main/h/hal/libhal0_0.4.8-7_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: Tue, 6 Sep 2005 16:28:51 +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-7 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: 321727 322358 Changes: hal (0.4.8-7) unstable; urgency=low . * Let libhal-dev depend on libpopt-dev (Closes: #322358) * debian/patches/storage-policy-debian.patch + Actually mount small usb devices with noatime on and sync off (Closes: #321727) Files: fa03857f07755e55e8c01762d673c10f 824 admin optional hal_0.4.8-7.dsc 22edc219b259df9968a208296747272d 27525 admin optional hal_0.4.8-7.diff.gz 9c2c79ccc4df944eb5e8ee673f5b62e0 155650 admin optional hal-device-manager_0.4.8-7_all.deb 913edebc4ddd6181136c6f102d22f0ca 165432 doc optional hal-doc_0.4.8-7_all.deb f3448bebf4ccd77105986232b0f25cbc 230676 admin optional hal_0.4.8-7_powerpc.deb 4cb78de6ad41bf8fcd130bffc995cf95 92620 libs optional libhal0_0.4.8-7_powerpc.deb 3e146cdc278592375484f774f2cb507b 93994 libs optional libhal-storage0_0.4.8-7_powerpc.deb 864872fc263a97c564c9ac49e938efc1 95958 libdevel optional libhal-dev_0.4.8-7_powerpc.deb e08850b446d7759fd3a1c6efa9a6eb86 94856 libdevel optional libhal-storage-dev_0.4.8-7_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDHamxgTd+SodosdIRAs0FAJ9rRJaC4qsldBfWLVKKg8FVQDKzKACffU5O EEwo9cSpPAjSpl7iU1A8Nyo= =0ww/ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]