Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293087 Details for
Bug 430423
fails to set clock on bootup since rtc-cmos driver isn't loaded yet
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to debug initscripts hwclock setting
rc.sysinit.diff (text/plain), 817 bytes, created by
Charles R. Anderson
on 2008-01-27 22:49:11 UTC
(
hide
)
Description:
patch to debug initscripts hwclock setting
Filename:
MIME Type:
Creator:
Charles R. Anderson
Created:
2008-01-27 22:49:11 UTC
Size:
817 bytes
patch
obsolete
>--- rc.sysinit~ 2008-01-27 17:38:09.000000000 -0500 >+++ rc.sysinit 2008-01-27 17:36:50.000000000 -0500 >@@ -256,7 +256,7 @@ > echo -en $"\t\tPress 'I' to enter interactive startup." > echo > fi >- >+set -x > # Set the system clock. > update_boot_stage RCclock > ARC=0 >@@ -292,7 +292,9 @@ > CLOCKDEF="$CLOCKDEF (srm)" ;; > esac > >-[ -x /sbin/hwclock ] && /sbin/hwclock $CLOCKFLAGS >+ls -l /dev/rtc* >+lsmod | grep rtc >+[ -x /sbin/hwclock ] && /sbin/hwclock --debug $CLOCKFLAGS > > action $"Setting clock $CLOCKDEF: `date`" /bin/true > >@@ -333,6 +335,12 @@ > unset nashpid > /sbin/start_udev > >+[ -x /sbin/hwclock ] && /sbin/hwclock --debug $CLOCKFLAGS >+ >+action $"Setting clock $CLOCKDEF: `date`" /bin/true >+ >+set +x >+ > # Load other user-defined modules > for file in /etc/sysconfig/modules/*.modules ; do > [ -x $file ] && $file
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430423
: 293087