http://qa.mandrakesoft.com/show_bug.cgi?id=5113


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |




------- Additional Comments From [EMAIL PROTECTED]  2003-02-09 16:07 -------
hmmm.. and how usb modules load into memory during startup?? usb sysv
script isn't suitable to linking into used runlevel, then usb service
won't start at boot...

-- 
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: UNCONFIRMED
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...

Reply via email to