Mailinglist Archive: opensuse-bugs (4653 mails)
| < Previous | Next > |
[Bug 573352] Boot often halts at setting alarms in rtc
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 1 Feb 2010 21:16:41 +0000
- Message-id: <20100201211641.B1EEACC7CD@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=573352
http://bugzilla.novell.com/show_bug.cgi?id=573352#c2
Menno Holscher <menno.holscher@xxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |menno.holscher@xxxxxx
--- Comment #2 from Menno Holscher <menno.holscher@xxxxxx> 2010-02-01 21:16:41
UTC ---
Since I reported this bug I have found a workaround. I commented out the
following lines from boot.clock:
# if /sbin/modprobe -q rtc_cmos ; then
# test -e $uevseqnum && read -t 1 end < $uevseqnum
# if test $start -lt $end ; then
# /sbin/udevadm settle --quiet --seq-start=$start --seq-end=$end
# else
# /sbin/udevadm settle --quiet
# fi
# else
# rm -f $rule
# ${1+"$@"}
# fi
I dared because the "else" branch seems to imply that the system could run
without the module. I have been using the system for some days now and there
are no adverse effects showing.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=573352#c2
Menno Holscher <menno.holscher@xxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |menno.holscher@xxxxxx
--- Comment #2 from Menno Holscher <menno.holscher@xxxxxx> 2010-02-01 21:16:41
UTC ---
Since I reported this bug I have found a workaround. I commented out the
following lines from boot.clock:
# if /sbin/modprobe -q rtc_cmos ; then
# test -e $uevseqnum && read -t 1 end < $uevseqnum
# if test $start -lt $end ; then
# /sbin/udevadm settle --quiet --seq-start=$start --seq-end=$end
# else
# /sbin/udevadm settle --quiet
# fi
# else
# rm -f $rule
# ${1+"$@"}
# fi
I dared because the "else" branch seems to imply that the system could run
without the module. I have been using the system for some days now and there
are no adverse effects showing.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |