Tag Archives: time

How-To: Setup an NTP Server in Mac OS X

It’s been a while… Here is a simple guide in setting up an NTP Server in your Mac OS X. Although it does look trivial, it took me a while to figure it out (and find solutions out there). Steps 1 & 2 are important, as it does the trick.

  1. Disable the synchronizing of the local clock to ntp. Uncheck “Set date & time automatically.”
  2. If you find NTP in the services offered in Server Admin, stop it also.
  3. Open the Terminal. Create or edit /etc/ntp.conf and add the ntp servers from where you will synch.
  4. server 0.asia.pool.ntp.org minpoll 12 maxpoll 17
    server 1.asia.pool.ntp.org minpoll 12 maxpoll 17
    server 2.asia.pool.ntp.org minpoll 12 maxpoll 17
    server 3.asia.pool.ntp.org minpoll 12 maxpoll 17
    server 0.jp.pool.ntp.org minpoll 12 maxpoll 17 Continue reading

How-To: Windows Time Synchronization

I tried to configure my windows desktop to synchronize with a test NTP server. This should be easy enough. Just go to Date and Time Properties -> Internet Time then check Automatically synchronize… and choose your NTP server. Mine however, flashed an error in synchronizing message.

Seconds after syncing another system with FC6 OS (ntpdate -u), which by the way worked instantly, we figured out the problem’s with my Windows settings. Here’s a quick fix (for personal/future use).

Open a command line and issue the ff. commands:

  1. w32tm /unregister
  2. w32tm /register
  3. net start w32time

If the service is not running, or you get an error trying to manually start Windows Time in the Services Tool, you may need to issue this command.

  • svchost -k netsvcs