Opened 13 years ago
Closed 12 years ago
#10828 closed defect (worksforme)
VBoxService --disable-timesync broken
Reported by: | jacksar | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox 4.1.18 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
When I set time a lot into future (an hour or more) (by using as root: "date -s "AUG 25 2012 16:00:00") the clock will be reset to the host time after 5 seconds.
As advised here https://www.virtualbox.org/ticket/2928 I run "/usr/sbin/VBoxService --help" and "sudo /usr/sbin/VBoxService --disable-timesync".
It didn't disable time sync for me on with Ubuntu 12.04 (Virtual Box 4.1.12_Ubuntu: 77245). It didn't disable time sync for someone else on Windows back in 2010 (https://forums.virtualbox.org/viewtopic.php?t=8535#p129883).
However, "sudo /etc/init.d/vboxadd-service stop" disables time sync and it works as expected (time will not get set back to host time).
Summary if bug report: "/usr/sbin/VBoxService --disable-timesync" is broken.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
From your description it seems to be that you just start another instance of the VBoxService system process. I've tried to reproduce your problem. The --disable-timesync switch does definitely work. But it is also possible to start several instances of the VBoxService process in parallel. In that case, the previously running VBoxService process will still synchronize the time while the new process you started with sudo will not. To disable the time synchronization permanent you either need to edit the /etc/init.d/vboxadd-service script.
Can I have some feedback for this report?