|
Bugzilla – Full Text Bug Listing |
| Summary: | /proc/bus/usb not mounted if 'usb' is found in /proc/mounts | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Stefan Vogtner <suse-bug> |
| Component: | Hotplug | Assignee: | Christian Zoz <zoz> |
| Status: | VERIFIED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Pro 9.3 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
There is something wrong with this bugreport: SL10.0 did not ship package hotplug anymore. In 10.0 usbfs is mounted via /etc/udev/rules.d/50-udev.rules. So this is invalid for 10.0 and higher. If it is an older version: change it to: MOUNTED="`/bin/sed -n '/^usbfs/p' /proc/mounts`" Closed. |
The following entry in my /etc/fstab caused /proc/bus/usb not to mount: /dev/sda1 /media/usbdevice subfs rw,user,... The reason is in /etc/hotplug/usb/usbcore:10: MOUNTED="`/bin/sed -n '/usb/p' /proc/mounts`" of hotplug-0.50-19.src.rpm [SuSE 9.3]