Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13807] coldplug essential script fails on init

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13807] coldplug essential script fails on init
  • Date: 26 Aug 2007 10:16:02 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13807


julien AT rozo.org changed:

What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |13808




------- Additional Comments From julien AT rozo.org 2007-08-26 05:16 -------
Ok, I made some tests today, and I think I found the solution :)

Arwed v. Merkatz is right : commenting those 3 lines in coldplug init script :

#echo "Waiting for all events to be handled..."
#/sbin/udevsettle --timeout=60
#evaluate_retval

makes the boot process going well.


I also found that the script fails on udevsettle only if DEVICES=static in
/etc/sysconfig/devices

And having DEVICES=udev with coldplug script disabled goes into infinite
reboot
loop, as described in bug #13808


So, to sum up :
- DEVICES=static and coldplug disabled = boot process works
- DEVICES=udev and coldplug enable = boot process works
- DEVICES=static and coldplug enabled = coldplug fails
- DEVICES=udev and coldplug disabled = infinite reboot loop

Maybe this bug and #13808 could be marked as resolved ?

Can a solution be found directly into the cast process, to reflect this scheme
of working values ?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page