Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Clock runs slow when I leave iMac on all the time

My clock has been running slow lately. Previously, I never had a problem. Two things changed, one of which is causing it:


1) I am now running Mavericks

2) I leave my computer turned on and set to never sleep the CPU so that I can mine cryptocurrency.


Yes, I have "Set date and time automatically" checkmarked (enabled). But when I notice my iMac's clock is off, I open Date & Time, then untick and then tick that checkbox, and then the time gets set correctly.


So something is preventing the date/time server from automatically updating my clock. It's currently set to Apple Asia because I am in Japan now. And I know that server works fine because, like I said, it works right away when I manually remove and then put back that check mark. But why is it not happening automatically?


Again, the only two things that have changes are that I am now running Mavericks and I leave my computer running (never sleeping) all the time.


Any ideas?


Thank you.

iMac, OS X Mavericks (10.9.1), March 2009 DuoCore, 8GB RAM, 1TB HD

Posted on Jan 22, 2014 7:08 PM

Reply
Question marked as Best reply

Posted on Jan 26, 2014 5:21 PM

I have had a similar problem, the clock was running slow on a Mavericks MacBook Pro I look after. After trying out several leads, one solution that worked was to change the value of the "Set date and time automatically" field in the System Preferences -> Date & Time -> "Date & Time" tab. Editing the text in the field from (in my case) "Apple Europe (time.euro.apple.com.)" to "time.euro.apple.com" fixed the problem for me.


It appears that the text in this field gets written almost verbatim into the /etc/ntp.conf file, which is then used to look up the time servers. Not only does "time.euro.apple.com." lead nowhere (due to the trailing "."), but Mavericks will even add "Apple" and "Europe" into the file. The end result is the time system appears unable to get a time fix, and so the clock time drifts, uncorrected.


If you are in Japan, you might want to try "time.asia.apple.com" in that field. The key thing is to avoid the trailing ".". Just change the text in the field an close window.


I should add that this wasn't the only step I took to debug my slow clock issue. Other steps included deleting and re-creating the /etc/ntp.conf file and exploring the "pacemaker" process. However, I don't think these steps were necessary in the end and simply adjusting the text in the field above should suffice. I could be wrong.


Needless to say you might have a different issue and this might not help. Good luck!


Tim

30 replies
Question marked as Best reply

Jan 26, 2014 5:21 PM in response to JDW1

I have had a similar problem, the clock was running slow on a Mavericks MacBook Pro I look after. After trying out several leads, one solution that worked was to change the value of the "Set date and time automatically" field in the System Preferences -> Date & Time -> "Date & Time" tab. Editing the text in the field from (in my case) "Apple Europe (time.euro.apple.com.)" to "time.euro.apple.com" fixed the problem for me.


It appears that the text in this field gets written almost verbatim into the /etc/ntp.conf file, which is then used to look up the time servers. Not only does "time.euro.apple.com." lead nowhere (due to the trailing "."), but Mavericks will even add "Apple" and "Europe" into the file. The end result is the time system appears unable to get a time fix, and so the clock time drifts, uncorrected.


If you are in Japan, you might want to try "time.asia.apple.com" in that field. The key thing is to avoid the trailing ".". Just change the text in the field an close window.


I should add that this wasn't the only step I took to debug my slow clock issue. Other steps included deleting and re-creating the /etc/ntp.conf file and exploring the "pacemaker" process. However, I don't think these steps were necessary in the end and simply adjusting the text in the field above should suffice. I could be wrong.


Needless to say you might have a different issue and this might not help. Good luck!


Tim

Jan 28, 2014 8:11 PM in response to JDW1

Well, it doesn't work. I found my iMac's clock running a couple minutes slow today, so I then opened the Date & Time panel in the System Preferences, only to find that my manually typed "time.asia.apple.com" had been replaced with "Apple Asia (time.asia.apple.com.)"!!!!


So perhaps your trick would work IF my changes would stick. But that isn't the case. (I am running 10.9.1, if that matters.)


I'm open to any other thoughts or suggestions.


Thanks.

Jan 29, 2014 12:03 AM in response to JDW1

If you are happy using the Terminal program, there are a few more things to try. Run Terminal, and try the following:


cat /etc/ntp.conf


(which should produce something like "server time.asia.apple.com").


Then try


cat /var/db/ntp.drift


(which should produce a number, e.g. -25.686)


cat /private/var/db/ntp.drift


(which should produce the same as above)


sudo /usr/libexec/pacemaker -v


(which should produce a running log of updates to the clock, e.g.:


Jan 29 07:45:17 Oxygen.local pacemaker[6142] <Info>: power status check: using external power

Jan 29 07:45:17 Oxygen.local pacemaker[6142] <Info>: created file monitor for /var/db/ntp.drift

Jan 29 07:45:17 Oxygen.local pacemaker[6142] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -25.686000

Jan 29 07:45:18 Oxygen.local pacemaker[6142] <Debug>: drift -25.686000 residue 0.000000 delta -25

Jan 29 07:45:19 Oxygen.local pacemaker[6142] <Debug>: drift -25.686000 residue -0.686000 delta -26

Jan 29 07:45:20 Oxygen.local pacemaker[6142] <Debug>: drift -25.686000 residue -0.372000 delta -26

Jan 29 07:45:21 Oxygen.local pacemaker[6142] <Debug>: drift -25.686000 residue -0.058000 delta -25

Jan 29 07:45:22 Oxygen.local pacemaker[6142] <Debug>: drift -25.686000 residue -0.744000 delta -26

Jan 29 07:45:23 Oxygen.local pacemaker[6142] <Debug>: drift -25.686000 residue -0.430000 delta -26


(the numbers and the computer name will be different)


If you could reply with the results of running those test, we might be able to determine if it's worth pursuing this line of attack (the next step might be to re-create the /etc/ntp.conf file and/or the ntp.drift file).

Jan 29, 2014 12:17 AM in response to Tim Jervis

James-iMac:~ james$ cat /etc/ntp.conf

server time.asia.apple.com.


James-iMac:~ james$ cat /var/db/ntp.drift

-500.000


James-iMac:~ james$ cat /private/var/db/ntp.drift

-500.000


James-iMac:~ james$ sudo /usr/libexec/pacemaker -v


WARNING: Improper use of the sudo command could lead to data loss

or the deletion of important system files. Please double-check your

typing when using sudo. Type "man sudo" for more information.


To proceed, enter your password, or type Ctrl-C to abort.


Password:

Jan 29 17:09:48 James-iMac.local pacemaker[92204] <Info>: power status check: using external power

Jan 29 17:09:48 James-iMac.local pacemaker[92204] <Info>: created file monitor for /var/db/ntp.drift

Jan 29 17:09:48 James-iMac.local pacemaker[92204] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 29 17:09:49 James-iMac.local pacemaker[92204] <Info>: power status check: using external power

Jan 29 17:09:49 James-iMac.local pacemaker[92204] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 29 17:09:49 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:50 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:51 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:52 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:53 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:54 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:55 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:56 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:57 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:58 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:09:59 James-iMac.local pacemaker[92204] <Info>: power status check: using external power

Jan 29 17:09:59 James-iMac.local pacemaker[92204] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 29 17:09:59 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:00 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:01 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:02 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:03 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:04 James-iMac.local pacemaker[92204] <Info>: power status check: using external power

Jan 29 17:10:04 James-iMac.local pacemaker[92204] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 29 17:10:04 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:05 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:06 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:07 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:08 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:09 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:10 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 17:10:11 James-iMac.local pacemaker[92204] <Debug>: drift -500.000000 residue 0.000000 delta -500

<keeps repeating the above line...>


Please advise.


Thanks!

Jan 29, 2014 12:43 AM in response to JDW1

Hi there -


That's interesting. The fact that there is a "." at the end of the "server time.asia.apple.com." text in the /etc/ntp.conf file suggests this is worth pursing, because that appeared to be the problem before.


The other diagnostics seem also to be in line with the update not going through.


So, we can try to re-create the /etc/ntp.conf file as follows. Warning - this involves changing a system file, /etc/ntp.conf.


In Terminal, change to the Desktop:


cd Desktop


Make a directory to work in and avoid crashing into other files:


mkdir time-fix


Change directory to the new directory:


cd time-fix


Create a replacement ntp.conf file in that directory:


echo 'server time.asia.apple.com' > ntp.conf


And copy the current, "broken" ntp.conf file into this directory as a backup:


cp /etc/ntp.conf ntp.conf.backup


Finally, copy the new ntp.conf file into place:


sudo cp ntp.conf /etc/ntp.conf


Then, you could re-run the pacemaker test to see if the update is coming through:


sudo /usr/libexec/pacemaker -v


Depending on how it goes you might then want to either delete the "time-fix" directory on your desktop, or move the ntp.conf file back from the backup.

Jan 29, 2014 1:15 AM in response to Tim Jervis

Tim,


Here is what I did:


James-iMac:~ james$ cd Desktop

James-iMac:Desktop james$ mkdir time-fix

James-iMac:Desktop james$ cd time-fix

James-iMac:time-fix james$ echo 'server time.asia.apple.com' > ntp.conf

James-iMac:time-fix james$ cp /etc/ntp.conf ntp.conf.backup

James-iMac:time-fix james$ sudo cp ntp.conf /etc/ntp.conf

Password:

James-iMac:time-fix james$ sudo /usr/libexec/pacemaker -v

Jan 29 18:11:37 James-iMac.local pacemaker[92928] <Info>: power status check: using external power

Jan 29 18:11:37 James-iMac.local pacemaker[92928] <Info>: created file monitor for /var/db/ntp.drift

Jan 29 18:11:37 James-iMac.local pacemaker[92928] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 29 18:11:38 James-iMac.local pacemaker[92928] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 18:11:39 James-iMac.local pacemaker[92928] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 18:11:40 James-iMac.local pacemaker[92928] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 18:11:41 James-iMac.local pacemaker[92928] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 29 18:11:42 James-iMac.local pacemaker[92928] <Debug>: drift -500.000000 residue 0.000000 delta -500

<the above line keeps repeating...>


At this point, do I now just wait a couple days and see if my clock gets slow again?


Thanks.

Jan 29, 2014 5:25 PM in response to Tim Jervis

Sorry for my delayed reply...


James-iMac:time-fix james$ sudo killall ntpd

Password:

James-iMac:time-fix james$ sudo /usr/libexec/pacemaker -v

Jan 30 10:22:05 James-iMac.local pacemaker[1710] <Info>: power status check: using external power

Jan 30 10:22:05 James-iMac.local pacemaker[1710] <Info>: created file monitor for /var/db/ntp.drift

Jan 30 10:22:05 James-iMac.local pacemaker[1710] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 30 10:22:05 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:06 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:07 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:08 James-iMac.local pacemaker[1710] <Info>: drift file changed [0x08]

Jan 30 10:22:08 James-iMac.local pacemaker[1710] <Info>: power status check: using external power

Jan 30 10:22:08 James-iMac.local pacemaker[1710] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 30 10:22:09 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:10 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:11 James-iMac.local pacemaker[1710] <Info>: drift file changed [0x08]

Jan 30 10:22:11 James-iMac.local pacemaker[1710] <Info>: power status check: using external power

Jan 30 10:22:11 James-iMac.local pacemaker[1710] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 30 10:22:11 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:12 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:13 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:14 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:15 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:16 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:17 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:18 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 30 10:22:19 James-iMac.local pacemaker[1710] <Debug>: drift -500.000000 residue 0.000000 delta -500

<last line keeps repeating...>


So, at this point I should be good to go and just need to wait and see if there is any further drift?


Thanks.

Jan 30, 2014 5:05 PM in response to Tim Jervis

Hi Tim,


Thank you for your continued assistance.


Here's what happened when I tried to follow your advice today.


1) Rebooted (with nothing set to auto relaunch)

2) Desktop appeared, Menubar appeared, but no Desktop icons or Dock. Spinning Pizza. Could click on and pull down menus, but couldn't choose anything. Waited patiently for 10 min. No change so I held down the power button until the Mac powered off.

3) Inserted my USB flash drive with Mavericks installer on it.

4) Powered on Mac and held Option key, then chose to boot from my USB flash drive.

5) Ran Disk Utility and Repaired Permissions first. It reparied Library/Printers/InstalledPrinters.plist and then it proceeded to repair just about every Resource imaginable in Applications/iBooks.app. After that finished I ran a REPAIR DISK, and then it finally gave me the Green OK, so I rebooted into my iMac's internal HD.

6) Desktop and icons appeared this time. Goodie!

7) Launched Outlook.

8) Launched Terminal and did the following:


James-iMac:time-fix james$ sudo /usr/libexec/pacemaker -v

Password:

Jan 31 09:54:20 James-iMac.local pacemaker[697] <Info>: power status check: using external power

Jan 31 09:54:20 James-iMac.local pacemaker[697] <Info>: created file monitor for /var/db/ntp.drift

Jan 31 09:54:20 James-iMac.local pacemaker[697] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 31 09:54:21 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:22 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:22 James-iMac.local pacemaker[697] <Info>: power status check: using external power

Jan 31 09:54:22 James-iMac.local pacemaker[697] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 31 09:54:24 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:25 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:26 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:27 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:28 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:29 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:30 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:31 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:32 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:32 James-iMac.local pacemaker[697] <Info>: power status check: using external power

Jan 31 09:54:32 James-iMac.local pacemaker[697] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 31 09:54:34 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:35 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:36 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:37 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:37 James-iMac.local pacemaker[697] <Info>: power status check: using external power

Jan 31 09:54:37 James-iMac.local pacemaker[697] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 31 09:54:39 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:40 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:41 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:42 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:42 James-iMac.local pacemaker[697] <Info>: power status check: using external power

Jan 31 09:54:42 James-iMac.local pacemaker[697] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 31 09:54:44 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:45 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:46 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:47 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:47 James-iMac.local pacemaker[697] <Info>: power status check: using external power

Jan 31 09:54:47 James-iMac.local pacemaker[697] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 31 09:54:49 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:50 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:51 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:52 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:52 James-iMac.local pacemaker[697] <Info>: power status check: using external power

Jan 31 09:54:52 James-iMac.local pacemaker[697] <Info>: interval = 1 seconds, tolerance = 0.000000, drift = -500.000000

Jan 31 09:54:54 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:55 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:56 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:57 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:58 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:54:59 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:00 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:01 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:02 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:03 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:04 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:05 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:06 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:07 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:08 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:09 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:10 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:11 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:12 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:13 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:14 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:15 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:16 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:17 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:18 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:19 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:20 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:21 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:22 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

Jan 31 09:55:22 James-iMac.local pacemaker[697] <Debug>: drift -500.000000 residue 0.000000 delta -500

<last line kept repeating so I did a Ctrl-C to stop it>


Am I good to go now?

Or do I need to give it another couple days to see if the clock goes slow again?


Thanks.

Feb 4, 2014 12:39 AM in response to JDW1

I've been following this and other related threads with lots of interest, as the clock of my unsupported Mac Pro 1,1->1,2 ran fast for a few days after installing Mavericks and then started running slow. I followed all the advice I could find, but, up to now, to no avail. Except for something I tried yesterday at noon (British time): I opened the Mountain Lion install media with Pacifist and installed the ML ntpd Unix executable on top of the one provided with Mavericks (in /usr/sbin). Ever since, the clock hasn't drifted. See if that solves the issue for you. It's the most promising solution for me so far. Good luck.

Feb 4, 2014 1:18 AM in response to JDW1

Ntpd stands for "Network Time Protocol daemon" and, as I said, it's a Unix executable. When you open any media with Pacifist, simply use its search function to locate what you want to install. In this case, enter "ntpd" (without quotes) in the search field and you'll be presented with a list of items whose name contains "ntpd". Select the one named just "ntpd" and copy it to /usr/sbin (hidden by default). If your case is like mine, your clock shouldn't drift anymore after rebooting once. If it works for you, let us know.

Clock runs slow when I leave iMac on all the time

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.