tags 499352 + patch pending
thanks

Hi,

this bug is indeed serious: As fuse-utils does not depend on udev (but
on makedev | udev) it must not require udev. The problem does also
happen in usual dbootstrapped chroots.
I'm uploading version 2.7.4-1.1 with attached diff.

Kind regards

T.

diff -u fuse-2.7.4/debian/fuse-utils.postinst 
fuse-2.7.4/debian/fuse-utils.postinst
--- fuse-2.7.4/debian/fuse-utils.postinst
+++ fuse-2.7.4/debian/fuse-utils.postinst
@@ -36,7 +36,8 @@
        # if tyou don't have fuse kernel module already loaded
        # Moreover we need to reload udev before chgrp, otherwise fuse group
        # is not known
-       invoke-rc.d udev reload
+        # only invoke-rc.d udev if the init script exists (see #499352)
+       [ ! -f /etc/init.d/udev ] || invoke-rc.d udev reload
        test -e /dev/fuse && chgrp fuse /dev/fuse
   fi
 
diff -u fuse-2.7.4/debian/changelog fuse-2.7.4/debian/changelog
--- fuse-2.7.4/debian/changelog
+++ fuse-2.7.4/debian/changelog
@@ -1,3 +1,11 @@
+fuse (2.7.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Only reload udev when /etc/init.d/udev exists.
+    Closes: #499352
+
+ -- Thomas Viehmann <[EMAIL PROTECTED]>  Thu, 02 Oct 2008 22:54:11 +0200
+
 fuse (2.7.4-1) unstable; urgency=low
 
   * Ack NMU from Thomas Viehmann, thanks.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to