Symptoms
TimeSync for the VM is disabled; however, log files are continually accumulating with the following records:Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Time changing is disabled.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Synchronization interval is 60.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: timer.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Getting the time settings...
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Got the time settings.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Synchronization is off.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Time changing is disabled.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Synchronization interval is 60.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: timer.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Getting the time settings...
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Got the time settings.
Apr 12 12:24:37 timetest com.parallels.TimeSync[80]: TimeSync: Synchronization is off.
Resolution
Disable the "plist" file responsible for TimeSync to get rid of the records about time synchronization in the log file.Modifty the /Library/LaunchDaemons/com.parallels.TimeSync.plist file in the following way:
Find the section below:
<key>RunAtLoad</key>
<true/>and change it to the following state:
<key>RunAtLoad</key>
<false/>
No
Yes