reassign 470512 fuse-utils retitle 470512 /etc/init.d/fuse should umount fuseblk-type fs as well tags 470512 + patch pending thanks
Hi, first of all, Yogesh, thanks for your analysis and taking the time to report it to the bug! After consulting with Bartosz, one of the fuse maintainers, I'm reassigning the bug to fuse-utils and uploading a fixed version. The following is the diff for my fuse 2.7.3-5.1 NMU. Kind regards and thanks again T. diff -u fuse-2.7.3/debian/fuse-utils.fuse.init fuse-2.7.3/debian/fuse-utils.fuse.init --- fuse-2.7.3/debian/fuse-utils.fuse.init +++ fuse-2.7.3/debian/fuse-utils.fuse.init @@ -53,6 +53,7 @@ umount $MOUNTPOINT >/dev/null 2>&1 || \ return 1 fi + umount -at fuseblk >/dev/null 2>&1 || return 3 umount -at fuse >/dev/null 2>&1 || return 3 if grep -qw "^fuse" /proc/modules; then rmmod fuse >/dev/null 2>&1 || return 2 diff -u fuse-2.7.3/debian/changelog fuse-2.7.3/debian/changelog --- fuse-2.7.3/debian/changelog +++ fuse-2.7.3/debian/changelog @@ -1,3 +1,12 @@ +fuse (2.7.3-5.1) unstable; urgency=low + + * Non-maintainer upload coordinated with Bartosz.. + * Unmount filesystems of type fuse and fuseblk in + fuse-utils.fuse.init on stop. Closes: #470512. + Analysis by Yogesh Rananavare, thanks! + + -- Thomas Viehmann <[EMAIL PROTECTED]> Fri, 12 Sep 2008 19:25:07 +0200 + fuse (2.7.3-5) unstable; urgency=low * Drop fuse-source package for the stale release (Closes: #485909). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]