Debian Bug report logs - #415460
ltspfs: usbfloppy support

version graph

Package: ltspfs; Maintainer for ltspfs is Debian LTSP Maintainers <team+ltsp@tracker.debian.org>; Source for ltspfs is src:ltspfs (PTS, buildd, popcon).

Reported by: "Gustavo Franco" <stratus@debian.org>

Date: Mon, 19 Mar 2007 19:00:02 UTC

Severity: wishlist

Found in version ltspfs/0.4.3+debian2

Fixed in version ltspfs/0.5.3-1

Done: Vagrant Cascadian <vagrant@freegeek.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#415460; Package ltspfs. (full text, mbox, link).


Acknowledgement sent to "Gustavo Franco" <stratus@debian.org>:
New Bug report received and forwarded. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: "Gustavo Franco" <stratus@debian.org>
To: submit@bugs.debian.org
Subject: ltspfs: usbfloppy support
Date: Mon, 19 Mar 2007 15:41:20 -0300
Package: ltspfs
Version: 0.4.3+debian2
Severity: wishlist
Tags: patch

I think I've just finished with a co-worker implementing the usbfloppy
support into ltspfs. There's a bzr branch over the upstream code[0]
for review.

[0] = http://people.debian.org/~stratus/bzr/stratus-ltspfs/

thanks,
-- stratus
http://stratusandtheswirl.blogspot.com



Information forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#415460; Package ltspfs. (full text, mbox, link).


Acknowledgement sent to vagrant@freegeek.org:
Extra info received and forwarded to list. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #10 received at 415460@bugs.debian.org (full text, mbox, reply):

From: vagrant@freegeek.org
To: 415460@bugs.debian.org, 415460-submitter@bugs.debian.org
Subject: Re: [Pkg-ltsp-devel] Bug#415460: ltspfs: usbfloppy support
Date: Thu, 29 Mar 2007 18:49:28 -0700
On Mon, Mar 19, 2007 at 03:41:20PM -0300, Gustavo Franco wrote:
> I think I've just finished with a co-worker implementing the usbfloppy
> support into ltspfs. There's a bzr branch over the upstream code[0]
> for review.
> 
> [0] = http://people.debian.org/~stratus/bzr/stratus-ltspfs/

the one thing that strikes me as strange about these patches, is that it
uses modprobe from within udev rules... i don't know for sure that
that's a bad idea, but it seems a little odd.

live well,
  vagrant



Message sent on to "Gustavo Franco" <stratus@debian.org>:
Bug#415460. (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#415460; Package ltspfs. (full text, mbox, link).


Acknowledgement sent to "Gustavo Franco" <stratus@debian.org>:
Extra info received and forwarded to list. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #18 received at 415460@bugs.debian.org (full text, mbox, reply):

From: "Gustavo Franco" <stratus@debian.org>
To: 415460@bugs.debian.org
Date: Fri, 30 Mar 2007 18:08:46 -0300
Hi Vagrant,

grep for modprobe into your udev rules subdirectory. Are you scared? :-)

regards,
-- stratus
http://stratusandtheswirl.blogspot.com



Information forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#415460; Package ltspfs. (full text, mbox, link).


Acknowledgement sent to vagrant@freegeek.org:
Extra info received and forwarded to list. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #23 received at 415460@bugs.debian.org (full text, mbox, reply):

From: vagrant@freegeek.org
To: 415460@bugs.debian.org
Subject: #415460: ltspfs: usbfloppy support
Date: Thu, 27 Mar 2008 16:44:55 -0700
tags 415460 - patch
thanks

the patch no longer applies to recent versions.

without a usb floppy drive to test with, i've been unable to try and
update the patch.

still looking for one... they sometimes come through freegeek.

live well,
  vagrant




Tags removed: patch Request was from vagrant@freegeek.org to control@bugs.debian.org. (Thu, 27 Mar 2008 23:48:06 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#415460; Package ltspfs. (full text, mbox, link).


Acknowledgement sent to Vagrant Cascadian <vagrant@freegeek.org>:
Extra info received and forwarded to list. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #30 received at 415460@bugs.debian.org (full text, mbox, reply):

From: Vagrant Cascadian <vagrant@freegeek.org>
To: 415460@bugs.debian.org
Subject: Bug#415460: ltspfs: usbfloppy support
Date: Mon, 16 Jun 2008 18:56:39 -0700
tags 415460 pending
thanks

On Thu, Mar 27, 2008 at 04:44:55PM -0700, vagrant@freegeek.org wrote:
> without a usb floppy drive to test with, i've been unable to try and
> update the patch.

found a usb floppy drive, tested the following udev rules and committed
in bzr branch:

# legacy floppy drives:
ACTION=="add", KERNEL=="fd[0-9]", RUN+="ltspfs_entry add %k auto"

# USB floppy drives:
ACTION=="add", SUBSYSTEM=="block", KERNEL!="fd[0-9]", ENV{ID_TYPE}=="floppy", ATTRS{removable}=="1", RUN+="ltspfs_entry add %k auto"

# USB sticks and other removable drives:
ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="disk", ATTRS{removable}=="1", RUN+="ltspfs_entry add %k"

# external USB hard drives:
ACTION=="add", SUBSYSTEM=="block", ENV{ID_BUS}=="usb", ENV{ID_TYPE}=="disk", ATTRS{removable}!="1", RUN+="ltspfs_entry add %k"

# internal hard drives:
# (NOTE: enabling this will provide root-level write access to local hard disks)
#ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="disk", ATTRS{removable}!="1", RUN+="ltspfs_entry add %k"

# device removals:
ACTION=="remove", SUBSYSTEM=="block", RUN+="ltspfs_entry remove %k"


live well,
  vagrant




Tags added: pending Request was from Vagrant Cascadian <vagrant@freegeek.org> to control@bugs.debian.org. (Tue, 17 Jun 2008 02:00:05 GMT) (full text, mbox, link).


Reply sent to Vagrant Cascadian <vagrant@freegeek.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to "Gustavo Franco" <stratus@debian.org>:
Bug acknowledged by developer. (full text, mbox, link).


Message #37 received at 415460-close@bugs.debian.org (full text, mbox, reply):

From: Vagrant Cascadian <vagrant@freegeek.org>
To: 415460-close@bugs.debian.org
Subject: Bug#415460: fixed in ltspfs 0.5.3-1
Date: Thu, 26 Jun 2008 18:17:07 +0000
Source: ltspfs
Source-Version: 0.5.3-1

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

ltspfs_0.5.3-1.diff.gz
  to pool/main/l/ltspfs/ltspfs_0.5.3-1.diff.gz
ltspfs_0.5.3-1.dsc
  to pool/main/l/ltspfs/ltspfs_0.5.3-1.dsc
ltspfs_0.5.3-1_i386.deb
  to pool/main/l/ltspfs/ltspfs_0.5.3-1_i386.deb
ltspfs_0.5.3.orig.tar.gz
  to pool/main/l/ltspfs/ltspfs_0.5.3.orig.tar.gz
ltspfsd_0.5.3-1_i386.deb
  to pool/main/l/ltspfs/ltspfsd_0.5.3-1_i386.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 415460@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <vagrant@freegeek.org> (supplier of updated ltspfs 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 26 Jun 2008 09:58:55 -0700
Source: ltspfs
Binary: ltspfs ltspfsd
Architecture: source i386
Version: 0.5.3-1
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>
Changed-By: Vagrant Cascadian <vagrant@freegeek.org>
Description: 
 ltspfs     - Fuse based remote filesystem for LTSP thin clients
 ltspfsd    - Fuse based remote filesystem daemon for LTSP thin clients
Closes: 415460
Changes: 
 ltspfs (0.5.3-1) unstable; urgency=low
 .
   * new upstream version:
     + don't mount swap partitions
     + name CDROM devices such that icon will appear to be a CDROM.
     + respect LTSP LOCALDEV setting when adding or removing devices
     + start cdpinger and ltspfsd from udev scripts
 .
   * updated/added udev rules to support:
     - usb floppy drives (Closes: #415460)
     - external usb hard drives
     - CDROM drives
     - commented out rule for internal hard drives
 .
    * updated standards-version to 3.8.0, no changes necessary.
Checksums-Sha1: 
 e1d018a8bd347ac97b92353a295beaa05408c5b1 1479 ltspfs_0.5.3-1.dsc
 7ffe2b1cf91789d24787cec41301d1fe448a714a 218796 ltspfs_0.5.3.orig.tar.gz
 5006bf512c3ea266a6c6060b0d0dcf5d2f3f87e9 29938 ltspfs_0.5.3-1.diff.gz
 cc0cb40a094c107e81d9c02c1ee337326dc2521a 19712 ltspfs_0.5.3-1_i386.deb
 c7190f62a0ba8eef4a398a5bfbcce9057cab56f1 19406 ltspfsd_0.5.3-1_i386.deb
Checksums-Sha256: 
 f4479442782440c55b74dfd57f56f7fea595b938aa1ef1d1aecd45c2948992c4 1479 ltspfs_0.5.3-1.dsc
 3e04640cc3ab86bf1b2d86f0cf8b3ac6609593a193dad9ffc8dbd5abc35b12f2 218796 ltspfs_0.5.3.orig.tar.gz
 4ca560fc2f66cfa70651f8885068e61797fa336e4cf4ed380b52f3b688cead08 29938 ltspfs_0.5.3-1.diff.gz
 d7b35ce04bd9d30c7564acd4bbec0b8b4b61ae0d85b55c00c6cc8d49a58b9610 19712 ltspfs_0.5.3-1_i386.deb
 f721cd1ef8ca19a2bea698c23e4640cfb732e78bad61b2c11bab16301b32f77e 19406 ltspfsd_0.5.3-1_i386.deb
Files: 
 365e17d46d9514898ab98376c355c9af 1479 net optional ltspfs_0.5.3-1.dsc
 fd2ba57d8a87edaf0abf8cf1a2b0e47f 218796 net optional ltspfs_0.5.3.orig.tar.gz
 a941bbe6f54a6cfc635afc795d3a46b8 29938 net optional ltspfs_0.5.3-1.diff.gz
 23fe2d4b2b35600b92ed5eaf4ce33f59 19712 net optional ltspfs_0.5.3-1_i386.deb
 8b9d15f505d88b92f6dabe118b12621f 19406 net optional ltspfsd_0.5.3-1_i386.deb

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

iD8DBQFIY897lPc63BPWGpkRAtWqAJ9V/0fgJaJylb5dcyuQaheYaYn8IQCglEPZ
0a343qYAMCfK8bZoSQTaQfk=
=bjRA
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Tue, 05 Aug 2008 07:43:30 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 13:11:50 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.