Your message dated Mon, 04 Apr 2005 18:58:31 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298526: fixed in usbmount 0.0.8
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; 8 Mar 2005 08:24:22 +0000
>From [EMAIL PROTECTED] Tue Mar 08 00:24:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from csm.psy.mpg.de (csm.mpipf-muenchen.mpg.de) [192.129.1.24]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D8a0s-0003nh-00; Tue, 08 Mar 2005 00:24:22 -0800
Received: from [10.1.1.2] (helo=amalie.intra.mpipf-muenchen.mpg.de)
by csm.mpipf-muenchen.mpg.de with esmtp (Exim 4.34)
id 1D8a4Y-0006zx-3h
for [EMAIL PROTECTED]; Tue, 08 Mar 2005 09:28:10 +0100
Received: from [10.80.1.96] (helo=laboiss2)
by amalie.intra.mpipf-muenchen.mpg.de with esmtp (Exim 4.05)
id 1D8a2R-0003cf-00; Tue, 08 Mar 2005 09:25:59 +0100
Received: from rafael by laboiss2 with local (Exim 3.36 #1 (Debian))
id 1D8a0o-0008Kk-00; Tue, 08 Mar 2005 09:24:18 +0100
Date: Tue, 8 Mar 2005 09:24:18 +0100
From: Rafael Laboissiere <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ITP: usbmount -- Automatically mount and unmount USB mass storage
devices
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Rafael Laboissiere <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.2
X-Debbugs-Cc: [email protected], Martin Dickopp <[EMAIL PROTECTED]>
Organization: Debian GNU/Linux
User-Agent: Mutt/1.5.6+20040907i
Sender: Rafael Laboissiere <[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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: wnpp
Severity: wishlist
* Package name : usbmount
Version : 0.0.5
Upstream Author : Martin Dickopp <[EMAIL PROTECTED]>
* URL : http://www.zero-based.org/debian/usbmount.html
* License : GPL
Description : Automatically mount and unmount USB mass storage devices
This package exists already and is available at the upstream author's
website (http://www.zero-based.org/debian). I will merely sponsor it.
I am attaching below the recent post from Martin Dickopp in debian-devel
as well as the reply from Martin Krafft regarding the inclusion of
usbmount in Debian.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
* Martin Dickopp <[EMAIL PROTECTED]> [2005-03-07 20:34]:
> Hello,
>
> I have written and packaged a script to automatically mount and unmount
> USB mass storage devices (e.g. USB memory pens) when they are plugged in
> or removed. The script is invoked by udev.
>
> To solicit opinions, I posted about it to debian-mentors list last
> October:
>
> http://lists.debian.org/debian-mentors/2004/10/msg00308.html
>
> In the course of the discussion I got the impression that this way of
> automatically (un)mounting USB devices was not percieved as a good idea.
> In particular, it was pointed out that similar functionality can be
> achieved with the pmount package. Therefore, I didn't try to find a
> sponsor at that time.
>
> However, my package continued to remain useful for me despite the
> existence of pmount, mainly because I don't use a desktop environment.
> pmount develops its real power when used in combination with HAL. As a
> standalone application, pmount requires the user to know the filename of
> the device node, so IMHO it solves a different problem than my package.
> For this reason, I have made the latter available as an unofficial
> package from my webpage:
>
> http://www.zero-based.org/debian/usbmount.html
>
> Today, Rafael Laboissiere has contacted me with an offer to sponsor my
> package. After having read the discussion on debian-mentors (of which
> he had been unaware), he still agreed with me that my package could be
> useful to users who don't use a desktop environment, and he suggested
> that I ask other Debian developers for their opinion.
>
> So, the question is: Should usbmount be included in Debian?
>
> Thanks,
> Martin
>
>
> PS: Rafael has asked that all mails regarding this topic are CC'ed to
> him, please. M-F-T header set accordingly.
>
>
* martin f krafft <[EMAIL PROTECTED]> [2005-03-08 08:39]:
> also sprach Martin Dickopp <[EMAIL PROTECTED]> [2005.03.07.2034 +0100]:
> > In the course of the discussion I got the impression that this way
> > of automatically (un)mounting USB devices was not percieved as
> > a good idea.
>
> Well, it can't be done... that's one thing. You can "remove
> knowledge of the medium from the system once it has been pulled
> out". You cannot unmount it because it will already be removed by
> the time that udev or any other user-space/kernel-space tool learns
> about this. This is a limitation of the USB port. The solution is to
> mount it 'sync', then automatically unmounting could worl
>
> > However, my package continued to remain useful for me despite the
> > existence of pmount, mainly because I don't use a desktop
> > environment. pmount develops its real power when used in
> > combination with HAL. As a standalone application, pmount requires
> > the user to know the filename of the device node, so IMHO it
> > solves a different problem than my package.
>
> You are using udev, so what's the big deal about having to know the
> filename of the device node? Or is
> /dev/little-green-usb-stick-with-red-flashing-light not good?
>
> Also see #286695.
>
> > So, the question is: Should usbmount be included in Debian?
>
> Since you and Rafael deem it useful, I guess that it should. I am
> not opposed to the package at all. I just think that there are other
> ways to do it. But that's just me.
>
---------------------------------------
Received: (at 298526-close) by bugs.debian.org; 4 Apr 2005 23:16:15 +0000
>From [EMAIL PROTECTED] Mon Apr 04 16:16:15 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 1DIann-0005FZ-00; Mon, 04 Apr 2005 16:16:15 -0700
Received: from joerg by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DIaWd-0004gL-00; Mon, 04 Apr 2005 18:58:31 -0400
From: Martin Dickopp <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#298526: fixed in usbmount 0.0.8
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Mon, 04 Apr 2005 18:58:31 -0400
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.2 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
REMOVE_REMOVAL_NEAR autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: usbmount
Source-Version: 0.0.8
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.8.dsc
to pool/main/u/usbmount/usbmount_0.0.8.dsc
usbmount_0.0.8.tar.gz
to pool/main/u/usbmount/usbmount_0.0.8.tar.gz
usbmount_0.0.8_all.deb
to pool/main/u/usbmount/usbmount_0.0.8_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: Sun, 3 Apr 2005 23:40:25 +0200
Source: usbmount
Binary: usbmount
Architecture: source all
Version: 0.0.8
Distribution: unstable
Urgency: low
Maintainer: Martin Dickopp <[EMAIL PROTECTED]>
Changed-By: Martin Dickopp <[EMAIL PROTECTED]>
Description:
usbmount - automatically mount and unmount USB mass storage devices
Closes: 298526
Changes:
usbmount (0.0.8) unstable; urgency=low
.
* Upload sponsored by Rafael Laboissiere (closes: #298526).
* Filesystem type specific mount options can be specified.
* Use locking to serialize concurrent mount attempts. This ensures that
different mount points are chosen if a device contains more than one
mountable partition.
* Make sure that /var/run/usbmount is removed on package removal.
* More detailed package description and README file.
Files:
68b7b17eb06403810773b81086782d07 559 admin extra usbmount_0.0.8.dsc
40c2991930d670072dd966e556a12df0 5546 admin extra usbmount_0.0.8.tar.gz
5a6e216ae2af824c582397cde6593443 7118 admin extra usbmount_0.0.8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCUbkKk3oga0pdcv4RAramAJ42mlk9IOTqnboUbUUZ9LdrcadOQwCfZzTl
pt3BDik2qEO/FjqgnfYbQ2g=
=5AoB
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]