Hi, I am using VMWare. I have a Windows Host and a Linux (kubuntu) guest. When I switch back and forth between systems, the clock looses time. I have used the sudo with the configuration command and selected the place from which it is suppose to get its time from, but it is not staying in sync. Is there something additional I need to do to get it to stay synchronized?
Announcement
Collapse
No announcement yet.
Clock out of sync
Collapse
This topic is closed.
X
X
-
Re: Clock out of sync
I'm not familiar with vmware, so this may be irrelevant. In general, though, windows assumes and resets the hardware clock to localtime, As far as I know, you can't change this behavior. Under normal circumstances, Linux assumes that the hardware clock is set to GMT. However for the convenience of dual-booters, there is a way to change Linux' behavior, to Big Bill standard time. In the file /etc/default/rcS change the line "UTC=yes" to "UTC=no"
- Top
- Bottom
Comment
-
Re: Clock out of sync
Use "sudo nano /etc/default/rcS" from a konsole or right click on the desktop, click run command and enter "kdesu kate /etc/default/rcS". The problem is that you have to have administrative privileges to change system config files. You get them with "sudo" for console apps like nano, or "kdesu" for graphic apps like kate. BTW, when it asks for a password enter your USER PASSWORD.
- Top
- Bottom
Comment
-
Re: Clock out of sync
OK, that allowed me access to rcS and let me change the UTC to "no", but I tried both having the time automatically set by zone and not being set automatically as well as rebooting and repeating the sequence. It appears as though each time I pop in and out of VMware, it behaves much like a light switch would. Even when I am actively in the linux OS I am not sure it's keeping accurate time. Is there anything else I can try?
- Top
- Bottom
Comment
-
Re: Clock out of sync
As I said earlier, I don't know anything about VMware, but I'm guessing that VMware is emulating the hardware clock for your session and is doing it wrong. Maybe it doesn't look at /etc/defaults/rcS.
- Top
- Bottom
Comment
-
Re: Clock out of sync
Originally posted by CasseopiaIs there something additional I need to do to get it to stay synchronized?
When you launch VMware Tools, did you check the checkbox in the first tab (Options)?
Best rgds,
--Geert
- Top
- Bottom
Comment
-
Re: Clock out of sync
Originally posted by CasseopiaIs there something additional I need to do to get it to stay synchronized?
Then select the checkbox in the upper left corner and choose the correct Public Time Server in the upper right combo box.
Also make sure your timezone (bottom half of the dialogue box) is set correctly.
Best rgds,
--Geert
- Top
- Bottom
Comment
Comment