Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have not seen any resolution. For now, I have disabled automatic snapshots of the affected VM. (I only run one Ubuntu VM). And then, I make sure that I shutdown the VM before taking a manual snapshot every few weeks.Got the same issue, which again creates lots of issues for me. Any fix for this yet?
It seems to be on the ubuntu side.
What I've started doing is backup the vm before updating, do the updates, restart the vm a time or two to be sure the time issue isn't present.
If it is, I revert the vm and wait on updating it.
If it is fine, I go ahead and backup after the updates too.
It was broken last time, around February 17th or at least that seems to be when I spotted the problem and reverted.
chmod -x /usr/lib/parallels-tools/tools/tools-arm64/bin/prltimesync
chmod -x /usr/bin/prltimesync
ntpd -gq
It does not seem to be caused by prltimesync but by suspsend-resume. Proof: i deleted both copies of prltimesync and the issue recurs. repro is easy. start vm. quite parallels letting it suspend the vm, reopen. view clock.
the dumb chatbot tried to blame a "known kernel issue" which is of course bullshit since the issue did not exist on the very same VM on parallels 19
i filed an actual ticket. let's see how they blame this on the kernel now
I have a tentative solution which is in the form of a workaround:
We have been having the date flipping forward a century on our Parallels Ubuntu VMs for some time now. Working with Support at Parallels has not yet achieved a fix or repair to this situation. Restarting the VMs usually corrects the problem, but the log files are then full of incorrect, future dates, which disables AWStats a very helpful utility to track website activity.
- Apple M4 Pro with Tahoe 26.2
- Parallels Desktop 26 for Mac Pro Edition
- Ubuntu 24.04 LTS
At our shop, we researched workarounds on the Internet and discovered that the following settings have now worked for us on eight consecutive days, which has not happened before. I cannot guarantee these setting will work for anyone else, but we are running 6 Ubuntu VMs as important network servers, and the
- Disable time sync in the macOS settings of the Parallels Control Center
- Shut down the VM
- Manually edit the .pvs config file for the VM in the Parallels bundles (on macOS level). We found the prlctl command would not make all changes as requested.
- Edit the TimeSync section as follows to disable Time Sync and Timezone Sync:
<TimeSync SyncHostToGuest_patch="1" SyncInterval_patch="1" dyn_lists="">
<Enabled>0</Enabled>
<SyncInterval>0</SyncInterval>
<KeepTimeDiff>0</KeepTimeDiff>
<SyncHostToGuest>0</SyncHostToGuest>
<SyncTimezoneDisabled>1</SyncTimezoneDisabled>
</TimeSync>- Make sure the Ubuntu Date/Time service is installed and running:
- Check if the package is installed: Run apt list --installed | grep systemd-timesyncd.
- If not installed, install it with: sudo apt install systemd-timesyncd
- sudo systemctl enable systemd-timesyncd
- sudo systemctl start systemd-timesyncd
- sudo systemctl status systemd-timesyncd
- sudo timedatectl set-ntp true
- sudo timedatectl set-timezone UTC
- The Ubuntu command timedatectl should show:
Time zone: UTC
System clock synchronized: yes
NTP service: active