Server Time is about 45 minutes behind actual

Meristem

New member
Joined
Oct 18, 2008
Messages
4
A few months back our server time somehow got knocked back by about 45 minutes. I didn't catch it until I installed a CMS and it displayed the current server time.

It mostly affects our email server, so this might be the wrong place to post it. I (and our clients) get our email about 45 minutes after it is received by the server. EG: At 11am I get an email showing that it was downloaded by my email app at 9:15am.

I don't want to restart the server. I was hoping there is a simple way to reset the time, but I'll do what it needs. I have no way of doing this, as far as I know, via DA.
 
Run ntpdate command on crontab or run ntpd.

ntpdate us.pool.ntp.org
 
how and where via command line do I run that?

I tried it here: /var/lib/ntp/ bu that ntp directory is empty. ls reveals nothing there
 
Last edited:
so login as the root user and type the command:

/usr/sbin/ntpdate us.pool.ntp.org
 
That worked. Thank you.

How do I know if it reset my time to "current" time at it's location? Never mind, I checked one of my site's config files. Thank you for the help.
 
Back
Top