View previous topic :: View next topic |
Author |
Message |
mrpringle Apprentice
Joined: 27 May 2007 Posts: 284
|
Posted: Fri Jun 08, 2007 10:15 am Post subject: Gentoo never fails to stuff up my system clock |
|
|
Every time I log into gentoo it stuffs up my system time. I dual boot with windows as well, but I have set the clock to local instead of UTC.
How can I make gentoo stop f*****g with my bios time?
Cheers. |
|
Back to top |
|
|
lost+found Guru
Joined: 15 Nov 2004 Posts: 509 Location: North~Sea~Coa~s~~t~~~
|
Posted: Fri Jun 08, 2007 10:19 am Post subject: |
|
|
Maybe go into your bios, before boot, and set it to local time there once... |
|
Back to top |
|
|
gsoe Apprentice
Joined: 10 Dec 2006 Posts: 289 Location: Denmark
|
Posted: Fri Jun 08, 2007 10:50 am Post subject: |
|
|
That's easy: In /etc/conf.d/clock setand gentoo will never touch your hardware clock. |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Fri Jun 08, 2007 11:13 am Post subject: |
|
|
What exactly is the problem? I dual-boot with Windows and have no problem.
In /etc/conf.d/clock
Code: | CLOCK="local"
TIMEZONE="Europe/London"
CLOCK_OPTS=""
CLOCK_SYSTOHC="yes" |
|
|
Back to top |
|
|
mrpringle Apprentice
Joined: 27 May 2007 Posts: 284
|
Posted: Fri Jun 08, 2007 11:55 am Post subject: |
|
|
gsoe wrote: | That's easy: In /etc/conf.d/clock setand gentoo will never touch your hardware clock. |
I checked the config and CLOCK_SYSTOHC was set to "no", so I changed it to yes and it seems to be ok now. |
|
Back to top |
|
|
albright Advocate
Joined: 16 Nov 2003 Posts: 2588 Location: Near Toronto
|
Posted: Fri Jun 08, 2007 12:26 pm Post subject: |
|
|
Quote: | I checked the config and CLOCK_SYSTOHC was set to "no", so I changed it to yes and it seems to be ok now. |
Yes - that fixed it for me too - because it is Windows that is messing
with the clock, not gentoo! _________________ .... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme) |
|
Back to top |
|
|
|