fuse-utils install fails with fuse compiled statically in kernel

Bug #69384 reported by kimbuba
4
Affects Status Importance Assigned to Milestone
fuse (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: fuse-utils

Version: fuse-utils_2.5.3-2.1ubuntu4_i386.deb
Ubuntu: edgy 6.10

fuse-utils refuse to install due to a modprobe fuse error.
If you compile fuse statically on kernel modprobe will of course fail.
Error message: FATAL: Module fuse not found.

Easy fix: decompress archive,
modify DEBIAN/postinst deb file.
comment two lines:
#lsmod | grep -q fuse > /dev/null 2>&1 || modprobe fuse
#grep fuse /etc/modules > /dev/null 2>&1 || echo "fuse" >> /etc/modules

and then add:
chown root:fuse /dev/fuse

then repack with dpkg -b

maybe you guys will find a cleaner way to fix it.
Greetings
Kim

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.