Problem with guestadditions under Cent-OS-Guest

Discussions about using Linux guests in VirtualBox.
Post Reply
wilmes
Posts: 1
Joined: 15. Nov 2010, 18:42
Primary OS: Linux other
VBox Version: OSE Debian
Guest OSses: Linux cent-os

Problem with guestadditions under Cent-OS-Guest

Post by wilmes »

Hello, i try to install the guestadditions under cent-os 2.6.18-194.26.1.el5. After the installation i want to edit the parameter for VBoxService. But when i look at the parameter with "VBoxManage guestproperty enumerate" for VBoxService they are dont exist. Then i make the propertys with ""VBoxManage guestproperty set perfrpm "/VirtualBox/GuestAdd/VBoxService/timesync-interval" 1000 under the host. But the settings will be ignored when i restart the VBoxservice . So i started the VBoxService under debugmode "/usr/sbin/VBoxService -f -vvv --enable-timesync --timesync-interval 1000". I see that the service includes the time from the host and the guest, and detects a time difference but when he synced it have no effect on the guestclock. What am I doing wrong?

Yours sincerely

Matthias Wilmes
fixedwheel
Volunteer
Posts: 1699
Joined: 13. Sep 2008, 02:18

Re: Problem with guestadditions under Cent-OS-Guest

Post by fixedwheel »

Hi,
... "/usr/sbin/VBoxService -f -vvv --enable-timesync --timesync-interval 1000". I see that the service includes the time from the host and the guest, and detects a time difference but when he synced it have no effect on the guestclock. What am I doing wrong?
hmm... what are you doing at all, what do you want to get?

if you have problems with time sync on RHEL and clone guests then add the divider=10 kernel parm in /boot/grub/grub.conf
falken
Posts: 1
Joined: 1. Dec 2010, 16:55
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: winxp, win2k, win9x, ubuntu

Re: Problem with guestadditions under Cent-OS-Guest

Post by falken »

Just figuring this out also:
You must use "/VirtualBox/GuestAdd/VBoxService/--timesync-interval" in guestproperty set VboxManage command, so "--" ... dont omit such hyphens, surprisingly :-)
Post Reply