https://bugzilla.novell.com/show_bug.cgi?id=460917 User suse@randycushman.com added comment https://bugzilla.novell.com/show_bug.cgi?id=460917#c14 Randy Cushman <suse@randycushman.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse@randycushman.com --- Comment #14 from Randy Cushman <suse@randycushman.com> 2008-12-27 10:24:40 MST --- I am experiencing a similar issue. Configuration details: OpenSUSE 11.1 final (x86) Root partition RAID1, ReiserFS Issue was repeatable on a partition I had updated from OpenSUSE 11.0 using "zypper dup", but not on a partition I had installed from scratch (network install). On further investigation, I found that the new install partition's initrd contained features resume.userspace and resume.kernel, but the updated install partition's initrd did not have these features, due to the absence of package "suspend". When I added these features to the updated partition's initrd, the issue stopped occurring (at least consistently). Apparently in my configuration the time consumed in processing the resume feature is enough alter the results of the race, even when using the "noresume" kernel parameter. I also was able to work around the issue by adding 2 lines to /lib/mkinitrd/scripts/boot-md.sh then running mkinitrd, as described in bug 445490, comment 19. The file to be modified is slightly different in 11.1 final: The line containing "wait_for_events" has been removed. For 11.1 final the 2 lines are inserted between the second-to-last "fi" and the last "fi" in the file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.