Virtual Machine Clock Issue Part II
A few days back, I blogged about the clock on my virtual Linux box running faster than normal. Even though the fix works, there is another problem. When I resume the virtual machine after letting Parallels Desktop suspend it, the clock continues from the time the virtual machine was suspended.
Someone probably has a better way to do it, but here’s what I do. From my OS X shell, I run:
ssh root@linuxbox date `date +%m%d%H%M.%S`
This sets the clock on the VM to what’s on OS X.