Bug 479581 - fuse has an unnecessary init script
Summary: fuse has an unnecessary init script
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: fuse
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-11 17:40 UTC by Bill Nottingham
Modified: 2014-03-17 03:16 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-02-05 02:10:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Changes required (1.74 KB, patch)
2009-01-11 17:40 UTC, Bill Nottingham
no flags Details | Diff

Description Bill Nottingham 2009-01-11 17:40:41 UTC
Created attachment 328669 [details]
Changes required

Description of problem:

1) We create the fuse dev in udev, so it can be loaded on demand instead of force-loaded by an init script
2) We can mount the filesystem from udev, so we don't need to do that either

Version-Release number of selected component (if applicable):

fuse-2.7.4-2.fc11

How reproducible:

Every time

Comment 1 Harald Hoyer 2009-01-28 13:10:33 UTC
ping?

Comment 2 Fedora Update System 2009-01-29 23:08:25 UTC
fuse-2.7.4-2.fc10 has been pushed to the Fedora 10 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update fuse'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-1162

Comment 3 Fedora Update System 2009-01-29 23:09:06 UTC
fuse-2.7.4-2.fc9 has been pushed to the Fedora 9 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing-newkey update fuse'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-1167

Comment 4 Fedora Update System 2009-02-05 02:10:53 UTC
fuse-2.7.4-2.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2009-02-05 02:24:42 UTC
fuse-2.7.4-2.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Bruce Brackbill 2009-03-07 07:22:47 UTC
Sectool is giving me the following warnings:

	Warning(08)   Symbolic link "/etc/rc.d/rc0.d/K75fuse" points to a non-existent file "../init.d/fuse".
	Warning(08)   Symbolic link "/etc/rc.d/rc1.d/K75fuse" points to a non-existent file "../init.d/fuse".
	Warning(08)   Symbolic link "/etc/rc.d/rc2.d/K75fuse" points to a non-existent file "../init.d/fuse".
	Warning(08)   Symbolic link "/etc/rc.d/rc3.d/S25fuse" points to a non-existent file "../init.d/fuse".
	Warning(08)   Symbolic link "/etc/rc.d/rc4.d/S25fuse" points to a non-existent file "../init.d/fuse".
	Warning(08)   Symbolic link "/etc/rc.d/rc5.d/S25fuse" points to a non-existent file "../init.d/fuse".
	Warning(08)   Symbolic link "/etc/rc.d/rc6.d/K75fuse" points to a non-existent file "../init.d/fuse".

Should the links to the init strip have been removed too?

$ rpm -qa | grep fuse
gvfs-fuse-0.2.5-1.fc9.i386
fuse-2.7.4-2.fc9.i386
fuse-libs-2.7.4-2.fc9.i386

Comment 7 Bill Nottingham 2009-03-09 19:46:53 UTC
The trigger needs adjusted for the %dist tag.


Note You need to log in before you can comment on or make changes to this bug.