Your message dated Tue, 15 Feb 2005 06:32:55 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#294033: fixed in hal 0.4.7-2
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 Feb 2005 13:59:51 +0000
>From [EMAIL PROTECTED] Mon Feb 07 05:59:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from baltazar.tecnoera.com [200.24.224.1]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cy9Qc-0000S5-00; Mon, 07 Feb 2005 05:59:50 -0800
Received: from fw.aplik (pc-28-148-104-200.cm.vtr.net [200.104.148.28])
by baltazar.tecnoera.com (8.13.1/8.13.1) with ESMTP id j17Dxdm6002495;
Mon, 7 Feb 2005 10:59:39 -0300
Received: from pcdaniel.aplik ([EMAIL PROTECTED] [192.168.0.4])
by fw.aplik (8.11.6/8.11.6) with SMTP id j17DxdQ16105;
Mon, 7 Feb 2005 10:59:39 -0300
Message-Id: <[EMAIL PROTECTED]>
Received: by pcdaniel.aplik (sSMTP sendmail emulation); Mon, 7 Feb 2005
10:59:38 -0300
Content-Type: multipart/mixed; boundary="===============1161383520=="
MIME-Version: 1.0
From: Daniel Serpell <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: hal: usb zip drives are incorrectly named.
X-Mailer: reportbug 3.7.1
Date: Mon, 07 Feb 2005 10:59:38 -0300
X-TECNOERA-MailScanner-Information: Please contact the ISP for more information
X-TECNOERA-MailScanner: Found to be clean
X-TECNOERA-MailScanner-SpamCheck: no es spam, SpamAssassin (puntaje=0.082,
requerido 6, AWL 0.03, FORGED_RCVD_HELO 0.05,
MSGID_FROM_MTA_HEADER 0.00)
X-MailScanner-From: [EMAIL PROTECTED]
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-Status: No, hits=-5.7 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_20_30,MSGID_FROM_MTA_HEADER autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============1161383520==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: hal
Version: 0.4.7-1
Severity: normal
Tags: patch
The FDI rule that detects USB ZIP drive and names the mountpoint is
incorrectly write, so partitioned ZIP's are named generically.
The attached patch fixes the test (lookup in the parent of the
partition).
--- 90defaultpolicy/storage-policy.fdi.orig 2005-01-31 21:10:50 -0300
+++ 90defaultpolicy/storage-policy.fdi 2005-01-31 21:13:17 -0300
@@ -119,8 +119,8 @@
<append key="volume.policy.desired_mount_point"
type="string">disk</append>
<!-- zip drives -->
- <match key="storage.drive_type" string="zip">
- <merge key="storage.policy.desired_mount_point"
type="string">zip</merge>
+ <match key="@block.storage_device:storage.drive_type" string="zip">
+ <merge key="volume.policy.desired_mount_point"
type="string">zip</merge>
</match>
<!-- Best: If available use filesystem label -->
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages hal depends on:
ii adduser 3.59 Add and remove users and groups
ii dbus-1 0.23-1 simple interprocess messaging syst
ii dbus-glib-1 0.23-1 simple interprocess messaging syst
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libcap1 1:1.10-14 support for getting/setting POSIX.
ii libexpat1 1.95.8-1 XML parsing C library - runtime li
ii libglib2.0-0 2.6.2-1 The GLib library of C routines
ii libhal-storage0 0.4.7-1 Hardware Abstraction Layer - share
ii libhal0 0.4.7-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.051-1 /dev/ management daemon
ii usbutils 0.70-1 USB console utilities
-- no debconf information
--===============1161383520==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="hal-usbzip-fix.patch"
--- /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi.orig 2005-01-31
21:10:50.000000000 -0300
+++ /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi 2005-01-31
21:13:17.000000000 -0300
@@ -119,8 +119,8 @@
<append key="volume.policy.desired_mount_point"
type="string">disk</append>
<!-- zip drives -->
- <match key="storage.drive_type" string="zip">
- <merge key="storage.policy.desired_mount_point"
type="string">zip</merge>
+ <match key="@block.storage_device:storage.drive_type" string="zip">
+ <merge key="volume.policy.desired_mount_point"
type="string">zip</merge>
</match>
<!-- Best: If available use filesystem label -->
--===============1161383520==--
---------------------------------------
Received: (at 294033-close) by bugs.debian.org; 15 Feb 2005 11:38:38 +0000
>From [EMAIL PROTECTED] Tue Feb 15 03:38:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D112M-0005QM-00; Tue, 15 Feb 2005 03:38:38 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D10wp-0000bA-00; Tue, 15 Feb 2005 06:32:55 -0500
From: Sjoerd Simons <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#294033: fixed in hal 0.4.7-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 15 Feb 2005 06:32:55 -0500
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-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-Spam-Level:
X-CrossAssassin-Score: 4
Source: hal
Source-Version: 0.4.7-2
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.7-2_all.deb
to pool/main/h/hal/hal-device-manager_0.4.7-2_all.deb
hal-doc_0.4.7-2_all.deb
to pool/main/h/hal/hal-doc_0.4.7-2_all.deb
hal_0.4.7-2.diff.gz
to pool/main/h/hal/hal_0.4.7-2.diff.gz
hal_0.4.7-2.dsc
to pool/main/h/hal/hal_0.4.7-2.dsc
hal_0.4.7-2_powerpc.deb
to pool/main/h/hal/hal_0.4.7-2_powerpc.deb
libhal-dev_0.4.7-2_powerpc.deb
to pool/main/h/hal/libhal-dev_0.4.7-2_powerpc.deb
libhal-storage-dev_0.4.7-2_powerpc.deb
to pool/main/h/hal/libhal-storage-dev_0.4.7-2_powerpc.deb
libhal-storage0_0.4.7-2_powerpc.deb
to pool/main/h/hal/libhal-storage0_0.4.7-2_powerpc.deb
libhal0_0.4.7-2_powerpc.deb
to pool/main/h/hal/libhal0_0.4.7-2_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, 15 Feb 2005 11:51:34 +0100
Source: hal
Binary: libhal-dev hal-doc libhal-storage-dev libhal-storage0 libhal0 hal
hal-device-manager
Architecture: source powerpc all
Version: 0.4.7-2
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: 292644 292661 293630 294033
Changes:
hal (0.4.7-2) unstable; urgency=low
.
* debian/patches/storage-policy-debian.patch
+ Updated. Enable the quiet option for vfat volumes. (Closes: #292661)
* debian/hal.dbus.init
+ Show a warning message when trying to start with an unsupported kernel.
(Closes: #292644)
* debian/patches/no_sysdevice.path
+ Don't die when a device doesn't have a sysfs path when finalizing the
class device. (Closes: #293630)
* debian/patches/storage-policy-zip.patch
+ Added. Correctly name partitioned zip mountpoints. Patch from Daniel
Serpell. (Closes: #294033)
Files:
7ef8507a013da668753e973313e2f35d 824 admin optional hal_0.4.7-2.dsc
f2280c1be9e828ee94fbe3e16c48c29e 20880 admin optional hal_0.4.7-2.diff.gz
265550f3b0eb853586c94f915d2a4419 153258 admin optional
hal-device-manager_0.4.7-2_all.deb
e37309dd7995d08ed11364a9da961b90 140914 doc optional hal-doc_0.4.7-2_all.deb
efa5545a980c6eee1ded6d676eeca322 225406 admin optional hal_0.4.7-2_powerpc.deb
d49b032257532b69b06877d888c02a81 89836 libs optional
libhal0_0.4.7-2_powerpc.deb
13bcbea551c477a95a9a385022b102be 90874 libs optional
libhal-storage0_0.4.7-2_powerpc.deb
78f1ba53be8dde3a799000503d09513c 93122 libdevel optional
libhal-dev_0.4.7-2_powerpc.deb
27b354487acc2071f7a16861ad867ab1 91692 libdevel optional
libhal-storage-dev_0.4.7-2_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCEdjkgTd+SodosdIRAp8sAKCO+uitjwbK/e6wR/fRJnkwqxHnIgCcDXje
SOYfgWbR1GBxHL/8TxNcstc=
=9NCR
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]