Your message dated Sat, 27 Jan 2007 21:02:24 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361351: fixed in usbmount 0.0.14.1
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: usbmount
Version: 0.0.14
Severity: grave
Justification: renders package unusable

The latest version of udev removes the compatibility link for
/sbin/vol_id causing usbmount to fail.

The attached patch fixes the path for vol_id.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'testing'), (400, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages usbmount depends on:
ii  lockfile-progs                0.1.10     Programs for locking and unlocking
ii  udev                          0.089-1    /dev/ and hotplug management daemo

usbmount recommends no packages.

-- no debconf information

-- 
Eric Evans
[EMAIL PROTECTED]
--- usr/share/usbmount/usbmount 2005-07-08 11:51:02.000000000 -0500
+++ usr/share/usbmount/usbmount 2006-04-07 19:50:58.000000000 -0500
@@ -36,8 +36,8 @@
 }
 
 
-# Test if /sbin/vol_id is executable.
-test -x /sbin/vol_id || { log err "cannnot execute /sbin/vol_id"; exit 1; }
+# Test if /lib/udev/vol_id is executable.
+test -x /lib/udev/vol_id || { log err "cannnot execute /lib/udev/vol_id"; exit 
1; }
 
 # Default values for configuration variables.
 MOUNTPOINTS=""
@@ -85,10 +85,10 @@
     # Test if the device contains a filesystem.  If it doesn't, no
     # further action is required, but calling vol_id has the side effect
     # that the partition table is read and partition devices are created.
-    if /sbin/vol_id "$DEVNAME" | egrep -q 
'^ID_FS_USAGE=(filesystem|disklabel)$'; then
+    if /lib/udev/vol_id "$DEVNAME" | egrep -q 
'^ID_FS_USAGE=(filesystem|disklabel)$'; then
        log debug "$DEVNAME contains a filesystem or disklabel"
 
-       fstype="`/sbin/vol_id -t \"$DEVNAME\"`"
+       fstype="`/lib/udev/vol_id -t \"$DEVNAME\"`"
        log debug "$DEVNAME contains filesystem type $fstype"
 
        # Test if the filesystem type is in the list of filesystem

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: usbmount
Source-Version: 0.0.14.1

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

usbmount_0.0.14.1.dsc
  to pool/main/u/usbmount/usbmount_0.0.14.1.dsc
usbmount_0.0.14.1.tar.gz
  to pool/main/u/usbmount/usbmount_0.0.14.1.tar.gz
usbmount_0.0.14.1_all.deb
  to pool/main/u/usbmount/usbmount_0.0.14.1_all.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.
Martin Dickopp <[EMAIL PROTECTED]> (supplier of updated usbmount 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: Sat, 27 Jan 2007 12:42:44 +0100
Source: usbmount
Binary: usbmount
Architecture: source all
Version: 0.0.14.1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Martin Dickopp <[EMAIL PROTECTED]>
Description: 
 usbmount   - automatically mount and unmount USB mass storage devices
Closes: 361351 365225
Changes: 
 usbmount (0.0.14.1) unstable; urgency=low
 .
   [Rafael Laboissiere]
   * debian/control:
     - Bumped Standards-Version to 3.7.2 (no changes needed)
     - Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends,
       complying with section 7.6 of the Debian Policy.
   [Martin Dickopp]
   * Acknowledge NMU (closes: #361351, #365225).
   * Orphaning package, setting maintainer to Debian QA Group.
Files: 
 536fdca9486ca548048e3194b6505b8e 511 admin extra usbmount_0.0.14.1.dsc
 fb86adf2f5b488ff5c5d0a5255de9dc8 8756 admin extra usbmount_0.0.14.1.tar.gz
 7317fbf15c7954dabd84b8eb4561a3cb 10658 admin extra usbmount_0.0.14.1_all.deb

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

iD8DBQFFu7uyk3oga0pdcv4RAlevAJ9JFo/RQcE079HuIWOddgfGBQ8u/ACfU4+3
I5UByN+LIfkV8vxry80Uqtk=
=jMfR
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to