You are not logged in.

#1 2008-12-13 19:57:10

ronandi
Member
From: US
Registered: 2008-04-26
Posts: 65

Incorrect time

Right now my time shows 12:56 when it is actually 2:56. how do I fix this?

My timezone is set to:

TIMEZONE="America/New_York"

I've also tried US/Eastern


Mobo:Gigabyte Technology Co., Ltd. GA-P35-DS4 Rev. 2.0 // Processor:Intel(R) Core(TM)2 Quad CPU Q6600 @ 3 GHz
Memory:Crucial Ballistix PC2-8500 (DDR2-1066) 2046MB RAM
Video Card: MSI NVIDIA GeForce 8800 GTS 512 (G92) 730mhz Sound Card: ASUS Xonar Essence STX Headphones: Sennheiser HD555
Openbox & PyPanel

Offline

#2 2008-12-13 20:14:20

sessy
Member
Registered: 2006-01-20
Posts: 104

Re: Incorrect time

I suggest to install openntpd. Start it with /etc/rc.d/openmntpd start than and add it /etc/rc.conf.
Plus set the time in bios.

Offline

#3 2008-12-13 20:14:36

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: Incorrect time

There are lots of time problem posts on the forums and you can read through them if you like.  A lot of folks like to use ntp or openntpd.  See here: http://wiki.archlinux.org/index.php/NTP

Edit:  Darn sessy, you beat me by 16 seconds.  I gotta learn to think or type faster. tongue

Last edited by bgc1954 (2008-12-13 20:15:47)


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#4 2008-12-13 23:29:12

Hrod beraht
Member
Registered: 2008-09-30
Posts: 186

Re: Incorrect time

ronandi wrote:

Right now my time shows 12:56 when it is actually 2:56. how do I fix this?

Install openntpd to sync to time servers:

pacman -S openntpd

Edit /etc/rc.conf so your timezone is correct and openntpd runs at boot:

---------------------
LOCALIZATION
---------------------
...other stuff...
HARDWARECLOCK="UTC"
TIMEZONE="US/Eastern"
...other stuff...


---------------------
DAEMONS
---------------------
DAEMONS=(...other stuff...openntpd)

Reboot. Your clock will never be wrong again smile

Bob

Offline

Board footer

Powered by FluxBB