http://qa.mandrakesoft.com/show_bug.cgi?id=5113
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2003-02-09 10:45 -------
no the test is valid as it checks if the usb subsystem is already in memory
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
there is bug in rc.sysinit start script which don't load usb modules..
....
Load usb now to be able to use an usb keyboard to answer questions
if ! LC_ALL=C grep -iq "nousb" /proc/cmdline 2>/dev/null && ! LC_ALL=C grep -iq
"usb" /proc/devices 2>/dev/null ; then
/etc/init.d/usb start
fi
...
second condition is buggy, it can't be negated...