Bug 648843

Summary: fuse: please drop no longer needed fuse initscript
Product: [openSUSE] openSUSE 11.4 Reporter: Kay Sievers <kasievers>
Component: BasesystemAssignee: Forgotten User sLJ7K2dvxj <forgotten_sLJ7K2dvxj>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Kay Sievers 2010-10-23 13:47:58 UTC
Since 11.3 the kernel modules export 'static device node' information to udev:
  $ cat /lib/modules/$(uname -r)/modules.devname
  # Device nodes to trigger on-demand module loading.
  microcode cpu/microcode c10:184
  fuse fuse c10:229
  ppp_generic ppp c108:0
  tun net/tun c10:200
That means /dev/fuse always exists right after udevd is started, even when the module is not loaded. On access, the kernel loads it on-demand.

The fusectl fs is also mounted by udev since a while:
  http://git.kernel.org/?p=linux/hotplug/udev.git;a=commitdiff;h=557b005fdab8442b9435393d032b231546fcce90

Please remove the init script from the package. Things like this should no longer be done with init scripts, if possible. Thanks a lot!
Comment 1 Forgotten User sLJ7K2dvxj 2010-10-27 09:07:45 UTC
Okay.  Good to see this go.
Comment 2 Forgotten User sLJ7K2dvxj 2010-10-29 09:13:37 UTC
Done.