/dev/fuse has group root after fuse-utils install

Bug #293502 reported by Anders Kaseorg
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
fuse (Ubuntu)
New
Undecided
Unassigned
Nominated for Intrepid by Anders Kaseorg

Bug Description

Sometimes, after installing fuse-utils, /dev/fuse has group root instead of group fuse, causing FUSE filesystems to fail:
  crw-rw----+ 1 root root 10, 229 2008-11-04 03:21 /dev/fuse

One way to reliably reproduce this problem is as follows:
  1. aptitude install fuse-utils
  2. aptitude purge fuse-utils
  3. reboot
  4. aptitude install fuse-utils
The problem here is that the fuse module is loaded on boot after 3 (because it was added to /etc/modules) without /etc/udev/rules.d/45-fuse.rules in place to set the correct group.

(I have reports that this problem can be triggered without first installing and purging fuse-utils, but I’m not yet sure how.)

The node is correctly reassigned to group fuse upon /etc/init.d/udev restart, or on the next reboot. Probably the fix is to restart udev on fuse-utils postinst.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.