Gentoo Archives: gentoo-amd64

From: Bob Slawson <bslawson@×××××××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Recent clock problems
Date: Sat, 11 Feb 2006 18:18:06
Message-Id: 43EE29B4.20502@frontiernet.net
In Reply to: [gentoo-amd64] Recent clock problems by Mark Knecht
1 Mark Knecht wrote:
2 > Hello,
3 > Just in the last week or so my AMD64 machine has started to exhibit
4 > problems with the clock. Maybe it's a hardware problem, or possibly
5 > it's some new ntpd issue after updates. At boot time it seems to be
6 > coming up with semi-random times. This is causing me to ask a few
7 > questions and try to learn a bit more about how this actually works
8 > under Linux. Thanks in advance.
9 >
10 First thing to do is to check that the symlink `/etc/localtime' still
11 points to a valid timezone data file. For instance:
12
13 $ ls -l /etc/localtime
14 lrwxrwxrwx 1 root root 30 Jan 21 21:52 /etc/localtime ->
15 /usr/share/zoneinfo/US/Eastern
16
17 works well where I live. When I have clock problems, this symlink is
18 almost always the problem.
19
20
21 In /etc/conf.d/clock, I have CLOCK="UTC", CLOCK_SYSTOHC="yes" , and
22 CLOCK_OPTS="".
23
24 BobS
25
26
27 --
28 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Recent clock problems Mark Knecht <markknecht@×××××.com>