Bug 255979

Summary: superfluous usbfs entry in fstab
Product: [openSUSE] openSUSE 10.3 Reporter: Wolfgang Rosenauer <wolfgang>
Component: YaST2Assignee: Thomas Fehr <fehr>
Status: RESOLVED WONTFIX QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: aj
Version: Alpha 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Wolfgang Rosenauer 2007-03-20 09:34:04 UTC
I wonder why there is an entry in /etc/fstab:

usbfs                /proc/bus/usb        usbfs      noauto                0 0

while

# CONFIG_USB_DEVICEFS is not set
in the kernel configuration.
Comment 1 Cyril Hrubis 2007-03-21 18:19:30 UTC
Please attach y2logs. If you are in doubt please follow:

http://en.opensuse.org/Bugs/YaST

Thanks!
Comment 2 Wolfgang Rosenauer 2007-03-22 05:44:14 UTC
I don't know why this is requested since it's also superfluous but here is the part where you see the addition of the line.

2006-12-25 11:17:09 <1> linux(3473) [YCP] Storage.ycp:4133 AddFstabEntry entry:$["freq":0, "mntops":"noauto", "mount":"/proc/bus/usb", "passno":0, "spec":"usbfs", "vfstype":"usbfs"]
2006-12-25 11:17:09 <1> linux(3473) [libstorage] Storage.cc(addFstabEntry):5417 device:usbfs mount:/proc/bus/usb vfs:usbfs opts:noauto freq:0 passno:0
2006-12-25 11:17:09 <1> linux(3473) [libstorage] EtcFstab.cc(addEntry):322 dev:usbfs mp:/proc/bus/usb
2006-12-25 11:17:09 <1> linux(3473) [libstorage] EtcFstab.cc(findFile):334 device:usbfs mp:/proc/bus/usb fstab:(nil) cryptotab:(nil)
2006-12-25 11:17:09 <1> linux(3473) [libstorage] AsciiFile.cc(loadFile):49 Loading File:"/mnt/etc/fstab"
2006-12-25 11:17:09 <1> linux(3473) [libstorage] EtcFstab.cc(findFile):353 fstab:0x92816d0 cryptotab:(nil) lineno:-1
2006-12-25 11:17:09 <1> linux(3473) [libstorage] EtcFstab.cc(createTabLine):381 device:usbfs mp:/proc/bus/usb
2006-12-25 11:17:09 <1> linux(3473) [libstorage] EtcFstab.cc(createTabLine):400 ret:usbfs                /proc/bus/usb        usbfs      noauto                0 0
2006-12-25 11:17:09 <1> linux(3473) [libstorage] EtcFstab.cc(flush):551 ret:0
2006-12-25 11:17:09 <1> linux(3473) [libstorage] Storage.cc(addFstabEntry):5447 ret:0
Comment 3 Thomas Fehr 2007-03-22 16:48:40 UTC
Andreas, should creation of the entry for /proc/bus/usb to /etc/fstab
be removed from yast2-storage?
Comment 4 Andreas Jaeger 2007-03-23 06:53:51 UTC
10.3 - and the next 10.2 update kernel - will have USBDEVFS set again, so leave it in for now.
Comment 5 Wolfgang Rosenauer 2007-03-23 07:37:38 UTC
Nice to hear. So my vmware will work again with the official kernel usbcore ;-)