Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261097 - Init script 'clock' and kernel 2.6.27
Summary: Init script 'clock' and kernel 2.6.27
Status: RESOLVED DUPLICATE of bug 235647
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 19:19 UTC by stefan ehret
Modified: 2009-03-04 06:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stefan ehret 2009-03-03 19:19:00 UTC
Setting System Clock on boot failed! You will need to set the clock yourself.

Reproducible: Always

Steps to Reproduce:
1.modprobe rtc-cmos
2./etc/init.d/clock restart
3.

Actual Results:  
The clock works real fine with localtime. But after reboot, I have the same
problem System Clock on boot failed.

Expected Results:  
vim /etc/init.d/clock

Line 82

-           modprobe rtc &> /dev/null || modprobe genrtc &> /dev/null
+           modprobe rtc-cmos &> /dev/null || modprobe genrtc &> /dev/null
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2009-03-03 21:07:04 UTC
Is this related to bug #248131?
Comment 2 SpanKY gentoo-dev 2009-03-04 06:47:59 UTC

*** This bug has been marked as a duplicate of bug 235647 ***