Linux tijd synchronisatie Virtual Systems
Posted: 20 Jan 2006, 12:55
Heren, ik heb een oplossing gevonden voor het probleem:
Voeg het volgende toe aan LILO/GRUB en draai daarnaast ntpd (met als server 192.168.255.253) en het mag geen issue meer zijn.
Voor windows probs zie http://www.vmware.com/support/kb/enduse ... PTE*&p_li=
Voeg het volgende toe aan LILO/GRUB en draai daarnaast ntpd (met als server 192.168.255.253) en het mag geen issue meer zijn.
Het gaat om het toevoegen van "clock=pit"The following example shows the syntax for LILO:
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="resume=/dev/hda6 splash=silent clock=pit"
read-only
(Remember to run /sbin/lilo after editing lilo.conf, so that your edits take effect.)
Here is an example of the syntax for GRUB:
title Fedora Core (2.6.9-1.667)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667 ro root=/dev/hda2 clock=pit
Voor windows probs zie http://www.vmware.com/support/kb/enduse ... PTE*&p_li=