Bug 715855

Summary: fuse lkm not autoloaded
Product: [openSUSE] openSUSE 12.1 Reporter: Bernhard Wiedemann <bwiedemann>
Component: BasesystemAssignee: Forgotten User sLJ7K2dvxj <forgotten_sLJ7K2dvxj>
Status: VERIFIED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: aj, fcrozat, forgotten_sLJ7K2dvxj
Version: Milestone 5   
Target Milestone: ---   
Hardware: All   
OS: SUSE Other   
Whiteboard:
Found By: System Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bernhard Wiedemann 2011-09-03 09:07:57 UTC
last  seen working 2011-07-28 in Build0171
first seen failing 2011-08-02 in Build0176

looking closer at my openQA mozmill test results, I found that it failed recently because curlftpfs got a permission denied on /dev/fuse.
/dev/fuse had 600 permissions.
I found that the fuse lkm was not autoloaded on device access.
manually running sudo /sbin/modprobe fuse
did trigger udev to properly set /dev/fuse to 666 to make curlftpfs work.

there was (among others) a udev update on 2011-07-27

bug looks thus:
http://openqa.opensuse.org/viewimg/opensuse/testresults/openSUSE-NET-i586-Build0176-gnome/mozmill_setup-3.png

Reproducible: Always
Comment 1 Andreas Jaeger 2011-09-03 19:37:28 UTC
Frederic, is this fixed in the newest udev you're currently packaging and testing?
Comment 2 Frederic Crozat 2011-09-08 12:32:24 UTC
I don't so, I didn't change anything in udev.

But we discovered kiwi was not using devtmpfs for /dev but tmpfs, so it might explain this issue.

It would be interesting to check new image create with next kiwi release (the code was committed on Wed Sep 7 17:42:19 2011 +0200.
Comment 3 Bernhard Wiedemann 2011-10-11 07:42:10 UTC
This has been back working for several weeks, so closing as fixed.