You are not logged in.

#1 2007-12-09 15:49:50

chendler
Member
Registered: 2007-03-05
Posts: 13

[SOLVED] Whats wrong with the clock

Hello, since some weeks I got some problems with the clock. The date is always
out of sync, seconds on Arch are much faster than in real. I have no idea how to fix this sad

my rc.conf

LOCALE="pl_PL"
HARDWARECLOCK="UTC"
TIMEZONE="CET"
KEYMAP="pl"
CONSOLEFONT=lat2a-16
CONSOLEMAP=
USECOLOR="yes"

I even installed openNTPd but it didnt help much. Also during boot there is always

Configuring System Clock [FAIL]

both UTC, local changes doesnt help. I have only Arch linux on my PC, no Windows etc.

anyone can help?

Last edited by chendler (2007-12-12 23:15:14)

Offline

#2 2007-12-09 16:00:54

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED] Whats wrong with the clock

openntp does not cater for clock drift, so use ntp instead. Then run the command manually, to hopefully see a better error message. See wiki.

Last edited by brebs (2007-12-09 16:01:40)

Offline

#3 2007-12-11 20:30:42

chendler
Member
Registered: 2007-03-05
Posts: 13

Re: [SOLVED] Whats wrong with the clock

I installed ntp my configuration looks like:

[root@synapse chendler]# cat /etc/ntp.conf
restrict        default noquery notrust nomodify
restrict        127.0.0.1

server          0.pool.ntp.org
server          1.pool.ntp.org
server          2.pool.ntp.org

restrict        0.pool.ntp.org noquery nomodify
restrict        1.pool.ntp.org noquery nomodify
restrict        2.pool.ntp.org noquery nomodify

driftfile       /var/lib/ntp/ntp.drift
logfile         /var/log/ntp.log

/etc/rc.local:

ntpdate 0.pool.ntp.org
/etc/rc.d/ntpd start

but it doesnt work, the clock still getting faster and faster and I dont have correct time

Offline

#4 2007-12-12 22:52:31

chendler
Member
Registered: 2007-03-05
Posts: 13

Re: [SOLVED] Whats wrong with the clock

I found solution, the D.O.T - dynamic overclockin technology was enabled in bios, ops:P
just disable and everything works fine so far big_smile:D:D:D:D:D:D

$ thx chen!

Last edited by chendler (2007-12-12 22:54:00)

Offline

Board footer

Powered by FluxBB