Results 1 to 10 of 20
First, i'm using ntpdate to sync my system clock before it boots because if i don't my clock is off by 4 hours (4 hours slow).
Well, i recently started ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-24-2005 #1Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
How to disable "checking system clock [UTC]" in start-up?
First, i'm using ntpdate to sync my system clock before it boots because if i don't my clock is off by 4 hours (4 hours slow).
Well, i recently started using initng to start my computer services and such (starts everything in parallel)...which has sped up start up time some. but now one of two things happened when i did this...either ntpdate is starting before it checks the system clock or ntpdate isn't starting at all.
how should i fix this?
if i can't fix this, than can someone help me figure out why my system clock is off by 4 hours? my bios time is right and my timezone is right...
- 09-24-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Is your system-clock (in the BIOS) set to local time or UTC? If it's for example local time and linux belive it's UTC, then you get a clock skew. This can be configured in /etc/conf.d/clock
- 09-24-2005 #3Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
i'm not sure how to check whehter my bios clock is utc or local, but i changed the /etc/conf.d/clock to local instead of UTC and rebooted out of curiosity. the time is still the same...4 hours behind
Originally Posted by jaboua
any idea what it might be?
thanks for helping
- 09-24-2005 #4Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Have you configured the correct timezone? Do an "ls -l /etc/localtime"
- 09-25-2005 #5Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
this is what i get:
Originally Posted by jaboua
i live in fl (same timezone as new york), so it seems alrightCode:localhost josh # ls -l /etc/localtime lrwxrwxrwx 1 root root 36 Jul 13 06:21 /etc/localtime -> /usr/share/zoneinfo/America/New_York
- 09-27-2005 #6Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
When you changed to local time and rebooted, did you disable NTP? Have you tried symlinking /etc/localtime to /usr/share/zoneinfo/UTC or whatever it's called just to check?
- 09-27-2005 #7
Instead of America/new york, maybe you sould try EST5EDT.
I live in Michigan and that is the same timezone as N.Y. and EST5EDT is what I use.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 09-28-2005 #8Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
that's my new timezone and it still has the same time...4 hours behind. i don't get it
Originally Posted by budman7
- 09-28-2005 #9Linux Enthusiast
- Join Date
- Jun 2005
- Location
- Odessa, FL
- Posts
- 586
i haven't tried that yet
Originally Posted by jaboua
...just to make sure before i do that, this is what i would type to do this...?
i just want to make sure that's what i doCode:ln -s /etc/localtime /usr/share/zoneinfo/UTC
- 09-28-2005 #10Linux Newbie
- Join Date
- May 2005
- Posts
- 222
My clock was all screwed up also but I made the change through desktop GUI. The thing is, I had to do it twice ! ! The first time it reverted back to the wrong time, then I did it again, and now it's ok.


Reply With Quote
