Apple Event: May 7th at 7 am PT

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

Console spam: "com.apple.time: Interval maximum value"

Hi, everyone —


Getting a little obsessed about cleaning out unnecessary Console messages and I'm finding that ~50% of my messages is this exact line:


com.apple.time: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).


I get this line about once a minute, and at the top of the hour get it almost a hundred times, ie:


6/6/13 8:59:59.991 AM com.apple.time[161]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).

6/6/13 8:59:59.994 AM com.apple.time[161]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).

6/6/13 8:59:59.996 AM com.apple.time[161]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).

6/6/13 8:59:59.998 AM com.apple.time[161]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).

6/6/13 9:00:00.001 AM com.apple.time[161]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).

6/6/13 9:00:42.568 AM com.apple.time[161]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).

6/6/13 9:01:33.575 AM com.apple.time[161]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).



Anyone know how to clean this up?

iMac (27-inch, Late 2012), OS X Mountain Lion (10.8.4), Fusion Drive

Posted on Jun 6, 2013 9:07 AM

Reply
Question marked as Best reply

Posted on Jun 6, 2013 9:35 AM

It's an artifact caused by the 10.8.4 update. Ignore.

14 replies

Mar 4, 2014 1:16 AM in response to Thomas Tempelmann

Though, it turns out that deleting the SystemConfiguration folder did not help in my case, nor did another reboot with PRAM-Reset (held down opt-cmd-p-r for 3 reboots). Maybe it's important to first reset PRAM and only then delete that folder, but I'm not eager to go thru this again right now. If you try, make sure to follow that order and let us know if it helped.

Aug 7, 2014 1:13 AM in response to schrecktech

Ok, after digging a bit, I've found what cause this warning: the DOT @ the end of the NTP server name... I thing it is used to specify the interval from the GUI, but without a value (i.e. Apple, Europe, (time.euro.apple.com.)) it probably fall to the maximum signed int64 value.

If you trim that dot or specify a value after the dot, the warning goes away.


Moreno


Edit: I now have these console errors... sandbox...:


07/08/14 10:06:33,415 sandboxd[158]: ([196]) ntpd(196) deny file-read-data /private/var/run/resolv.conf

07/08/14 10:06:33,419 sandboxd[158]: ([196]) ntpd(196) deny file-read-data /private/var/run/resolv.conf

07/08/14 10:08:35,827 sandboxd[158]: ([196]) ntpd(196) deny file-read-data /private/var/run/resolv.conf

07/08/14 10:08:35,831 sandboxd[158]: ([196]) ntpd(196) deny file-read-data /private/var/run/resolv.conf

07/08/14 10:12:37,845 sandboxd[158]: ([196]) ntpd(196) deny file-read-data /private/var/run/resolv.conf

07/08/14 10:12:37,849 sandboxd[158]: ([196]) ntpd(196) deny file-read-data /private/var/run/resolv.conf

Sep 29, 2014 11:46 PM in response to Chippy99

Sorry for delay,

I copied system.db somewhere in my user folder, such in Desktop, than edited with textedit; but you can simply edit it with nano from console if you prefer.

In system.db I added resolv.conf to the end of "allow file-read*" section in this way:


;;; Allow access to standard special files.

(allow file-read*

(literal "/dev/autofs_nowait")

(literal "/dev/random")

(literal "/dev/urandom")

(literal "/private/etc/master.passwd")

(literal "/private/etc/passwd")

(literal "/private/var/run/resolv.conf"))


The only downside is that after a system update the file revert back to system default and you need to apply the change again.


Cheers

Console spam: "com.apple.time: Interval maximum value"

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