Bug 31040

Summary: cat USB error messages
Product: [Retired] Red Hat Raw Hide Reporter: Sammy <umar>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-08 01:44:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sammy 2001-03-08 01:44:45 UTC
The rc.sysinit has two lines which do a cat on /proc/bus/usb/devices.
If this file is not there you get error messages from cat on the
console at boot time. I put if [ -f /proc/bus/usb/devices ]; then
statement around these for people who don't have the file.

Comment 1 Bill Nottingham 2001-03-08 03:15:56 UTC
Will be fixed (somewhat differently) in 5.71-1; thanks!