Opened 16 years ago
Closed 12 years ago
#4545 closed defect (fixed)
Guest time goes too fast
Reported by: | LoOoD | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.0.2 |
Keywords: | time clock fast | Cc: | |
Guest type: | other | Host type: | Mac OS X |
Description (last modified by )
Host is a OSX, guest is a CentOS 5.3 with kernel 2.6.18-128.1.16. The time on the guest host is going too fast. For every hour, the guest adds an additional 40 minutes to the time.
Change History (9)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
I can confirm this with Windows XP host and CentOS 4.7 (x86) guest. The time it gains differs from several minutes per second on heavy activity (like service starts) and some seconds when just typing in a ssh console.
And apparently this doesn't happen with CentOS 4.7 AMD64 guest.
comment:3 by , 16 years ago
Same problem here
Host: Quad core / Vista x64 Guest: Centos 5.3 x64 2.6.18-164.2.1
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This problem should be fixed with VBox 3.0.12. Probably you have to add the kernel parameter nmi_watchdog=0, otherwise the guest could crash with VBox 3.0.12. Please reopen if necessary.
comment:6 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Running 3.0.12 (r54655) on Ubuntu 9.04, with a Windows Vista guest.
Guest clock is persistently *slow* (i.e. ~20 minutes behind host clock).
On updating the guest's clock to the correct time, about half an hour later, the time is 17 minutes slow. This problem continues even after the reboot of the guest.
Host is Intel Core 2 quad core, 5319.92 bogomips.
Thoughts?
comment:7 by , 15 years ago
Stopping the guest, and then starting it again has 'solved' such problems for me in the past. A simple reboot or save/start would have no effect in such cases.
I guess there is something in the guest's state that's gone wrong. In my case it often occurred just after a save/start cycle e.g. for a VirtualBox upgrade. (Linux host and guest)
comment:8 by , 15 years ago
Description: | modified (diff) |
---|---|
Summary: | Guest host time goes too fast → Guest time goes too fast |
comment:9 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Please reopen if still relevant with VBox 4.2.6.
I'm doing the following in screen to keep the time synced for now.
while : ; do ntpdate 172.17.17.10 ; sleep 10; done
Its consistently 5 seconds faster.