First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 77162
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Dialup Developers <net-dialup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Vaclav Slavik <vslavik@fastmail.fm>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 77162 depends on: Show dependency tree
Bug 77162 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-08 13:24 0000
The /etc/init.d/slmodem file contains a while loop that waits until kernel
module is loaded and creates a device in /dev -- see bug #47947 (comment 59)
for details.  The code waits at most 2.5 seconds (5 cycles, each of them has
'sleep 0.5' in it), then reports failure. On my system (which is not
particularly slow - a 1.4GHz Celeron-M; 2.6.9 kernel and udev), it is far too
small amount of time, it takes _at least_ five seconds for this module to
become ready.

Can the timeout in loadsmodule function please be increased to at least
${COUNT} -lt 15 (in place of current 5)?


Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Alin Năstac 2005-01-21 18:35:21 0000 -------
r2 commited with this trivial change.
I've increased timeout to 10 secs (${COUNT} -lt 20)

First Last Prev Next    No search results available      Search page      Enter new bug